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 "ORManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18361596 | a year ago | | | 0 | 0.00041981277 | |
| 18361595 | a year ago | | | 0 | 0.00059113779 | |
| 18212159 | a year ago | | | 0 | 0.00046527195 | |
| 18212158 | a year ago | | | 0 | 0.00045911261 | |
| 18212157 | a year ago | | | 0 | 0.0012592488 | |
| 18212156 | a year ago | | | 0 | 0.0024416646 |
ABI
ABI objects
Getter at block 21384809
challengeUserRatio() view returns (uint64)
0
feeChallengeSecond() view returns (uint64)
0
feeTakeOnChallengeSecond() view returns (uint64)
0
getVersionAndEnableTime() view returns (uint192 version, uint64 enableTime)
(version=5, enableTime=1697443462)
maxMDCLimit() view returns (uint64)
18446744073709551615
minChallengeRatio() view returns (uint64)
20000
owner() view returns (address)
0x8a700fdb6121a57c59736041d9aa21dfd8820660
protocolFee() view returns (uint64)
0
submitter() view returns (address)
0xc7dcc4a4c067a54d56844a7dcfc08b4e1b9f1fc1
Read-only
ebcIncludes(address ebc) view returns (bool)
getChainInfo(uint64 id) view returns (struct BridgeLibChainInfo)
getChainTokenInfo(uint64 id, uint256 token) view returns (struct BridgeLibTokenInfo)
getExtraTransferContract(uint64 chainId) view returns (uint256)
State-modifying
Events registerChains(uint64 enableTime, struct BridgeLibChainInfo[] chains_)
renounceOwnership()
transferOwnership(address newOwner)
updateChainSpvs(uint64 enableTime, uint64 id, address[] spvs, uint256[] indexs)
updateChainTokens(uint64 enableTime, uint64[] ids, struct BridgeLibTokenInfo[] tokenInfos)
updateChallengeUserRatio(uint64 enableTime, uint64 challengeUserRatio_)
updateEbcs(address[] ebcs_, bool[] statuses)
updateExtraTransferContracts(uint64 enableTime, uint64[] chainIds, uint256[] extraTransferContracts)
updateFeeChallengeSecond(uint64 enableTime, uint64 feeChallengeSecond_)
updateFeeTakeOnChallengeSecond(uint64 enableTime, uint64 feeTakeOnChallengeSecond_)
updateMaxMDCLimit(uint64 maxMDCLimit_)
updateMinChallengeRatio(uint64 enableTime, uint64 minChallengeRatio_)
updateProtocolFee(uint64 enableTime, uint64 protocolFee_)
updateSubmitter(uint64 enableTime, address submitter_)
versionIncreaseAndEnableTime(uint64 enableTime)
ChainInfoUpdated(uint64 indexed id, struct BridgeLibChainInfo chainInfo)
ChainTokenUpdated(uint64 indexed id, struct BridgeLibTokenInfo tokenInfo)
ChallengeUserRatioUpdated(uint64 challengeUserRatio)
EbcsUpdated(address[] ebcs, bool[] statuses)
ExtraTransferContractsUpdated(uint64[] chainIds, uint256[] extraTransferContracts)
FeeChallengeSecondUpdated(uint64 feeChallengeSecond)
FeeTakeOnChallengeSecondUpdated(uint64 feeTakeOnChallengeSecond)
MaxMDCLimitUpdated(uint64 maxMDCLimit)
MinChallengeRatioUpdated(uint64 minChallengeRatio)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtocolFeeUpdated(uint64 protocolFee)
SubmitterFeeUpdated(address submitter)
constructor(address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.