PoolGovernance
Verified contract
Active on
Ethereum with 73 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4367…1e34
Balances ($2,035.79)
Native
Value
$2,035.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.552519 | $3,684.55 |
$2,035.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255088 | 7 days ago | | | 0 | 0.0018470049 | |
| 21255084 | 7 days ago | | | 0 | 0.00072089292 | |
| 21255082 | 7 days ago | | | 0 | 0.00072588339 | |
| 21255079 | 7 days ago | | | 0 | 0.00092543364 | |
| 21104533 | a month ago | | | 0 | 0.00067869147 | |
| 21104531 | a month ago | | | 0 | 0.00029954646 | |
| 21104528 | a month ago | | | 0 | 0.00029782325 | |
| 21104522 | a month ago | | | 0 | 0.00038222161 | |
| 20954027 | 2 months ago | | | 0 | 0.0013411544 | |
| 20954025 | 2 months ago | | | 0 | 0.00053025887 |
ABI
ABI objects
Getter at block 21302019
epochInterval() view returns (uint32)
1814400
epochNumber() view returns (uint64)
17
getOperators() view returns (address[])
[0x2DE6102C4f1a17d0406d60F322358011a13A4cc3, 0x962757858d38c5967b2f5fdC7fEcf63732A97308, 0xeb9a574862A691c55D3F9Fd1ba828Ad04aC31115, 0xe7874e054D974C137e2bA0B0c0C2693B9C452932, 0xAA164757E3e85B954995dd6aF001E474491D7aa2, 0x0A9aE3DbE453988Fda05549eFdFa2bdCc1Fb5C27]
lastEpoch() view returns (uint64)
1732420955
owner() view returns (address)
0x27d1f1d0693ebdccf804678219d08c2f31a42985
pool() view returns (address)
0x43670d6f39bca19ee26462f62339e90a39b01e34
Read-only
isOperator(address) view returns (bool)
operatorRewards(address) view returns (uint256)
operators(uint256) view returns (address)
voteCounter(uint256, bytes32) view returns (uint256)
votes(uint256, address) view returns (bytes32)
State-modifying
Events addOperators(address[] _operators)
deleteOperators(address[] _operators)
proposeEpoch(struct PoolGovernanceEpoch epoch)
renounceOwnership()
transferOwnership(address newOwner)
transferPoolOwnership(address newOwner)
updateInterval(uint32 interval)
withdrawRewards()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address[] _operators, address _pool)
receive()
CallTransferFailed()
EpochTimelockNotReached()
ExistingOperator(address operator)
NotEnoughOperators()
Unauthorized()
ZeroAmount()