StakingRewards
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x76c5…ca3a
0x76c5…ca3a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BT | ERC-20 | 21.775998K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StakingRewards"
ABI
ABI objects
Getter at block 21328478
getRewardForDuration() view returns (uint256)
138196800000000000000
lastTimeRewardApplicable() view returns (uint256)
1659177896
lastUpdateTime() view returns (uint256)
1659177896
periodFinish() view returns (uint256)
1659177896
rewardPerToken() view returns (uint256)
1179299954923830037
rewardPerTokenStored() view returns (uint256)
1179299954923830037
rewardRate() view returns (uint256)
228500000000000
rewardsDistribution() view returns (address)
0x3a5bee9a0b2b1d26a57bdcd78a3541e8b6142304
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0x76c5449f4950f6338a393f53cda8b53b0cd3ca3a
stakingToken() view returns (address)
0x76c5449f4950f6338a393f53cda8b53b0cd3ca3a
totalSupply() view returns (uint256)
21775806358621654850443
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
withdraw(uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.