StakingRewardsFactory
Verified contract
Active on
Base with 142 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) |
---|---|---|---|---|---|---|---|
| 2832943 | a year ago | | | 0 | 0.00018170400 | |
| 2832751 | a year ago | | | 0 | 0.0000071720000 | |
| 2832632 | a year ago | | | 0 | 0.0000091780000 | |
| 2832628 | a year ago | | | 0 | 0.0000091750000 | |
| 2832547 | a year ago | | | 0 | 0.0000091750000 | |
| 2832525 | a year ago | | | 0 | 0.0000091780000 | |
| 2832490 | a year ago | | | 0 | 0.0000091780000 | |
| 2832386 | a year ago | | | 0 | 0.0000091780000 | |
| 2832360 | a year ago | | | 0 | 0.0000091780000 | |
| 2832345 | a year ago | | | 0 | 0.0000091780000 |
ABI
ABI objects
Getter at block 22755105
globalSkullPerSecond() view returns (uint256)
11650000000000000000000
globalXSkullPerSecond() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
rewardsToken() view returns (address)
0xd07379a755a8f11b57610154861d694b2a0f615a
stakingRewardsGenesis() view returns (uint256)
1690839000
totalAllocPoint() view returns (uint256)
9997
xSkullStaking() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isFarm(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint)
stakingRewardsInfoByStakingToken(address) view returns (address stakingRewards)
stakingTokens(uint256) view returns (address)
State-modifying
Events activateFarm(address _farm)
deploy(address _stakingToken, uint256 _rewardRate, uint256 _farmStartTime)
killFarm(address _farm)
massUpdatePools()
mintRewards(address _receiver, uint256 _amount)
pullExtraTokens(address token, uint256 amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
setGlobalSkullPerSecond(uint256 _globalSkullPerSecond)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
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.