StakingRewards
Verified contract
Active on
Ethereum with 51 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d8c…c96a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
xPIXUL | ERC-20 | 37.952907M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18195222 | a year ago | | | 0 | 0.0011161880 | |
| 18195218 | a year ago | | | 0 | 0.0010493296 | |
| 18195173 | a year ago | | | 0 | 0.0011924965 | |
| 18195171 | a year ago | | | 0 | 0.00099228693 | |
| 18044918 | a year ago | | | 0 | 0.0012825005 | |
| 17601884 | a year ago | | | 0 | 0.0031747049 | |
| 17601878 | a year ago | | | 0 | 0.0014915517 | |
| 17601874 | a year ago | | | 0 | 0.0013924494 | |
| 16462404 | 2 years ago | | | 0 | 0.0015466854 | |
| 16396688 | 2 years ago | | | 0 | 0.0032942506 |
ABI
ABI objects
Getter at block 21302575 averageAPR() view returns (uint256) averageUnlockTime() view returns (uint256) getTotalLockedAmount() view returns (uint256)
rewardsToken() view returns (address)
0x5d8c6aec4e1630e88ab8fa882a74763af5e4c96a
stakingIdPointer() view returns (uint256)
27
stakingToken() view returns (address)
0x5d8c6aec4e1630e88ab8fa882a74763af5e4c96a
totalSupply() view returns (uint256)
18
Read-only
balanceOf(address owner) view returns (uint256)
balances(address) view returns (uint256)
claimableAmount(uint256 stakingId) view returns (uint256)
stakingById(uint256 stakingId) view returns (struct StakingRewardsStakingInfo)
stakingByIndex(uint256 index) view returns (struct StakingRewardsStakingInfo)
stakingOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
State-modifying
Events getReward(uint256 stakingId)
stake(uint256 amount, uint8 stakingtype)
unstake(uint256 stakingId)
This contract contains no event objects.
constructor(address _stakingToken, address _rewardsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.