Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,184.34)
Native
Value
$14,184.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.9327 | $3,606.77 |
$14,184.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284095 | 8 minutes ago | | | 0.0004 | 0.0035089835 | |
| 21283781 | an hour ago | | | 0.0004 | 0.0024622823 | |
| 21283417 | 2 hours ago | | | 0.0004 | 0.0030210930 | |
| 21281934 | 7 hours ago | | | 0 | 0.0075856069 | |
| 21281659 | 8 hours ago | | | 0.0004 | 0.0082335158 | |
| 21281357 | 9 hours ago | | | 0.0004 | 0.0070978892 | |
| 21279616 | 15 hours ago | | | 0.0004 | 0.0050790258 | |
| 21279017 | 17 hours ago | | | 0.0004 | 0.0036156698 | |
| 21278197 | 20 hours ago | | | 0.0004 | 0.0029071222 | |
| 21278168 | 20 hours ago | | | 0.0004 | 0.0023651533 |
ABI
ABI objects
Getter at block 21284128
accumulatedMessageFees() view returns (uint256)
3931500000000000474
active() view returns (bool)
true
activeValidatorSetId() view returns (uint32)
724
bridgeFee() view returns (uint256)
400000000000000
maxMessageLength() view returns (uint256)
1024
maxRewardPayout() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x0e17c1a78d2a77298df58e5956b33376a1b9f4c2
palletAddress() view returns (address)
0x6d6f646c65746879627264670000000000000000
proofTTL() view returns (uint256)
7
sendMessageFee() view returns (uint256)
300000000000000
sentEventId() view returns (uint256)
23056
thresholdPercent() view returns (uint256)
60
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
validatorSetDigests(uint256) view returns (bytes32)
verifiedEventIds(uint256) view returns (bool)
State-modifying
Events endow() payable
forceActiveValidatorSet(address[] newValidators, uint32 newValidatorSetId)
forceHistoricValidatorSet(address[] _validators, uint32 validatorSetId)
onMessageReceived(address source, bytes message)
receiveMessage(address source, address destination, bytes appMessage, struct EventProof proof) payable
renounceOwnership()
sendMessage(address destination, bytes message) payable
setActive(bool _active)
setBridgeFee(uint256 _bridgeFee)
setMaxMessageLength(uint256 _maxMessageLength)
setMaxRewardPayout(uint256 _maxRewardPayout)
setPalletAddress(address _palletAddress)
setProofTTL(uint256 _proofTTL)
setSendMessageFee(uint256 _fee)
setSentEventId(uint256 _newId)
setThreshold(uint256 _thresholdPercent)
transferOwnership(address newOwner)
withdrawAll(address _to)
withdrawMsgFees(address _to, uint256 _amount)
BridgeActiveUpdated(bool indexed active)
BridgeFeeUpdated(uint256 indexed bridgeFee)
Endowed(uint256 indexed amount)
EtherWithdrawn(address _to, uint256 _amount)
ForceSetActiveValidators(bytes32 indexed validatorSetDigest, uint32 indexed validatorSetId)
ForceSetHistoricValidators(bytes32 indexed validatorSetDigest, uint32 indexed validatorSetId)
MaxMessageLengthUpdated(uint256 indexed maxMessageLength)
MaxRewardPayoutUpdated(uint256 indexed maxRewardPayout)
MessageReceived(uint256 indexed eventId, address indexed source, address indexed destinate, bytes message)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PalletAddressUpdated(address indexed palletAddress)
ProofTTLUpdated(uint256 indexed proofTTL)
SendMessage(uint256 messageId, address source, address destination, bytes message, uint256 fee)
SendMessageFeeUpdated(uint256 indexed sendMessageFee)
SentEventIdUpdated(uint256 indexed _newId)
SetValidators(bytes32 indexed validatorSetDigest, uint256 indexed reward, uint32 indexed validatorSetId)
ThresholdUpdated(uint256 indexed thresholdPercent)
WithdrawnMessageFees(address indexed recipient, uint256 indexed amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.