BeefyZapRouter
Verified contract
Active on
Ethereum with 2,435 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 |
---|---|---|---|---|---|
USDM | ERC-20 | 0 | $0.999168 |
$0 | |
stETH | ERC-20 | 0 | $3,207.28 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157207 | 4 hours ago | | | 0 | 0.023398102 | |
| 21156037 | 8 hours ago | | | 0 | 0.0067465049 | |
| 21150898 | a day ago | | | 0 | 0.0085352171 | |
| 21148777 | a day ago | | | 0 | 0.010620743 | |
| 21148758 | a day ago | | | 0 | 0.0053153215 | |
| 21147972 | a day ago | | | 0 | 0.0034380454 | |
| 21146652 | 2 days ago | | | 0 | 0.0096138471 | |
| 21145582 | 2 days ago | | | 0 | 0.0034571745 | |
| 21145154 | 2 days ago | | | 0 | 0.017238236 | |
| 21144958 | 2 days ago | | | 0 | 0.014508737 |
ABI
ABI objects
Getter at block 21158351
owner() view returns (address)
0x4fed5491693007f0cd49f4614ffc38ab6a04b619
paused() view returns (bool)
false
permit2() view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
tokenManager() view returns (address)
0xedfec19ee32f5130084c0acab91fea604c137912
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)