O3SwapETHUniswapBridge
Verified contract
Active on
Ethereum with 5,146 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COMP | ERC-20 | 0.148581 | $67.03 |
$9.96 | |
SKL | ERC-20 | 104.62378 | $0.060153 |
$6.29 | |
1INCH | ERC-20 | 7.801854 | $0.387226 |
$3.02 | |
LINK | ERC-20 | 0.160935 | $18.17 |
$2.92 | |
UNI | ERC-20 | 0.258121 | $11.02 |
$2.84 | |
CRV | ERC-20 | 4.82481 | $0.527254 |
$2.54 | |
SNX | ERC-20 | 0.585076 | $2.13 |
$1.25 | |
HT | ERC-20 | 1.156445 | $0.730949 |
$0.85 | |
PERP | ERC-20 | 0.975219 | $0.862859 |
$0.84 | |
CRO | ERC-20 | 2.103994 | $0.189347 |
$0.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452961 | 4 months ago | | | 0 | 0.000023897000 | |
| 20452924 | 4 months ago | | | 0.00001 | 0.000023621000 | |
| 20250820 | 5 months ago | | | 0.005 | 0.000026009500 | |
| 19266133 | 9 months ago | | | 0 | 0.0012163847 | |
| 19266130 | 9 months ago | | | 0 | 0.0018535709 | |
| 19265927 | 9 months ago | | | 0 | 0.0010568330 | |
| 19265922 | 9 months ago | | | 0 | 0.0014054716 | |
| 19265914 | 9 months ago | | | 0 | 0.0013319087 | |
| 19265913 | 9 months ago | | | 0 | 0.0012045847 | |
| 19265912 | 9 months ago | | | 0 | 0.0016222250 |
ABI
ABI objects
Getter at block 21262982
FEE_DENOMINATOR() view returns (uint256)
10000000000
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
aggregatorFee() view returns (uint256)
30000000
owner() view returns (address)
0xc9f1679298eca1ba57ede716ab80602212430125
polySwapper() view returns (address)
0xaf83ce8d461e8834de03a3803c968615013c6b3d
polySwapperId() view returns (uint256)
1
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
Read-only
This contract contains no read-only function objects.
State-modifying
Events collect(address token)
renounceOwnership()
setAggregatorFee(uint256 _fee)
setPolySwapper(address _swapper)
setPolySwapperId(uint256 _id)
setUniswapFactory(address _factory)
setWETH(address _weth)
swapExactETHForTokensSupportingFeeOnTransferTokens(uint256 swapAmountOutMin, address[] path, address to, uint256 deadline) payable
swapExactETHForTokensSupportingFeeOnTransferTokensCrossChain(uint256 swapAmountOutMin, address[] path, bytes to, uint256 deadline, uint64 toPoolId, uint64 toChainId, bytes toAssetHash, uint256 polyMinOutAmount, uint256 fee) payable returns (bool)
swapExactTokensForETHSupportingFeeOnTransferTokens(uint256 amountIn, uint256 swapAmountOutMin, address[] path, address to, uint256 deadline)
swapExactTokensForTokensSupportingFeeOnTransferTokens(uint256 amountIn, uint256 swapAmountOutMin, address[] path, address to, uint256 deadline)
swapExactTokensForTokensSupportingFeeOnTransferTokensCrossChain(uint256 amountIn, uint256 swapAmountOutMin, address[] path, bytes to, uint256 deadline, uint64 toPoolId, uint64 toChainId, bytes toAssetHash, uint256 polyMinOutAmount, uint256 fee) payable returns (bool)
transferOwnership(address newOwner)
LOG_AGG_SWAP(uint256 amountOut, uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _weth, address _factory, address _swapper, uint256 _swapperId)
receive()
This contract contains no error objects.