MayanForwarder
Verified contract
Active on
Ethereum with 35,392 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 "MayanForwarder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240511 | a minute ago | | | 0.06501066 | 0.0011064367 | |
| 21240491 | 5 minutes ago | | | 0.065 | 0.0010937258 | |
| 21240464 | 11 minutes ago | | | 0.009 | 0.00097512301 | |
| 21240450 | 13 minutes ago | | | 3.0506024 | 0.0017645514 | |
| 21240429 | 18 minutes ago | | | 0 | 0.0016418869 | |
| 21240422 | 19 minutes ago | | | 0.65 | 0.0011480059 | |
| 21240414 | 21 minutes ago | | | 1 | 0.0010720763 | |
| 21240407 | 22 minutes ago | | | 0.009 | 0.0010449883 | |
| 21240376 | 28 minutes ago | | | 0.05 | 0.0011496212 | |
| 21240375 | 28 minutes ago | | | 0.107 | 0.0011163711 |
ABI
ABI objects
Getter at block 21240515
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()