Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Router"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21505621 | 8 days ago | | | 0.000039970559 | 3.7401367e-7 | |
| 21505621 | 8 days ago | | | 0.00011768365 | 3.7401367e-7 | |
| 21505620 | 8 days ago | | | 0.000039801339 | 3.7401367e-7 | |
| 21505620 | 8 days ago | | | 0.0037934689 | 3.7401367e-7 | |
| 21505620 | 8 days ago | | | 0.000041406319 | 3.7883305e-7 | |
| 21505619 | 8 days ago | | | 0.00004136753 | 3.7401367e-7 | |
| 21505619 | 8 days ago | | | 0.00004915218 | 3.7883305e-7 | |
| 21505619 | 8 days ago | | | 0.00013542653 | 3.7401367e-7 | |
| 21504721 | 8 days ago | | | 0.000039960211 | 3.7401367e-7 | |
| 21504721 | 8 days ago | | | 0.000039794641 | 3.7401367e-7 |
ABI
ABI objects
Getter at block 21859248 getOffRamps() view returns (struct RouterOffRamp[])
MAX_RET_BYTES() view returns (uint16)
132
getArmProxy() view returns (address)
0xc842c69d54f83170c42c4d556b4f6b2ca53dd3e8
getWrappedNative() view returns (address)
0x4200000000000000000000000000000000000006
owner() view returns (address)
0x6aa06e0cb77fab16e6963196a3ebd81c90e4a98c
typeAndVersion() view returns (string)
Router 1.2.0
Read-only
getFee(uint64 destinationChainSelector, struct ClientEVM2AnyMessage message) view returns (uint256 fee)
getOnRamp(uint64 destChainSelector) view returns (address)
getSupportedTokens(uint64 chainSelector) view returns (address[])
isChainSupported(uint64 chainSelector) view returns (bool)
isOffRamp(uint64 sourceChainSelector, address offRamp) view returns (bool)
State-modifying
Events acceptOwnership()
applyRampUpdates(struct RouterOnRamp[] onRampUpdates, struct RouterOffRamp[] offRampRemoves, struct RouterOffRamp[] offRampAdds)
ccipSend(uint64 destinationChainSelector, struct ClientEVM2AnyMessage message) payable returns (bytes32)
recoverTokens(address tokenAddress, address to, uint256 amount)
routeMessage(struct ClientAny2EVMMessage message, uint16 gasForCallExactCheck, uint256 gasLimit, address receiver) returns (bool success, bytes retData, uint256 gasUsed)
setWrappedNative(address wrappedNative)
transferOwnership(address to)
MessageExecuted(bytes32 messageId, uint64 sourceChainSelector, address offRamp, bytes32 calldataHash)
OffRampAdded(uint64 indexed sourceChainSelector, address offRamp)
OffRampRemoved(uint64 indexed sourceChainSelector, address offRamp)
OnRampSet(uint64 indexed destChainSelector, address onRamp)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
constructor(address wrappedNative, address armProxy)
This contract contains no fallback and receive objects.
BadARMSignal()
FailedToSendValue()
InsufficientFeeTokenAmount()
InvalidMsgValue()
InvalidRecipientAddress(address to)
OffRampMismatch(uint64 chainSelector, address offRamp)
OnlyOffRamp()
UnsupportedDestinationChain(uint64 destChainSelector)