SwapManager

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0xc1bf0b71 at 20164708
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SwapManager"

0x9fb4625bba5a62a2dd484da7a74f9adae1310fa6e18a8f704f5cb8702f753a74
From

Functions
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
acceptOwner(
changeOwner(address newOwner
recoverERC20(address tokenuint256 amountaddress to
recoverETH(uint256 amountaddress to
swap(address tokenInaddress tokenOutuint256 amountInuint24 feeuint256 amountOutMinimumpayable returns (uint256 amountOut)
Events
NewOwner(address indexed oldOwneraddress indexed owner
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
Recovered(address indexed tokenuint256 amountaddress to
RecoveredETH(uint256 amountaddress indexed to
SwapSuccess(address indexed fromaddress indexed touint256 amountInuint256 amountOut
Constructor
constructor(address uniswapV3Router_address WETH_address owner_uint256 dexType_
Fallback and receive
receive(
Errors
Unauthorized(
UnsupportedType(
ValueMismatch(
ZeroAddressOwner(
ZeroAddressUniswapV3Router(
ZeroAddressWETH(