RocketNetworkVoting
Verified contract
Active on
Ethereum with 1,413 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RocketNetworkVoting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21060120 | 19 days ago | | | 0 | 0.0016270037 | |
| 21058244 | 20 days ago | | | 0 | 0.0027044027 | |
| 21055556 | 20 days ago | | | 0 | 0.0012890896 | |
| 21055365 | 20 days ago | | | 0 | 0.0019920183 | |
| 21053826 | 20 days ago | | | 0 | 0.0014920455 | |
| 21053654 | 20 days ago | | | 0 | 0.0010718258 | |
| 21053225 | 20 days ago | | | 0 | 0.0012698739 | |
| 21053057 | 20 days ago | | | 0 | 0.0015595377 | |
| 21052927 | 20 days ago | | | 0 | 0.0015405678 | |
| 21052373 | 20 days ago | | | 0 | 0.0016379050 |
ABI
ABI objects
Getter at block 21198088
version() view returns (uint8)
1
Read-only
getCurrentDelegate(address _nodeAddress) view returns (address)
getDelegate(address _nodeAddress, uint32 _block) view returns (address)
getNodeCount(uint32 _block) view returns (uint256)
getVotingInitialised(address _nodeAddress) view returns (bool)
getVotingPower(address _nodeAddress, uint32 _block) view returns (uint256)
State-modifying
Events initialiseVoting()
initialiseVotingWithDelegate(address _delegate)
setDelegate(address _newDelegate)
DelegateSet(address nodeOperator, address delegate, uint256 time)
constructor(address _rocketStorageAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.