StakingRewardsFactory
Verified contract
Active on
Ethereum with 4 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) |
---|---|---|---|---|---|---|---|
| 11958145 | 4 years ago | | | 0 | 0.0011475750 | |
| 11955383 | 4 years ago | | | 0 | 0.0025945920 | |
| 11669694 | 4 years ago | | | 0 | 0.0068334300 | |
| 11667865 | 4 years ago | | | 0 | 0.077193816 |
ABI
ABI objects
Getter at block 21322253
isOwner() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardsToken() view returns (address)
0xfe9a29ab92522d14fc65880d817214261d8479ae
stakingRewardsGenesis() view returns (uint256)
1610821506
Read-only
stakingRewardsInfoByStakingToken(address) view returns (address stakingRewards, uint256 rewardAmount)
stakingTokens(uint256) view returns (address)
State-modifying
Events deploy(address stakingToken, uint256 rewardAmount, uint256 rewardsDuration, uint256 boostPrct)
notifyRewardAmount(address stakingToken)
notifyRewardAmounts()
refund(uint256 amount, address refundAddress)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _rewardsToken, uint256 _stakingRewardsGenesis)
This contract contains no fallback and receive objects.
This contract contains no error objects.