ProtocolValidator
Verified contract
Active on
Ethereum with 7 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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "ProtocolValidator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12171786 | 4 years ago | | | 0 | 0.0031116000 | |
| 12171705 | 4 years ago | | | 0 | 0.0075921000 | |
| 12171694 | 4 years ago | | | 0 | 0.0075921000 | |
| 12171675 | 4 years ago | | | 0 | 0.0075921000 | |
| 12171670 | 4 years ago | | | 0 | 0.0075921000 | |
| 12171666 | 4 years ago | | | 0 | 0.0075921000 | |
| 12171658 | 4 years ago | | | 0 | 0.0090909000 |
ABI
ABI objects
Getter at block 21316059
maxSize() view returns (uint256)
50
owner() view returns (address)
0x6b62c5c2432da0399dd8f1e5da92bc81c9813803
protocolContractsList() view returns (address[])
[0xaa1018F90ff82F058b1Ec7aa3D72A243F66300Bd, 0xBA9395A374fFA8A3A1517bdb02DF81DBAfDbCA8D, 0x679962cb53Af1418f14991eFc3C482bF6F241d5e, 0xB00762d3A451d481b750E9a255f2fEe0eAb9684F, 0x4E995D583D54bdc755748D11D429ABdaAdCFA0B7, 0x1c66017AAd551dDbAEE6085a8619A5063963fCB7]
size() view returns (uint256)
6
validatorsList() view returns (address[])
[]
Read-only
validators(address) view returns (address)
State-modifying
Events addProtocolContract(address _contract)
addValidator(address validator, address controlledContract)
removeProtocolContract(address _contract)
removeValidator(address validator)
renounceOwnership()
transferOwnership(address newOwner)
validate(address validator) returns (bool)
InvalidState(address validator, address controlledContract)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtocolContractAdded(address newContract)
ProtocolContractRemoved(address removedContract)
ValidatorAdded(address validator, address controlledContract)
ValidatorRemoved(address validator)
constructor(uint256 _maxSize)
This contract contains no fallback and receive objects.
This contract contains no error objects.