ChangerSwapRouterV3
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "ChangerSwapRouterV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ChangerSwapRouterV3"
ABI
ABI objects
Getter at block 20869756
RENOUNCED_OWNER() view returns (address)
0x0000000000000000000000000000000000000001
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize(address _owner)
pause()
renounceOwnership()
swap(address handler, address token0, address token1, uint256 amount0In, uint256 minAmount1Out, address receiver, bytes data) payable returns (bool success, uint256 amount1Out)
swapWithCompensation(address handler, address token0, address token1, uint256 amount0In, uint256 minAmount1Out, address receiver, bytes data, struct ICompensationVaultCompensationParams compensationParams) payable returns (bool, uint256)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Swap(address indexed sender, address indexed token0, address indexed token1, uint256 amount0In, uint256 amount1Out)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.