Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xde6b…e29c
Balances ($0.00)
No balances found for "Router"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20953963 | 2 months ago | | | 0 | 0.0011315345 | |
| 20951073 | 2 months ago | | | 0 | 0.0027786430 | |
| 20861826 | 2 months ago | | | 0 | 0.00074258943 | |
| 20850781 | 2 months ago | | | 0 | 0.00050811566 | |
| 20850771 | 2 months ago | | | 0 | 0.00062804260 | |
| 20843226 | 2 months ago | | | 0 | 0.0020321292 | |
| 20836746 | 2 months ago | | | 0 | 0.0017685205 | |
| 20835741 | 2 months ago | | | 0 | 0.0026739691 | |
| 20835068 | 2 months ago | | | 0 | 0.0017551714 | |
| 20834051 | 2 months ago | | | 0 | 0.00052688550 |
ABI
ABI objects
Getter at block 21302630
DELAY() view returns (uint256)
172800
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
mpc() view returns (address)
0x25876aca214a892ba46b3341547cce58fbcd5661
paused() view returns (bool)
false
vault() view returns (address)
0xde6b4964c4384bcdfa150a4a8be9865c5b91e29c
Read-only
claimed(bytes32) view returns (bool)
State-modifying
Events cancel(address user, address inputToken, uint256 inputAmount, bytes32 txHash)
claim(address user, address receiver, address outputToken, uint256 outputAmount, bytes32 txHash, bytes signature)
create(struct Tariff tariff, struct IRouterInput input, bytes signature)
createETH(struct Tariff tariff, bytes signature) payable
createWithPermit(struct Tariff tariff, struct IRouterInput input, bytes signature, struct Permit permit)
pause()
unpause()
updateMPC(address newMPC)
updateVault(address _vault)
DualCanceled(address indexed user, address inputToken, uint256 inputAmount, bytes32 txHash)
DualClaimed(address indexed user, address indexed receiver, address outputToken, uint256 outputAmount, bytes32 txHash)
DualCreated(address indexed user, uint256 chainId, address baseToken, address quoteToken, address inputToken, uint256 inputAmount, uint256 stakingPeriod, uint256 yield)
MPCUpdated(address indexed oldMPC, address indexed newMPC, uint256 effectiveTime)
Paused(address account)
Unpaused(address account)
VaultUpdated(address indexed oldVault, address indexed newVault)
constructor(address _vault, address _WETH, address _MPC)
This contract contains no fallback and receive objects.
This contract contains no error objects.