BeefyZapRouter
Verified contract
Active on
Base with 671 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BeefyZapRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7767430 | a year ago | | | 0 | 0.000013671977 | |
| 7766405 | a year ago | | | 0 | 0.0000079496825 | |
| 7766188 | a year ago | | | 0 | 0.000010305505 | |
| 7765266 | a year ago | | | 0 | 0.000018589167 | |
| 7765257 | a year ago | | | 0 | 0.000023159147 | |
| 7765013 | a year ago | | | 0 | 0.0000052697303 | |
| 7764996 | a year ago | | | 0 | 0.0000090237913 | |
| 7763311 | a year ago | | | 0 | 0.0000076856084 | |
| 7763185 | a year ago | | | 0 | 7.2939500e-7 | |
| 7763129 | a year ago | | | 0.092 | 0.000014430781 |
ABI
ABI objects
Getter at block 23229566
owner() view returns (address)
0x4fed5491693007f0cd49f4614ffc38ab6a04b619
paused() view returns (bool)
false
permit2() view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
tokenManager() view returns (address)
0xa3808862694017b71744acc83d63a39d2c32fc2a
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)