AggregateV3
Verified contract
Active on
Ethereum with 152 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "AggregateV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18707557 | a year ago | | | 0 | 0.0084746859 | |
| 17369388 | 2 years ago | | | 5.5 | 0.018212737 | |
| 17365306 | 2 years ago | | | 13.7 | 0.0086820361 | |
| 17362795 | 2 years ago | | | 34.1 | 0.0099089651 | |
| 17357988 | 2 years ago | | | 3.9 | 0.0074900797 | |
| 17356339 | 2 years ago | | | 0 | 0.0075011721 | |
| 17355912 | 2 years ago | | | 0 | 0.0075317153 | |
| 17355801 | 2 years ago | | | 0 | 0.010580385 | |
| 17355692 | 2 years ago | | | 58.1 | 0.0058347323 | |
| 17354647 | 2 years ago | | | 0.082801638 | 0.0040409219 |
ABI
ABI objects
Getter at block 21315028
feeAddress() view returns (address)
0x5363828a7c57355a6845b787a66912f45717ea7e
feeRate() view returns (uint256)
30
owner() view returns (address)
0xac24eb8165eba31774d849ef542c4ac3e4517c91
router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events feeAddressAdmin(address _feeAddress)
feeRateAdmin(uint256 _feeRate)
renounceOwnership()
swapExactTokensForTokens(address coin0, uint24 fee0, address coin1, uint24 fee1, address coin2, uint24 fee2, address coin3, address route, uint256 amountIn, uint256 amountMinOut, address to, uint256 deadline) payable returns (uint256)
swapTokensForExactTokens(address coin0, uint24 fee0, address coin1, uint24 fee1, address coin2, uint24 fee2, address coin3, address route, uint256 amountInMax, uint256 amountOut, address to, uint256 deadline) payable returns (uint256 amountIn)
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
AmountIn(address indexed user, address coin, uint256 amount)
AmountOut(address indexed user, address coin, uint256 amount)
Fee(address indexed _feeAddress, address coin, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _feeAddress, uint256 _feeRate)
receive()
This contract contains no error objects.