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. |