MetaSwapDeposit
Verified contract
Implementation
Active on
Ethereum with 67 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
0xacb8…c8c7
0x0c8b…d314
0x8fa3…d64c
Balances ($0.00)
No balances found for "MetaSwapDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15136897 | 2 years ago | | | 0 | 0.013014895 | |
| 13835152 | 3 years ago | | | 0 | 0.016798492 | |
| 13733318 | 3 years ago | | | 0 | 0.0060638376 | |
| 13654027 | 3 years ago | | | 0 | 0.054720174 | |
| 13631922 | 3 years ago | | | 0 | 0.041868036 | |
| 13576562 | 3 years ago | | | 0 | 0.066279196 | |
| 13567400 | 3 years ago | | | 0 | 0.035134662 | |
| 13555808 | 3 years ago | | | 0 | 0.045161820 | |
| 13536594 | 3 years ago | | | 0 | 0.060581268 | |
| 13535570 | 3 years ago | | | 0 | 0.068891520 |
ABI
ABI objects
Getter at block 21313091
baseSwap() view returns (address)
0xacb83e0633d6605c5001e2ab59ef3c745547c8c7
metaLPToken() view returns (address)
0x8fa31c1b33de16bf05c38af20329f22d544ad64c
metaSwap() view returns (address)
0x0c8bae14c9f9bf2c953997c881befac7729fd314
Read-only
baseTokens(uint256) view returns (address)
calculateRemoveLiquidity(uint256 amount) view returns (uint256[])
calculateRemoveLiquidityOneToken(uint256 tokenAmount, uint8 tokenIndex) view returns (uint256)
calculateSwap(uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 dx) view returns (uint256)
calculateTokenAmount(uint256[] amounts, bool deposit) view returns (uint256)
getToken(uint8 index) view returns (address)
metaTokens(uint256) view returns (address)
tokens(uint256) view returns (address)
State-modifying
Events addLiquidity(uint256[] amounts, uint256 minToMint, uint256 deadline) returns (uint256)
initialize(address _baseSwap, address _metaSwap, address _metaLPToken)
removeLiquidity(uint256 amount, uint256[] minAmounts, uint256 deadline) returns (uint256[])
removeLiquidityImbalance(uint256[] amounts, uint256 maxBurnAmount, uint256 deadline) returns (uint256)
removeLiquidityOneToken(uint256 tokenAmount, uint8 tokenIndex, uint256 minAmount, uint256 deadline) returns (uint256)
swap(uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 dx, uint256 minDy, uint256 deadline) returns (uint256)
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.