Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 623 Bytes

File metadata and controls

22 lines (14 loc) · 623 Bytes

IBeaconCallback

Git Source

Functions

pairBeacon

Returns the public immutable address of the pair beacon contract. Used as a callback in the creation of a new pair to ensure we can maintain the create2 deterministic address that also require no args in the constructor.

function pairBeacon() external view returns (IBeacon beacon);

Returns

Name Type Description
beacon IBeacon The address of the pair beacon.