Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb754…c337
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRYAN | ERC-20 | 54.080186M | -- | -- | |
BSWAP-LP | ERC-20 | 48.713788 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5674981 | a year ago | | | 0 | 0.000000008447635860 | |
| 4897571 | a year ago | | | 0 | 0.000000106433054760 | |
| 4120320 | a year ago | | | 0 | 8.9653336e-7 | |
| 4105872 | a year ago | | | 0 | 0.0000010645800 | |
| 4090883 | a year ago | | | 0 | 0.0000077566440 | |
| 4019790 | a year ago | | | 0 | 7.9741200e-7 | |
| 4019766 | a year ago | | | 0 | 7.5014500e-7 | |
| 3985416 | a year ago | | | 0 | 0.0000087800160 | |
| 3926916 | a year ago | | | 0 | 0.0000080466120 | |
| 3888892 | a year ago | | | 0 | 0.0000079741200 |
ABI
ABI objects
Getter at block 22922390
basedBryan() view returns (bool)
true
distributor() view returns (address)
0x0000000000000000000000000000000000000000
lastTimeRewardApplicable() view returns (uint64)
1707857181
lastUpdateTime() view returns (uint64)
1698139309
owner() view returns (address)
0x054c9e9100232fd322af34fa218b95772dc270ca
periodFinish() view returns (uint64)
1707857181
rewardPerToken() view returns (uint128)
1168481554555827367406224
rewardPerTokenStored() view returns (uint128)
407305018052601016285601
rewardRate() view returns (uint256)
3815628815628815628
rewardToken() view returns (address)
0xb75445a717d5a8c268f37045162837cfe72ac337
stakedToken() view returns (address)
0xbca1647ea6c7eb6916a5b33e21467ff78bf5ec55
totalSupply() view returns (uint256)
48713788000000000000
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()
setDistributor(address _distributor)
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.