Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "Zap"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15796842 | 2 years ago | | | 0 | 0.030502072 | |
| 15739773 | 2 years ago | | | 0 | 0.078371659 | |
| 15737982 | 2 years ago | | | 0 | 0.012569675 | |
| 15736939 | 2 years ago | | | 0 | 0.013141587 | |
| 15736553 | 2 years ago | | | 0 | 0.017569642 | |
| 15726524 | 2 years ago | | | 0 | 0.021881625 | |
| 15721742 | 2 years ago | | | 0 | 0.034473526 | |
| 15708583 | 2 years ago | | | 0 | 0.022362150 | |
| 15702685 | 2 years ago | | | 0 | 0.0061173379 | |
| 15701742 | 2 years ago | | | 0 | 0.0049298857 |
ABI
ABI objects
Getter at block 21327420
This contract contains no getter function objects.
Read-only
calcMaxBaseForDeposit(address _curve, uint256 _quoteAmount) view returns (uint256)
calcMaxDepositAmountGivenBase(address _curve, uint256 _baseAmount) view returns (uint256, uint256, uint256[])
calcMaxDepositAmountGivenQuote(address _curve, uint256 _quoteAmount) view returns (uint256, uint256, uint256[])
calcMaxQuoteForDeposit(address _curve, uint256 _baseAmount) view returns (uint256)
calcSwapAmountForZap(address _curve, uint256 _zapAmount, bool isFromBase) view returns (address, uint256)
calcSwapAmountForZapFromBase(address _curve, uint256 _zapAmount) view returns (uint256)
calcSwapAmountForZapFromQuote(address _curve, uint256 _zapAmount) view returns (uint256)
State-modifying
Events zap(address _curve, uint256 _zapAmount, uint256 _deadline, uint256 _minLPAmount, bool isFromBase) returns (uint256)
zapFromBase(address _curve, uint256 _zapAmount, uint256 _deadline, uint256 _minLPAmount) returns (uint256)
zapFromQuote(address _curve, uint256 _zapAmount, uint256 _deadline, uint256 _minLPAmount) 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.