PoaOperator
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "PoaOperator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PoaOperator"
ABI
ABI objects
Getter at block 21379213
admin() view returns (address)
0x0000000000000000000000000000000000000000
bridge() view returns (address)
0x0000000000000000000000000000000000000000
epochLength() view returns (uint256)
0
implementation() view returns (address impl)
0x0000000000000000000000000000000000000000
lastCompleteEpoch() view returns (uint256)
0
lastEpochBlockHeight() view returns (uint256)
0
vault() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
slots(uint256) view returns (uint32 eventCounter, address owner, uint64 stake, address signer, bytes32 tendermint, uint32 activationEpoch, address newOwner, uint64 newStake, address newSigner, bytes32 newTendermint)
State-modifying
Events activate(uint256 _slotId)
initialize(address _bridge, address _vault, uint256 _epochLength)
setEpochLength(uint256 _epochLength)
setSlot(uint256 _slotId, address _signerAddr, bytes32 _tenderAddr)
submitPeriod(uint256 _slotId, bytes32 _prevHash, bytes32 _blocksRoot)
submitPeriodWithCas(uint256 _slotId, bytes32 _prevHash, bytes32 _blocksRoot, bytes32 _cas)
Epoch(uint256 epoch)
EpochLength(uint256 epochLength)
Submission(bytes32 indexed blocksRoot, uint256 indexed slotId, address indexed owner, bytes32 casRoot, bytes32 periodRoot)
ValidatorJoin(address indexed signerAddr, uint256 indexed slotId, bytes32 indexed tenderAddr, uint256 eventCounter, uint256 epoch)
ValidatorLeave(address indexed signerAddr, uint256 indexed slotId, bytes32 indexed tenderAddr, uint256 epoch)
ValidatorLogout(address indexed signerAddr, uint256 indexed slotId, bytes32 indexed tenderAddr, address newSigner, uint256 eventCounter, uint256 epoch)
ValidatorUpdate(address indexed signerAddr, uint256 indexed slotId, bytes32 indexed tenderAddr, uint256 eventCounter)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.