MayanForwarder
Verified contract
Active on
Ethereum with 501 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 |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,581.71 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220346 | 14 days ago | | | 0 | 0.0019667268 | |
| 21184458 | 19 days ago | | | 0.01 | 0.013059312 | |
| 20974908 | 2 months ago | | | 0 | 0.0023748934 | |
| 20638890 | 3 months ago | | | 0 | 0.00019308563 | |
| 20588616 | 3 months ago | | | 0 | 0.00025776195 | |
| 20547592 | 4 months ago | | | 0.0005 | 0.00044010870 | |
| 20452079 | 4 months ago | | | 0.0006 | 0.00017437000 | |
| 20300941 | 5 months ago | | | 0 | 0.0023049719 | |
| 20259677 | 5 months ago | | | 0 | 0.00037106002 | |
| 20259562 | 5 months ago | | | 0 | 0.00032503614 |
ABI
ABI objects
Getter at block 21322884
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
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
SwapAndForwarded(uint256 amount)
constructor(address _guardian, address[] _swapProtocols, address[] _mayanProtocols)
This contract contains no fallback and receive objects.
UnsupportedProtocol()