Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3aee…1896
Balances ($0.00)
No balances found for "BryanRewards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2059627 | a year ago | | | 0 | 0.000076698016 | |
| 2052295 | a year ago | | | 0 | 0.000074745003 | |
| 2052208 | a year ago | | | 0 | 0.000088689004 | |
| 2052139 | a year ago | | | 0 | 0.000088707004 | |
| 2052099 | a year ago | | | 0 | 0.00018901620 | |
| 2052011 | a year ago | | | 0 | 0.000084714003 | |
| 2051754 | a year ago | | | 0 | 0.00010818450 | |
| 2051733 | a year ago | | | 0 | 0.000092313004 | |
| 2050745 | a year ago | | | 0 | 0.000018755200 | |
| 2048116 | a year ago | | | 0 | 0.000018755200 |
ABI
ABI objects
Getter at block 23171047
basedBryan() view returns (bool)
true
lastTimeRewardApplicable() view returns (uint64)
1690893369
lastUpdateTime() view returns (uint64)
1690893369
owner() view returns (address)
0x1a6de5f82133b94f2035f217fce683e9847ef1a3
periodFinish() view returns (uint64)
1690893369
rewardPerToken() view returns (uint128)
7905405200181705184315
rewardPerTokenStored() view returns (uint128)
7905405200181705184315
rewardRate() view returns (uint256)
0
rewardToken() view returns (address)
0x3aeecca8e7c57be9a2b2178c3d353967013f1896
stakedToken() view returns (address)
0x7f8e59cbcfc4f4f05f0a83b2b88c6dec0f0339d7
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint128)
userRewards(address) view returns (uint128 userRewardPerTokenPaid, uint128 rewards)
State-modifying
Events exit()
getReward()
renounceOwnership()
setRewardParams(uint128 reward, uint64 duration)
stake(uint128 amount) payable
stakeFor(address forWhom, uint128 amount) payable
transferOwnership(address newOwner)
withdraw(uint128 amount)
withdrawReward()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardToken, address _stakedToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.