LiquidityBootstrapPool
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
18
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LiquidityBootstrapPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LiquidityBootstrapPool"
ABI
ABI objects
Getter at block 22042724 reservesAndWeights() view returns (uint256 assetReserve, uint256 shareReserve, uint256 assetWeight, uint256 shareWeight)
SABLIER() view returns (address)
0x6b9a46c8377f21517e65fa3899b3a9fab19d17f5
args() view returns (struct Pool)
(0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, false)
asset() pure returns (address)
0x0000000000000000000000000000000000000000
cancelled() view returns (bool)
false
closed() view returns (bool)
false
manager() pure returns (address)
0x0000000000000000000000000000000000000000
maxSharePrice() pure returns (uint256)
0
maxTotalSharesOut() pure returns (uint256)
0
paused() view returns (bool)
false
platform() pure returns (address)
0x0000000000000000000000000000000000000000
platformFee() pure returns (uint256)
0
redemptionDelay() pure returns (uint40)
0
saleEnd() pure returns (uint256)
0
saleStart() pure returns (uint256)
0
sellingAllowed() pure returns (bool)
false
share() pure returns (address)
0x0000000000000000000000000000000000000000
swapFee() pure returns (uint256)
0
totalPurchased() view returns (uint256)
0
totalSwapFeesAsset() view returns (uint256)
0
totalSwapFeesShare() view returns (uint256)
0
vestCliff() pure returns (uint40)
0
vestEnd() pure returns (uint40)
0
vestShares() pure returns (bool)
false
virtualAssets() pure returns (uint256)
0
weightEnd() pure returns (uint256)
0
weightStart() pure returns (uint256)
0
whitelistMerkleRoot() pure returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
whitelisted() pure returns (bool)
false
Read-only
previewAssetsIn(uint256 sharesOut) view returns (uint256 assetsIn)
previewAssetsOut(uint256 sharesIn) view returns (uint256 assetsOut)
previewSharesIn(uint256 assetsOut) view returns (uint256 sharesIn)
previewSharesOut(uint256 assetsIn) view returns (uint256 sharesOut)
purchasedShares(address) view returns (uint256)
redeemedShares(address) view returns (uint256)
State-modifying
Events cancelLBP()
close()
redeem() returns (uint256 shares)
swapAssetsForExactShares(uint256 sharesOut, uint256 maxAssetsIn, address recipient) returns (uint256 assetsIn)
swapAssetsForExactShares(uint256 sharesOut, uint256 maxAssetsIn, address recipient, bytes32[] proof) returns (uint256 assetsIn)
swapExactAssetsForShares(uint256 assetsIn, uint256 minSharesOut, address recipient) returns (uint256 sharesOut)
swapExactAssetsForShares(uint256 assetsIn, uint256 minSharesOut, address recipient, bytes32[] proof) returns (uint256 sharesOut)
swapExactSharesForAssets(uint256 sharesIn, uint256 minAssetsOut, address recipient) returns (uint256 assetsOut)
swapExactSharesForAssets(uint256 sharesIn, uint256 minAssetsOut, address recipient, bytes32[] proof) returns (uint256 assetsOut)
swapSharesForExactAssets(uint256 assetsOut, uint256 maxSharesIn, address recipient) returns (uint256 sharesIn)
swapSharesForExactAssets(uint256 assetsOut, uint256 maxSharesIn, address recipient, bytes32[] proof) returns (uint256 sharesIn)
togglePause()
Buy(address indexed caller, uint256 assets, uint256 shares, uint256 swapFee)
Cancelled(uint256 assets, uint256 shares)
Close(uint256 assets, uint256 platformFees, uint256 swapFeesAsset, uint256 swapFeesShare)
Paused(bool arg0)
Redeem(address indexed caller, uint256 indexed streamID, uint256 shares)
Sell(address indexed caller, uint256 shares, uint256 assets, uint256 swapFee)
constructor(address _sablier)
This contract contains no fallback and receive objects.
AmountInTooLarge()
AmountOutTooLarge()
CallerDisallowed()
CancelDisallowed()
ClosingDisallowed()
EnforcedPause()
PoolCancelled()
RedeemingDisallowed()
SellingDisallowed()
SharesOutExceeded()
SlippageExceeded()
TradingDisallowed()
WhitelistProof()