StakingRewardsFactory
Verified contract
Active on
Ethereum with 3 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) |
---|---|---|---|---|---|---|---|
| 14216725 | 3 years ago | | | 0 | 0.0014890901 | |
| 13140830 | 3 years ago | | | 0 | 0.021422449 | |
| 13130404 | 3 years ago | | | 0 | 0.14856972 |
ABI
ABI objects
Getter at block 21327528
isOwner() view returns (bool)
false
owner() view returns (address)
0x2e04b033bb4cf336a6793e8843fc4b9d6fc076a8
rewardsToken() view returns (address)
0x48592de8cded16f6bb56c896fe1affc37630889c
stakingRewardsGenesis() view returns (uint256)
1630454400
Read-only
stakingID(uint256) view returns (uint256)
stakingRewardsInfoByStakingToken(uint256) view returns (address stakingRewards, uint256 rewardAmount, uint256 id)
State-modifying
Events deploy(address stakingToken, address collectionAddress, uint256 rewardAmount, uint256 rewardsDuration, uint256 minStakeingTime, uint256 id)
notifyRewardAmount(uint256 id)
notifyRewardAmounts()
renounceOwnership()
transferOwnership(address newOwner)
withdrawRewardToken(uint256 amount) returns (uint256)
withdrawRewardTokenFromPool(uint256 id, uint256 amount) returns (uint256)
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.