EthCrossChainManager
Verified contract
Active on
Ethereum with 3,824 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) |
---|---|---|---|---|---|---|---|
| 13441005 | 3 years ago | | | 0 | 0.015239820 | |
| 13440975 | 3 years ago | | | 0 | 0.013728383 | |
| 13440975 | 3 years ago | | | 0 | 0.013867678 | |
| 13440883 | 3 years ago | | | 0 | 0.013537154 | |
| 13440880 | 3 years ago | | | 0 | 0.0067763383 | |
| 13440867 | 3 years ago | | | 0 | 0.013103157 | |
| 13440867 | 3 years ago | | | 0 | 0.015697170 | |
| 13440593 | 3 years ago | | | 0 | 0.012411458 | |
| 13440538 | 3 years ago | | | 0 | 0.012572645 | |
| 13440497 | 3 years ago | | | 0 | 0.011833876 |
ABI
ABI objects
Getter at block 21159518
EthCrossChainDataAddress() view returns (address)
0xcf2afe102057ba5c16f899271045a0a37fcb10f2
chainId() view returns (uint64)
2
isOwner() view returns (bool)
false
owner() view returns (address)
0x5a51e2ebf8d136926b9ca7b59b60464e7c44d2eb
paused() view returns (bool)
true
Read-only
unsetEpochPkBytes(bytes) view returns (bool)
whiteListFromContract(address) view returns (bool)
whiteListMethod(bytes) view returns (bool)
whiteListToContract(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)
recoverEpochPk(bytes EpochPkBytes)
renounceOwnership()
setChainId(uint64 _newChainId) returns (bool)
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, address[] toContractWhiteList, bytes[] methodWhiteList, bytes curEpochPkBytes)
This contract contains no fallback and receive objects.
This contract contains no error objects.