0xa1b685a34f74da3cd7e73aaffcc065d0d352e593
Verified contract
Proxy
Active on
Ethereum with 2,078 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,136.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KAI | ERC-20 | 70.436173K | $0.058723 |
$4,136.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221651 | 4 hours ago | | | 0 | 0.00076087205 | |
| 20892505 | 2 months ago | | | 0 | 0.00066775893 | |
| 20838164 | 2 months ago | | | 0 | 0.00098043848 | |
| 20791420 | 2 months ago | | | 0 | 0.00067583401 | |
| 20778711 | 2 months ago | | | 0 | 0.00088297747 | |
| 20420497 | 4 months ago | | | 0 | 0.00057537796 | |
| 20415308 | 4 months ago | | | 0 | 0.000080173393 | |
| 20140203 | 5 months ago | | | 0 | 0.00032359348 | |
| 20131570 | 5 months ago | | | 0 | 0.00051508393 | |
| 20126873 | 5 months ago | | | 0 | 0.00078606535 |
ABI
ABI objects
Getter at block 21222943 reservesAndWeights() view returns (uint256 assetReserve, uint256 shareReserve, uint256 assetWeight, uint256 shareWeight)
SABLIER() view returns (address)
0xb10daee1fcf62243ae27776d7a92d39dc8740f95
args() view returns (struct Pool)
(0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, 0xe75f2acafba1ad56c5ed712ffbc1d31910e74396, 115792089237316195423570985008687907853269984665640564039424130822445931740851, 57248428107717262278931, 0, 0, 10000000000000000, 990000000000000000, 1712685933, 1712945100, 2955453180440035052689538, 309485009821345068724781055)
asset() pure returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
closed() view returns (bool)
true
manager() pure returns (address)
0xcf0f3efd4b444618e1571adc6c9b2e65b7878d4e
maxSharePrice() pure returns (uint256)
309485009821345068724781055
maxTotalAssetsIn() pure returns (uint256)
309485009821345068724781055
maxTotalSharesOut() pure returns (uint256)
309485009821345068724781055
paused() view returns (bool)
false
platform() pure returns (address)
0xa5033a6bdb31e52ce6ba9c67bff7331ac2686e72
platformFee() pure returns (uint256)
30000000000000000
referrerFee() pure returns (uint256)
0
saleEnd() pure returns (uint256)
1712945100
saleStart() pure returns (uint256)
1712685933
sellingAllowed() pure returns (bool)
true
share() pure returns (address)
0xe75f2acafba1ad56c5ed712ffbc1d31910e74396
swapFee() pure returns (uint256)
20000000000000000
totalPurchased() view returns (uint256)
2955453180440035052689538
totalReferred() view returns (uint256)
0
totalSwapFeesAsset() view returns (uint256)
33453185467197899085
totalSwapFeesShare() view returns (uint256)
13187745234125485494516
vestCliff() pure returns (uint40)
0
vestEnd() pure returns (uint40)
0
vestShares() pure returns (bool)
false
virtualAssets() pure returns (uint256)
0
virtualShares() pure returns (uint256)
0
weightEnd() pure returns (uint256)
990000000000000000
weightStart() pure returns (uint256)
10000000000000000
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)
referredAssets(address) view returns (uint256)
State-modifying
Events close()
redeem(address recipient, bool referred) returns (uint256 shares)
swapAssetsForExactShares(uint256 sharesOut, uint256 maxAssetsIn, address recipient) returns (uint256 assetsIn)
swapAssetsForExactShares(uint256 sharesOut, uint256 maxAssetsIn, address recipient, address referrer) returns (uint256 assetsIn)
swapAssetsForExactShares(uint256 sharesOut, uint256 maxAssetsIn, address recipient, address referrer, bytes32[] proof) returns (uint256 assetsIn)
swapExactAssetsForShares(uint256 assetsIn, uint256 minSharesOut, address recipient) returns (uint256 sharesOut)
swapExactAssetsForShares(uint256 assetsIn, uint256 minSharesOut, address recipient, address referrer) returns (uint256 sharesOut)
swapExactAssetsForShares(uint256 assetsIn, uint256 minSharesOut, address recipient, address referrer, 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AmountInTooLarge()
AmountOutTooLarge()
AssetsInExceeded()
CallerDisallowed()
ClosingDisallowed()
EnforcedPause()
RedeemingDisallowed()
SellingDisallowed()
SharesOutExceeded()
SlippageExceeded()
TradingDisallowed()
WhitelistProof()