MayanForwarder
Verified contract
Active on
Base with 37,731 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.000843 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.040422K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22723946 | 3 minutes ago | | | 0.0006 | 2.2888637e-7 | |
| 22723632 | 13 minutes ago | | | 0.0557 | 0.0000098271880 | |
| 22723114 | 30 minutes ago | | | 0.03235 | 0.0000097870894 | |
| 22723015 | 34 minutes ago | | | 0 | 0.000014496039 | |
| 22722910 | 37 minutes ago | | | 5 | 0.00012256119 | |
| 22722889 | 38 minutes ago | | | 0.12 | 0.0000097883045 | |
| 22722789 | 41 minutes ago | | | 0.16 | 2.1837052e-7 | |
| 22722783 | 41 minutes ago | | | 2.9 | 0.0000029626614 | |
| 22722744 | 43 minutes ago | | | 0 | 0.000014462016 | |
| 22722708 | 44 minutes ago | | | 0 | 0.000021096406 |
ABI
ABI objects
Getter at block 22724022
guardian() view returns (address)
0x933e3922e04d47a466e60a20e486b372b64f1ea8
nextGuardian() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
mayanProtocols(address) view returns (bool)
swapProtocols(address) view returns (bool)
State-modifying
Events changeGuardian(address newGuardian)
claimGuardian()
forwardERC20(address tokenIn, uint256 amountIn, struct MayanForwarderPermitParams permitParams, address mayanProtocol, bytes protocolData) payable
forwardEth(address mayanProtocol, bytes protocolData) payable
rescueEth(uint256 amount, address to)
rescueToken(address token, uint256 amount, address to)
setMayanProtocol(address mayanProtocol, bool enabled)
setSwapProtocol(address swapProtocol, bool enabled)
swapAndForwardERC20(address tokenIn, uint256 amountIn, struct MayanForwarderPermitParams permitParams, address swapProtocol, bytes swapData, address middleToken, uint256 minMiddleAmount, address mayanProtocol, bytes mayanData) payable
swapAndForwardEth(uint256 amountIn, address swapProtocol, bytes swapData, address middleToken, uint256 minMiddleAmount, address mayanProtocol, bytes mayanData) payable
ForwardedERC20(address token, uint256 amount, address mayanProtocol, bytes protocolData)
ForwardedEth(address mayanProtocol, bytes protocolData)
SwapAndForwarded(uint256 amount)
SwapAndForwardedERC20(address tokenIn, uint256 amountIn, address swapProtocol, address middleToken, uint256 middleAmount, address mayanProtocol, bytes mayanData)
SwapAndForwardedEth(uint256 amountIn, address swapProtocol, address middleToken, uint256 middleAmount, address mayanProtocol, bytes mayanData)
constructor(address _guardian, address[] _swapProtocols, address[] _mayanProtocols)
This contract contains no fallback and receive objects.
UnsupportedProtocol()