LiquidityBootstrapPoolFactory

Verified contract

Active on Ethereum with 114 txns
Deployed by via 0x1e40bf48 at 18803158
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "LiquidityBootstrapPoolFactory"

0xf93d74f693e2c6eed29ff7316dd008efaa8e8cb1cba5672ef4747176e0f53d7f
0x7432a16ca6fe3d684d9e2727a607cb86ec383aeff204e4486c3773d00400e423
0x37791ff72097734e81c484140018f384a66885f5711d591d1ec05dc6dc21b6f8
0x7fb26accc507e80428c812744115845607068ab4d455ffc344badf4fced5d0fc
0x6981e5326af51fac52b8f63f2d374bfd9000a6929de03ac26d6e9fddfdab912e
0xaa21ff86f85a1d039830d15cac5628b637df6a71361b5a80e7ad2df92889d30b
0xdb92c30c416f53ac7a03ec2895090a12e8e82a06f488fc6502143e703c1b0039
0x86d52f42ba7542131eebce42ce90e2d69d18736ed57698adc0410267f5e2ada3
0x4fe02a1c5b6868e3bc7927ee46be9f7c1d0f3f465f5c5d740f43fca25ce3f117
0x73460d833924d24588fd43807911a3dfe593253e60a48365115b87f5bf689b92

Functions
Getter at block 21205851
factorySettings(view returns (address feeRecipientuint48 platformFeeuint48 referrerFeeuint48 swapFee)
(feeRecipient=0xa5033a6bdb31e52ce6ba9c67bff7331ac2686e72, platformFee=300, referrerFee=0, swapFee=200)
owner(view returns (address result)
0x7dc7da0e7e40ceb127a2f2669e743c835533a168
Read-only
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
predictDeterministicAddress(struct PoolSettings argsbytes32 saltview returns (address)
predictInitCodeHash(struct PoolSettings argsview returns (bytes32)
State-modifying
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
createLiquidityBootstrapPool(struct PoolSettings argsuint256 sharesuint256 assetsbytes32 saltreturns (address pool)
modifySettings(address feeRecipientuint48 platformFeeuint48 referrerFeeuint48 swapFee
renounceOwnership(payable 
requestOwnershipHandover(payable 
setFeeRecipient(address recipient
setPlatformFee(uint48 fee
setReferrerFee(uint48 fee
setSwapFee(uint48 fee
transferOwnership(address newOwnerpayable 
Events
FeeRecipientSet(address recipient
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
PlatformFeeSet(uint256 fee
PoolCreated(address pool
ReferrerFeeSet(uint256 fee
SwapFeeSet(uint256 fee
Constructor
constructor(address _implementationaddress _owneraddress _feeRecipientuint48 _platformFeeuint48 _referrerFeeuint48 _swapFee
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
InvalidAssetOrShare(
InvalidAssetValue(
InvalidVestCliff(
InvalidVestEnd(
InvalidWeightConfig(
MaxFeeExceeded(
NewOwnerIsZeroAddress(
NoHandoverRequest(
SalePeriodLow(
Unauthorized(