InboxValidatorManager
Verified contract
Active on
Ethereum with 571 txns
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 "InboxValidatorManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16583087 | 2 years ago | | | 0 | 0.0042405439 | |
| 16570231 | 2 years ago | | | 0 | 0.0043253494 | |
| 16564411 | 2 years ago | | | 0 | 0.0038029271 | |
| 16558595 | 2 years ago | | | 0 | 0.0039497822 | |
| 16552778 | 2 years ago | | | 0 | 0.0034033845 | |
| 16546953 | 2 years ago | | | 0 | 0.0032731401 | |
| 16541158 | 2 years ago | | | 0 | 0.0030436232 | |
| 16535343 | 2 years ago | | | 0 | 0.0040222180 | |
| 16529533 | 2 years ago | | | 0 | 0.0065010096 | |
| 16523712 | 2 years ago | | | 0 | 0.0027800323 |
ABI
ABI objects
Getter at block 21405620
domain() view returns (uint32)
6386274
domainHash() view returns (bytes32)
0xc7e758374a34d82d90a1322046386152536f351ecea2ba4c6c0525b74294486e
owner() view returns (address)
0x12c5ab61fe17df9c65739dba73df294708f78d23
threshold() view returns (uint256)
4
validatorCount() view returns (uint256)
6
validators() view returns (address[])
[0x6289f913AcC64c2E6BAaA2b5175C7db35f98f62d, 0xdeBd62C57346c38a9cf2990210de021caAa20470, 0xee699d14BB61e3931BaD94E09668be5524BaE350, 0xFF20DFeEE355Ef5a6d3C6dEe25AAB697ad3915a4, 0xb2e9B58B63c8676E583c2C0050bD46cecd8Ac8F3, 0x5AcBfC1493252110b698534BCa12eC65bf3B5F1F]
Read-only
isQuorum(bytes32 _root, uint256 _index, bytes[] _signatures) view returns (bool)
isValidator(address _validator) view returns (bool)
State-modifying
Events enrollValidator(address _validator)
process(address _inbox, bytes32 _root, uint256 _index, bytes[] _signatures, bytes _message, bytes32[32] _proof, uint256 _leafIndex)
renounceOwnership()
setThreshold(uint256 _threshold)
transferOwnership(address newOwner)
unenrollValidator(address _validator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ThresholdSet(uint256 threshold)
ValidatorEnrolled(address indexed validator, uint256 validatorCount)
ValidatorUnenrolled(address indexed validator, uint256 validatorCount)
constructor(uint32 _remoteDomain, address[] _validators, uint256 _threshold)
This contract contains no fallback and receive objects.
This contract contains no error objects.