BeefyZapRouter
Verified contract
Active on
Base with 152,042 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001805 |
$0 | |
| ERC-20 | 54K | -- | -- | |
| ERC-20 | 34.9K | -- | -- | |
COIN www.baseweb.io | ERC-20 | 10.001K | -- | -- | |
PAC www.pacm.io | ERC-20 | 7K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.337981K | -- | -- | |
WKLAY | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21732754 | 6 minutes ago | | | 0 | 0.000016847647 | |
| 21732719 | 7 minutes ago | | | 0 | 0.000016199986 | |
| 21732535 | 13 minutes ago | | | 0 | 0.000015280218 | |
| 21732514 | 14 minutes ago | | | 0 | 0.000020412028 | |
| 21732478 | 15 minutes ago | | | 0 | 0.000010515526 | |
| 21732390 | 18 minutes ago | | | 0 | 0.000015905892 | |
| 21731903 | 34 minutes ago | | | 1.125 | 0.000027240500 | |
| 21731816 | 37 minutes ago | | | 0 | 0.000012980850 | |
| 21731813 | 37 minutes ago | | | 0 | 0.0000093933013 | |
| 21731791 | 38 minutes ago | | | 0 | 0.000021529352 |
ABI
ABI objects
Getter at block 21732934
owner() view returns (address)
0x4fed5491693007f0cd49f4614ffc38ab6a04b619
paused() view returns (bool)
false
permit2() view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
tokenManager() view returns (address)
0x3fbd1da78369864c67d62c242d30983d6900c0f0
Read-only
This contract contains no read-only function objects.
State-modifying
Events executeOrder(struct IBeefyZapRouterOrder _order, struct IBeefyZapRouterStep[] _route) payable
executeOrder(struct IPermit2PermitBatchTransferFrom _permit, struct IBeefyZapRouterOrder _order, bytes _signature, struct IBeefyZapRouterStep[] _route)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
FulfilledOrder(struct IBeefyZapRouterOrder indexed order, address indexed caller, address indexed recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RelayData(address indexed target, uint256 value, bytes data)
TokenReturned(address indexed token, uint256 amount)
Unpaused(address account)
constructor(address _permit2)
receive()
CallFailed(address target, uint256 value, bytes callData)
CallerNotZap(address caller)
EtherTransferFailed(address recipient)
InsufficientRelayValue(uint256 balance, uint256 relayValue)
InvalidCaller(address owner, address caller)
Slippage(address token, uint256 minAmountOut, uint256 balance)
TargetingInvalidContract(address target)