SwapperV2
Verified contract
Implementation
Active on
Ethereum with 0 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
Balances ($0.00)
No balances found for "SwapperV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SwapperV2"
ABI
ABI objects
Getter at block 21203108
_WETH() view returns (address)
0x0000000000000000000000000000000000000000
ton() view returns (address)
0x0000000000000000000000000000000000000000
tos() view returns (address)
0x0000000000000000000000000000000000000000
uniswapRouter() view returns (address)
0x0000000000000000000000000000000000000000
wton() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
decodeLastPool(bytes path) pure returns (address tokenA, address tokenB, uint24 fee)
tokenCheck(address) view returns (bool)
State-modifying
Events exactInput(struct ISwapRouterExactInputParams params, bool _wrapEth, bool _outputUnwrapEth, bool _inputWrapWTON, bool _outputUnwrapTON) payable returns (uint256 amountOut)
exactOutput(struct ISwapRouterExactOutputParams params, bool _wrapEth, bool _outputUnwrapEth, bool _inputWrapWTON, bool _outputUnwrapTON) payable returns (uint256 amountIn)
onApprove(address sender, address spender, uint256 transferAmount, bytes data) returns (bool)
tonToWton(uint256 _amount)
wtonToTon(uint256 _amount)
ExactInputEvent(address recipient, address inputToken, address outputToken, uint256 amountIn, uint256 amountOut)
ExactOutputEvent(address recipient, address inputToken, address outputToken, uint256 amountIn, uint256 amountOut, uint256 refund)
TonToWTON(address recipient, uint256 amount)
WtonToTON(address recipient, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.