0x182001cf229596f37ebe1430914d2f6038bfa1b5
Verified contract
Proxy
Active on
Ethereum with 40 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
0xcbcd…62ed
0x93f4…109e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#340843) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#330736) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15980066 | 2 years ago | | | 0 | 0.0029480783 | |
| 15972910 | 2 years ago | | | 0 | 0.0038548678 | |
| 15965748 | 2 years ago | | | 0 | 0.0027985171 | |
| 15958577 | 2 years ago | | | 0 | 0.0024995950 | |
| 15951412 | 2 years ago | | | 0 | 0.0049712365 | |
| 15944252 | 2 years ago | | | 0 | 0.0044302691 | |
| 15937095 | 2 years ago | | | 0 | 0.0048662832 | |
| 15929950 | 2 years ago | | | 0 | 0.0031205779 | |
| 15922786 | 2 years ago | | | 0 | 0.0047123726 | |
| 15915620 | 2 years ago | | | 0 | 0.0027768951 |
ABI
ABI objects
Getter at block 21331027 tvl() view returns (uint256[] minTokenAmounts, uint256[] maxTokenAmounts)
initialized() view returns (bool)
true
nft() view returns (uint256)
100
pool() view returns (address)
0xcbcdf9626bc03e24f779434178a73a0b4bad62ed
positionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
pullExistentials() view returns (uint256[])
[10000, 1000000000]
uniV3Nft() view returns (uint256)
340843
vaultGovernance() view returns (address)
0x8306bec30063f00f5ffd6976f09f6b10e77b27f2
vaultTokens() view returns (address[])
[0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2]
Read-only
isValidSignature(bytes32 _hash, bytes _signature) view returns (bytes4 magicValue)
isVaultToken(address token) view returns (bool)
liquidityToTokenAmounts(uint128 liquidity) view returns (uint256[] tokenAmounts)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAmountsToLiquidity(uint256[] tokenAmounts) view returns (uint128 liquidity)
State-modifying
Events collectEarnings() returns (uint256[] collectedEarnings)
externalCall(address to, bytes4 selector, bytes data) payable returns (bytes result)
initialize(uint256 nft_, address[] vaultTokens_, uint24 fee_, address uniV3Hepler_)
onERC721Received(address operator, address from, uint256 tokenId, bytes) returns (bytes4)
pull(address to, address[] tokens, uint256[] tokenAmounts, bytes options) returns (uint256[] actualTokenAmounts)
push(address[] tokens, uint256[] tokenAmounts, bytes options) returns (uint256[] actualTokenAmounts)
reclaimTokens(address[] tokens) returns (uint256[] actualTokenAmounts)
transferAndPush(address from, address[] tokens, uint256[] tokenAmounts, bytes options) returns (uint256[] actualTokenAmounts)
CollectedEarnings(address indexed origin, address indexed sender, address indexed to, uint256 amount0, uint256 amount1)
Initialized(address indexed origin, address indexed sender, address[] vaultTokens_, uint256 nft_)
Pull(address to, uint256[] tokenAmounts)
Push(uint256[] tokenAmounts)
ReclaimTokens(address to, address[] tokens, uint256[] tokenAmounts)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.