OrionVoting
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "OrionVoting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OrionVoting"
ABI
ABI objects
Getter at block 21278935
getRewardPerVotingToken() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
reward_rate_() view returns (uint64)
0
rewards_token_() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint56)
0
total_supply_() view returns (uint56)
0
Read-only
getPoolRewards(address pool_address) view returns (uint256)
pool_states_(address) view returns (uint8 state, uint56 votes, uint256 last_acc_reward_per_voting_token, uint256 acc_reward)
user_votes_(address, address) view returns (uint56 voted_amount)
votes(address pool_address) view returns (uint56)
State-modifying
Events cease(address poolAddress, uint56 amount)
claimRewards(uint56 amount, address to)
initialize(address rewards_token, address governance_contract_address)
renounceOwnership()
setPoolState(address pool_address, uint8 new_state)
setRewards(uint64 rewards, uint64 duration)
transferOwnership(address newOwner)
vote(address poolAddress, uint56 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.