InboxValidatorManager
Verified contract
Active on
Ethereum with 562 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) |
---|---|---|---|---|---|---|---|
| 16584112 | 2 years ago | | | 0 | 0.0044604729 | |
| 16570363 | 2 years ago | | | 0 | 0.0059836729 | |
| 16564539 | 2 years ago | | | 0 | 0.0044981028 | |
| 16558716 | 2 years ago | | | 0 | 0.0036307239 | |
| 16552908 | 2 years ago | | | 0 | 0.0035997730 | |
| 16547079 | 2 years ago | | | 0 | 0.0040644601 | |
| 16541287 | 2 years ago | | | 0 | 0.0062427923 | |
| 16535476 | 2 years ago | | | 0 | 0.0040740554 | |
| 16529662 | 2 years ago | | | 0 | 0.0082544617 | |
| 16523839 | 2 years ago | | | 0 | 0.0027291726 |
ABI
ABI objects
Getter at block 21312305
domain() view returns (uint32)
28528
domainHash() view returns (bytes32)
0x848ac5db18e505c679e0ad376be01513cd8f49d1fc52cc62c1b0e802cc420785
owner() view returns (address)
0x12c5ab61fe17df9c65739dba73df294708f78d23
threshold() view returns (uint256)
4
validatorCount() view returns (uint256)
6
validators() view returns (address[])
[0xCf2Dcc3462C84420965501C1Dda3d62DdE08941d, 0x7f6A8E8D15c6582EA2267e5acdDe068F4b26fd91, 0x8D96fFAbd6B2283092EC08aE5Cf65e06fD4dBAa1, 0x8669a883652DBf8c47DECbC4ec8b137E54A5bEAF, 0x9D8a7F26B62fC4e481Be0F0736683d2822A8c354, 0xBaE7166AcD15D8F0aB1D432c5D874Bb24718Edb8]
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.