EthCrossChainManager
Verified contract
Active on
Ethereum with 29,976 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 "EthCrossChainManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245075 | 5 hours ago | | | 0 | 0.0030784664 | |
| 21244991 | 5 hours ago | | | 0 | 0.0030052576 | |
| 21243491 | 10 hours ago | | | 0 | 0.0031135699 | |
| 21243468 | 10 hours ago | | | 0 | 0.0033683294 | |
| 21243243 | 11 hours ago | | | 0 | 0.0023557155 | |
| 21243073 | 12 hours ago | | | 0 | 0.0022321908 | |
| 21242153 | 15 hours ago | | | 0 | 0.0022141423 | |
| 21242058 | 15 hours ago | | | 0 | 0.0018593307 | |
| 21242023 | 15 hours ago | | | 0 | 0.0020915464 | |
| 21241632 | 17 hours ago | | | 0 | 0.0018824741 |
ABI
ABI objects
Getter at block 21246565
EthCrossChainDataAddress() view returns (address)
0xcf2afe102057ba5c16f899271045a0a37fcb10f2
chainId() view returns (uint64)
2
isOwner() view returns (bool)
false
owner() view returns (address)
0x5a51e2ebf8d136926b9ca7b59b60464e7c44d2eb
paused() view returns (bool)
false
whiteLister() view returns (address)
0x5de690a2f2b290e3de4f60c01cd2be78c91a4e1e
Read-only
whiteListContractMethodMap(address, bytes) view returns (bool)
whiteListFromContract(address) view returns (bool)
State-modifying
Events changeBookKeeper(bytes rawHeader, bytes pubKeyList, bytes sigList) returns (bool)
crossChain(uint64 toChainId, bytes toContract, bytes method, bytes txData) returns (bool)
initGenesisBlock(bytes rawHeader, bytes pubKeyList) returns (bool)
pause() returns (bool)
removeContractMethodWhiteList(bytes[] contractMethodWhiteList)
removeFromContractWhiteList(address[] fromContractWhiteList)
renounceOwnership()
setChainId(uint64 _newChainId) returns (bool)
setContractMethodWhiteList(bytes[] contractMethodWhiteList)
setFromContractWhiteList(address[] fromContractWhiteList)
setWhiteLister(address newWL)
transferOwnership(address newOwner)
unpause() returns (bool)
upgradeToNew(address newEthCrossChainManagerAddress) returns (bool)
verifyHeaderAndExecuteTx(bytes proof, bytes rawHeader, bytes headerProof, bytes curRawHeader, bytes headerSig) returns (bool)
ChangeBookKeeperEvent(uint256 height, bytes rawHeader)
CrossChainEvent(address indexed sender, bytes txId, address proxyOrAssetContract, uint64 toChainId, bytes toContract, bytes rawdata)
InitGenesisBlockEvent(uint256 height, bytes rawHeader)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
VerifyHeaderAndExecuteTxEvent(uint64 fromChainID, bytes toContract, bytes crossChainTxHash, bytes fromChainTxHash)
constructor(address _eccd, uint64 _chainId, address[] fromContractWhiteList, bytes[] contractMethodWhiteList)
This contract contains no fallback and receive objects.
This contract contains no error objects.