Swap

Verified contract

Active on Base with 2 txns
Deployed by via 0x8708eeb9 at 17949857
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Swap"

0x114ccf4112bb4622ac312d03b8f5001d18c6aeccc23b1b734afe5c8226286a05
0xf7e4bf16c17303cf1e704d50956e272a603de19401dbdfa2c7f155a1eb3868b3

Functions
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
pause(
renounceOwnership(
setUniswapV2Router(address _uniswapV2Router
setUniswapV3Router(address _uniswapV3Router
swapExactInputSingle(uint256 amountInuint256 amountOutMinaddress[] pathuint256 priceIndexuint24[] feeTierbool splitRouteuint256 deadlinepayable returns (uint256 amountOut)
transferOwnership(address newOwner
unpause(
updateFee(uint256 _fee
updateFeeWallet(address _feeWallet
updateKeeper(address _keeper
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _uniswapV3Routeraddress _uniswapV2Routeraddress _keeperaddress _feeWalletaddress _owner
Fallback and receive
receive(
Errors
SendEthFailed(
SenderIsNotAdmin(
SenderIsNotKeeper(