AggregationRouter
Verified contract
Active on
Base with 2,879 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…8ba3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 5 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21832689 | 4 days ago | | | 0 | 6.1015390e-7 | |
| 21832656 | 4 days ago | | | 0.0053922 | 5.9418912e-7 | |
| 21831528 | 4 days ago | | | 0 | 9.6424426e-7 | |
| 21831503 | 4 days ago | | | 0.0005952716 | 5.6034859e-7 | |
| 21830121 | 4 days ago | | | 0 | 5.8235353e-7 | |
| 21830089 | 4 days ago | | | 0.0053069 | 5.5649072e-7 | |
| 21829377 | 4 days ago | | | 0 | 0.0000010406094 | |
| 21829357 | 4 days ago | | | 0.00469971 | 5.5131634e-7 | |
| 21800088 | 5 days ago | | | 0 | 6.1330240e-7 | |
| 21800065 | 5 days ago | | | 0.0038447 | 5.4383908e-7 |
ABI
ABI objects
Getter at block 22003231
owner() view returns (address)
0x4da60510480ac2c6768893bc18abbbb7c141f58d
ownerCandidate() view returns (address)
0x0000000000000000000000000000000000000000
permit2() view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
Read-only
This contract contains no read-only function objects.
State-modifying
Events candidateConfirm()
rescueFunds(address currency, uint256 amount)
setOwnerCandidate(address _candidate)
setPermit2(address _permit2)
swap(address executor, struct IAggregationRouterSwapDescription desc, bytes route) payable returns (uint256 returnAmount, uint256 spentAmount)
swapWithPermit2(address executor, struct IAggregationRouterSwapDescription desc, bytes route) payable returns (uint256 returnAmount, uint256 spentAmount)
swapWithPermit2Signature(address executor, struct IAggregationRouterSwapDescription desc, bytes route, struct IAllowanceTransferPermitSingle permitSingle, bytes signature) payable returns (uint256 returnAmount, uint256 spentAmount)
Candidate(address indexed newOwner)
OwnerChanged(address indexed oldOwner, address indexed newOwner)
Swap(address sender, address srcToken, address dstToken, address dstReceiver, uint256 amount, uint256 returnAmount)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EmptyPermit2Address()
EmptyRouteData()
EthDepositRejected()
FailedInnerCall()
InvalidCaller()
InvalidMsgValue()
InvalidSpender()
MinimalOutputBalanceViolation()
NativeTransferFailed()
NotCandidate()
SafeERC20FailedOperation(address token)
ZeroMinReturnAmount()