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 "CLTZapIn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22878544 | an hour ago | | | 0.1 | 0.000055325231 | |
| 22878384 | an hour ago | | | 0.3 | 0.000051814854 | |
| 22858103 | 12 hours ago | | | 0.024 | 0.000010124764 | |
| 22830568 | a day ago | | | 0.7 | 0.000059576400 | |
| 22825508 | a day ago | | | 0 | 0.0000026301773 | |
| 22825422 | a day ago | | | 0.01001977 | 0.0000029710016 | |
| 22825176 | a day ago | | | 0.00137359 | 0.0000031895021 | |
| 22824871 | a day ago | | | 0.0036 | 0.0000032512234 | |
| 22814671 | 2 days ago | | | 0 | 0.000017138929 | |
| 22814359 | 2 days ago | | | 0 | 0.000018210368 |
ABI
ABI objects
Getter at block 22880215
OKX_PROXY() view returns (address)
0x6b2c0c7be2048daa9b5527982c29f48062b34d58
TOKEN_APPROVER() view returns (address)
0x57df6092665eb6058de53939612413ff4b09114e
WETH() view returns (address)
0x4200000000000000000000000000000000000006
owner() view returns (address)
0x4ef03f0ea9e744f22b768e17628ce39a2f48abe5
paused() view returns (bool)
false
Read-only
isOperator(address _operator) view returns (bool)
State-modifying
Events doOKXSwap(address tokenIn, uint256 tokenAmountIn, address tokenOut, uint256 minAmountOut, address recipient, address refundRecipient, bool useContractBalance, uint256 deadline, bytes swapData) payable returns (uint256 tokenAmountOut)
multicall(bytes[] data) payable returns (bytes[] results)
pause()
toggleOperator(address _operator)
transferOwnership(address newOwner)
unpause()
wrapEthInput() payable
zapIn(struct ICLTBaseDepositParams depositParams, address token0, address token1, bool useContractBalance0, bool useContractBalance1) payable returns (uint256 tokenId, uint256 share, uint256 amount0, uint256 amount1)
zapIncrease(struct ICLTBaseUpdatePositionParams updateParams, address token0, address token1, bool useContractBalance0, bool useContractBalance1) payable returns (uint256 share, uint256 amount0, uint256 amount1)
OwnershipTransferred(address indexed user, address indexed newOwner)
Paused(address account)
Unpaused(address account)
ZapInCompleted(address zapper, uint256 tokenId, uint256 share, uint256 amount0, uint256 amount1)
constructor(address okxProxy, address cltBase, address tokenApprover, address weth, address owner)
This contract contains no fallback and receive objects.
InsufficientOutput()
InvalidAmountInput()
InvalidTokenId()
OKXSwapFailed()
PastDeadline()
SameToken()