StakingPoolRewarder
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "StakingPoolRewarder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StakingPoolRewarder"
ABI
ABI objects
Getter at block 21083528
claimDuration() view returns (uint256)
0
claimStep() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentageToVestingSchedule() view returns (uint8)
0
rewardDispatcher() view returns (address)
0x0000000000000000000000000000000000000000
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
stakingPools() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateWithdrawableFromVesting(address user, uint256 poolId) view returns (uint256)
vestingSchedules(address, uint256) view returns (uint128 amount, uint32 startTime, uint32 endTime, uint32 step, uint32 lastClaimTime)
State-modifying
Events __StakingPoolRewarder_init(address _stakingPools, address _rewardToken, address _rewardDispatcher, uint8 _percentageToVestingSchedule, uint256 _claimDuration, uint256 _claimStep)
onReward(uint256 poolId, address user, uint256 amount)
renounceOwnership()
setRewardDispatcher(address _rewardDispatcher)
transferOwnership(address newOwner)
updateVestingSetting(uint8 _percentageToVestingSchedule, uint256 _claimDuration, uint256 _claimStep)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenVested(address indexed user, uint256 poolId, uint256 amount)
VestingScheduleAdded(address indexed user, uint256 amount, uint256 startTime, uint256 endTime, uint256 step)
VestingSettingChanged(uint8 percentageToVestingSchedule, uint256 claimDuration, uint256 claimStep)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.