SwapManager
Verified contract
Active on
Ethereum with 1 txns
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 "SwapManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20457648 | 4 months ago | | | 0 | 0.00019123571 |
ABI
ABI objects
Getter at block 21330503
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_uniswapV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
dexType() view returns (uint256)
0
owner() view returns (address)
0x374021b9251ce8ffd05bcc405b802ac979cf5799
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwner()
changeOwner(address newOwner)
recoverERC20(address token, uint256 amount, address to)
recoverETH(uint256 amount, address to)
swap(address tokenIn, address tokenOut, uint256 amountIn, uint24 fee, uint256 amountOutMinimum) payable returns (uint256 amountOut)
NewOwner(address indexed oldOwner, address indexed owner)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
Recovered(address indexed token, uint256 amount, address to)
RecoveredETH(uint256 amount, address indexed to)
SwapSuccess(address indexed from, address indexed to, uint256 amountIn, uint256 amountOut)
constructor(address uniswapV3Router_, address WETH_, address owner_, uint256 dexType_)
receive()
Unauthorized()
UnsupportedType()
ValueMismatch()
ZeroAddressOwner()
ZeroAddressUniswapV3Router()
ZeroAddressWETH()