Blocklist
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "Blocklist"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Blocklist"
ABI
ABI objects
Getter at block 21192096 bridgeMediatorList() view returns (address[])
F_ADDR() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
bridgeMediatorCount() view returns (uint256)
0
isInitialized() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
blockedMessageAccount(bytes32 _messageId) view returns (address)
blockedMessageToken(bytes32 _messageId) view returns (address)
blockedMessageValue(bytes32 _messageId) view returns (uint256)
getNextBridgeMediator(address _address) view returns (address)
isBlocked(address _account) view returns (bool)
isBridgeMediator(address _bridgeMediator) view returns (bool)
State-modifying
Events addBridgeMediator(address _mediator)
blockERC20(address _token, address _account, uint256 _value, bytes32 _messageId)
blockNative(address _account, bytes32 _messageId) payable
checkAndBlockERC20(address _from, address _recipient, address _token, uint256 _value, bytes32 _messageId) returns (bool blocked)
initialize(address _owner, address _bridgeMediator) returns (bool)
removeBridgeMediator(address _mediator)
setBlock(address _account, bool _block)
transferOwnership(address newOwner)
withdraw(address _to, uint256 _amount)
withdraw(address _token, address _to, uint256 _amount)
AccountBlockStatusChanged(address account, bool block)
Blocked(address token, address account, uint256 value, bytes32 messageId)
BridgeMediatorAdded(address mediator)
BridgeMediatorRemoved(address mediator)
OwnershipTransferred(address previousOwner, address newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.