Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2626…e481
0x4752…ad24
Balances ($0.00)
No balances found for "Swap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22706537 | 3 days ago | | | 0 | 0.0000037146340 | |
| 22706535 | 3 days ago | | | 0 | 0.0000044315040 |
ABI
ABI objects
Getter at block 22830949
feeWallet() view returns (address)
0xd4418418f6673b48e1828f539bed0340f78114e1
keeper() view returns (address)
0xdb35203efcb1857efbf57a5cfe27ee5b7ff82156
owner() view returns (address)
0xccfe064d2f51e83b99c666c33091abdbe81344d8
paused() view returns (bool)
false
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
uniswapV3Router() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
weth() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events pause()
renounceOwnership()
setUniswapV2Router(address _uniswapV2Router)
setUniswapV3Router(address _uniswapV3Router)
swapExactInputSingle(uint256 amountIn, uint256 amountOutMin, address[] path, uint256 priceIndex, uint24[] feeTier, bool splitRoute, uint256 deadline) payable returns (uint256 amountOut)
transferOwnership(address newOwner)
unpause()
updateFee(uint256 _fee)
updateFeeWallet(address _feeWallet)
updateKeeper(address _keeper)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _uniswapV3Router, address _uniswapV2Router, address _keeper, address _feeWallet, address _owner)
receive()
SendEthFailed()
SenderIsNotAdmin()
SenderIsNotKeeper()