Skip to main content

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

NameTypeDescription
beaconIBeaconThe address of the pair beacon.