LiquidityBootstrapPoolFactory
Verified contract
Active on
Ethereum with 114 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "LiquidityBootstrapPoolFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20055810 | 5 months ago | | | 0 | 0.0019200214 | |
| 20055789 | 5 months ago | | | 0 | 0.0019662681 | |
| 20033312 | 5 months ago | | | 0 | 0.0050000542 | |
| 20026311 | 5 months ago | | | 0 | 0.0047710404 | |
| 20020201 | 5 months ago | | | 0 | 0.0025232563 | |
| 19996111 | 6 months ago | | | 0 | 0.0010850706 | |
| 19993970 | 6 months ago | | | 0 | 0.0011510985 | |
| 19982066 | 6 months ago | | | 0 | 0.0014911738 | |
| 19980386 | 6 months ago | | | 0 | 0.0012222601 | |
| 19969539 | 6 months ago | | | 0 | 0.0035207204 |
ABI
ABI objects
Getter at block 21205851
factorySettings() view returns (address feeRecipient, uint48 platformFee, uint48 referrerFee, uint48 swapFee)
(feeRecipient=0xa5033a6bdb31e52ce6ba9c67bff7331ac2686e72, platformFee=300, referrerFee=0, swapFee=200)
owner() view returns (address result)
0x7dc7da0e7e40ceb127a2f2669e743c835533a168
Read-only
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
predictDeterministicAddress(struct PoolSettings args, bytes32 salt) view returns (address)
predictInitCodeHash(struct PoolSettings args) view returns (bytes32)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
createLiquidityBootstrapPool(struct PoolSettings args, uint256 shares, uint256 assets, bytes32 salt) returns (address pool)
modifySettings(address feeRecipient, uint48 platformFee, uint48 referrerFee, uint48 swapFee)
renounceOwnership() payable
requestOwnershipHandover() payable
setFeeRecipient(address recipient)
setPlatformFee(uint48 fee)
setReferrerFee(uint48 fee)
setSwapFee(uint48 fee)
transferOwnership(address newOwner) payable
FeeRecipientSet(address recipient)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PlatformFeeSet(uint256 fee)
PoolCreated(address pool)
ReferrerFeeSet(uint256 fee)
SwapFeeSet(uint256 fee)
constructor(address _implementation, address _owner, address _feeRecipient, uint48 _platformFee, uint48 _referrerFee, uint48 _swapFee)
This contract contains no fallback and receive objects.
AlreadyInitialized()
InvalidAssetOrShare()
InvalidAssetValue()
InvalidVestCliff()
InvalidVestEnd()
InvalidWeightConfig()
MaxFeeExceeded()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SalePeriodLow()
Unauthorized()