TelepathyRouter
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 39 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "TelepathyRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TelepathyRouter"
ABI
ABI objects
Getter at block 21210284
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GUARDIAN_ROLE() view returns (bytes32)
0x55435dd261a4b9b3364963f7738a7a662ad9c84396d64be3365284bb7f0a5041
MIN_LIGHT_CLIENT_DELAY() view returns (uint256)
120
TIMELOCK_ROLE() view returns (bytes32)
0xf66846415d2bf9eabda9e84793ff9c0ea96d87f50fc41e66aa16469c6a442f05
VERSION() view returns (uint8)
1
nonce() view returns (uint64)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
sendingEnabled() view returns (bool)
false
sourceChainIdsLength() view returns (uint256)
0
version() view returns (uint8)
0
Read-only
broadcasters(uint32) view returns (address)
frozen(uint32) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
lightClients(uint32) view returns (address)
messageStatus(bytes32) view returns (uint8)
messages(uint64) view returns (bytes32)
sourceChainIds(uint256) view returns (uint32)
storageRootCache(bytes32) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events executeMessage(uint64 slot, bytes messageBytes, bytes[] accountProof, bytes[] storageProof)
executeMessageFromLog(bytes srcSlotTxSlotPack, bytes messageBytes, bytes32[] receiptsRootProof, bytes32 receiptsRoot, bytes[] receiptProof, bytes txIndexRLPEncoded, uint256 logIndex)
freeze(uint32 chainId)
freezeAll()
grantRole(bytes32 role, address account)
initialize(uint32[] _sourceChainIds, address[] _lightClients, address[] _broadcasters, address _timelock, address _guardian, bool _sendingEnabled)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
send(uint32 destinationChainId, address destinationAddress, bytes data) returns (bytes32)
send(uint32 destinationChainId, bytes32 destinationAddress, bytes data) returns (bytes32)
sendViaStorage(uint32 destinationChainId, address destinationAddress, bytes data) returns (bytes32)
sendViaStorage(uint32 destinationChainId, bytes32 destinationAddress, bytes data) returns (bytes32)
setLightClientAndBroadcaster(uint32 chainId, address lightclient, address broadcaster)
setSendingEnabled(bool enabled)
unfreeze(uint32 chainId)
unfreezeAll()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ExecutedMessage(uint32 indexed sourceChainId, uint64 indexed nonce, bytes32 indexed msgHash, bytes message, bool status)
Freeze(uint32 indexed chainId)
FreezeAll()
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SendingEnabled(bool enabled)
SentMessage(uint64 indexed nonce, bytes32 indexed msgHash, bytes message)
SetLightClientAndBroadcaster(uint32 indexed chainId, address lightClient, address broadcaster)
SourceChainAdded(uint32 indexed chainId)
Unfreeze(uint32 indexed chainId)
UnfreezeAll()
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
CannotSendToSameChain()
SendingDisabled()