StakingRewardsFactory
Verified contract
Active on
Ethereum with 12 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 "StakingRewardsFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13841487 | 3 years ago | | | 0 | 0.0035947419 | |
| 13802378 | 3 years ago | | | 0 | 0.0049464012 | |
| 13356829 | 3 years ago | | | 0 | 0.0062426647 | |
| 13356821 | 3 years ago | | | 0 | 0.0061517594 | |
| 13356747 | 3 years ago | | | 0 | 0.0090519134 | |
| 13356736 | 3 years ago | | | 0 | 0.0058936292 | |
| 13356725 | 3 years ago | | | 0 | 0.0085123965 | |
| 12872604 | 3 years ago | | | 0 | 0.00054455900 | |
| 12698643 | 3 years ago | | | 0 | 0.010662876 | |
| 12698377 | 3 years ago | | | 0 | 0.041622000 |
ABI
ABI objects
Getter at block 21209388
owner() view returns (address)
0xde485812e28824e542b9c2270b6b8ed9232b7d0b
rewardsTokenDPX() view returns (address)
0xeec2be5c91ae7f8a338e1e5f3b5de49d07afdc81
rewardsTokenRDPX() view returns (address)
0x0ff5a8451a839f5f0bb3562689d9a44089738d11
stakingRewardsGenesis() view returns (uint256)
1624556094
Read-only
stakingID(uint256) view returns (uint256)
stakingRewardsInfoByStakingToken(uint256) view returns (address stakingRewards, uint256 rewardAmountDPX, uint256 rewardAmountRDPX, uint256 id)
State-modifying
Events deploy(address stakingToken, uint256 rewardAmountDPX, uint256 rewardAmountRDPX, uint256 rewardsDuration, uint256 boostedTimePeriod, uint256 boost, uint256 id)
notifyRewardAmount(uint256 id)
notifyRewardAmounts()
renounceOwnership()
transferOwnership(address newOwner)
withdrawRewardToken(uint256 amountDPX, uint256 amountRDPX) returns (uint256, uint256)
withdrawRewardTokensFromContract(uint256 amountDPX, uint256 amountRDPX, uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _rewardsTokenDPX, address _rewardsTokenRDPX, uint256 _stakingRewardsGenesis)
This contract contains no fallback and receive objects.
This contract contains no error objects.