ChromiaTokenBridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "ChromiaTokenBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ChromiaTokenBridge"
ABI
ABI objects
Getter at block 21311579 renounceOwnership() view
emergencyTimestamp() view returns (uint256)
0
isMassExit() view returns (bool)
false
massExitBlock() view returns (uint256 height, bytes32 blockRid)
(height=0, blockRid=0x0000000000000000000000000000000000000000000000000000000000000000)
networkId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
tokenMinter() view returns (address)
0x0000000000000000000000000000000000000000
validator() view returns (address)
0x0000000000000000000000000000000000000000
withdrawOffset() view returns (uint256)
0
Read-only
_allowedToken(address) view returns (bool)
_withdraw(bytes32) view returns (address token, address beneficiary, uint256 amount, uint256 block_number, uint8 status)
State-modifying
Events acceptOwnership()
allowToken(address token)
deposit(address token, uint256 amount) returns (bool)
depositToAccountID(address token, uint256 amount, bytes32 accountID) returns (bool)
emergencyWithdraw(address token, address beneficiary)
fund(address token, uint256 amount) returns (bool)
initialize(address _validator, uint256 _withdrawOffset)
linkAccountID(bytes32 accountID)
pause()
pendingWithdraw(bytes32 _hash)
postponeMassExit()
setBlockchainRid(bytes32 rid)
setTokenMinter(address _tokenMinter)
transferOwnership(address newOwner)
triggerMassExit(uint256 height, bytes32 blockRid)
unpause()
unpendingWithdraw(bytes32 _hash)
withdraw(bytes32 _hash, address beneficiary)
withdrawRequest(bytes _event, struct DataProof eventProof, bytes blockHeader, bytes[] sigs, address[] signers, struct DataExtraProofData extraProof)
withdrawToPostchain(bytes32 _hash)
AllowToken(address indexed token)
DepositedERC20(address indexed sender, address indexed token, uint256 amount, bytes32 accountID)
FundedERC20(address indexed sender, address indexed token, uint256 amount)
Initialize(address indexed _validator, uint256 _withdrawOffset)
Initialized(uint64 version)
LinkAccountID(address indexed sender, bytes32 accountID, bool isContract)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PendingWithdraw(bytes32 indexed hash)
PostponeMassExit()
SetBlockchainRid(bytes32 rid)
TriggerMassExit(uint256 indexed height, bytes32 indexed blockRid)
Unpaused(address account)
UnpendingWithdraw(bytes32 indexed hash)
WithdrawRequest(address indexed beneficiary, address indexed token, uint256 value, uint256 height, bytes32 blockRid)
WithdrawRequestHash(bytes32 indexed hash)
Withdrawal(address indexed beneficiary, address indexed token, uint256 value)
WithdrawalHash(bytes32 indexed hash)
WithdrawalToPostchain(bytes32 indexed hash)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)