Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0b4a…9cc1
0x796e…7ee9
Balances ($0.00)
No balances found for "Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16878486 | 2 years ago | | | 0 | 0.0024556187 | |
| 16445393 | 2 years ago | | | 0 | 0.0022237261 | |
| 15953298 | 2 years ago | | | 0 | 0.0016388190 | |
| 15879689 | 2 years ago | | | 0 | 0.0018942485 | |
| 15829267 | 2 years ago | | | 0 | 0.0013855965 | |
| 15828518 | 2 years ago | | | 0 | 0.0013910160 | |
| 15768410 | 2 years ago | | | 0 | 0.0031453012 | |
| 15767798 | 2 years ago | | | 0 | 0.0019006803 | |
| 15749306 | 2 years ago | | | 0 | 0.0015387646 | |
| 15746418 | 2 years ago | | | 0 | 0.0017732904 |
ABI
ABI objects
Getter at block 21311526
getStakedBalance() view returns (uint256)
0
getStakingContractAddress() view returns (address)
0x288a1f73beee6e4d0579747e26d23d065cacf4d1
locked() view returns (bool)
true
networkGenesis() view returns (bool)
false
owner() view returns (address)
0xfeddd3a6725e2295c2f5f6296d3d95605905ec61
stakedSupply() view returns (uint256)
36548819639874170718695303
whaleThreshold() view returns (uint256)
9999000000000000000000
Read-only
getStakedBalanceForAddress(address staker) view returns (uint256)
State-modifying
Events claim()
flipLock()
init(address _stakingContractAddress, address _xRIOContractAddress, address _rioContractAddress)
renounceOwnership()
setNetworkGenesis()
setRIOToken(address _rioAddress)
setRealioNFTContract(address a)
setStakingContractAddress(address a)
setWhaleThreshold(uint256 amount)
setxRIOToken(address _xrioAddress)
stake(uint256 amount)
transferOwnership(address newOwner)
Claim(address indexed user)
GenesisUnlocked(address indexed user)
Lock(address indexed user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveStake(address indexed staker, uint256 amount)
Stake(address indexed staker, uint256 amount)
Unlock(address indexed user)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.