BSHARERewardPool
Verified contract
Active on
Base with 3,448 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7c24…0a10
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSHARE | ERC-20 | 29.320745K | -- | -- | |
UNI-V2 | ERC-20 | 6.221929 | -- | -- | |
UNI-V2 | ERC-20 | 0.397976 | -- | -- | |
UNI-V2 | ERC-20 | 0.00001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201148 | a month ago | | | 0 | 0.0000011316152 | |
| 21201077 | a month ago | | | 0 | 0.0000011281339 | |
| 17063539 | 4 months ago | | | 0 | 9.3888000e-7 | |
| 16910338 | 4 months ago | | | 0 | 8.3456000e-7 | |
| 15227956 | 6 months ago | | | 0 | 0.000000205616000000 | |
| 15198219 | 6 months ago | | | 0 | 0.000000087220000000 | |
| 14975254 | 6 months ago | | | 0 | 0.0000025373053 | |
| 14683832 | 6 months ago | | | 0 | 0.0000031296000 | |
| 13946012 | 7 months ago | | | 0 | 0.0000016035247 | |
| 13299791 | 7 months ago | | | 0 | 0.0000029037293 |
ABI
ABI objects
Getter at block 22756358
TOTAL_REWARDS() view returns (uint256)
44990000000000000000000
operator() view returns (address)
0xfbea130bbcc141065c200e72ec095de3270d9e7c
poolEndTime() view returns (uint256)
1723636800
poolStartTime() view returns (uint256)
1692100800
runningTime() view returns (uint256)
31536000
tSharePerSecond() view returns (uint256)
1426623541349600
totalAllocPoint() view returns (uint256)
10000
treasury() view returns (address)
0xfbea130bbcc141065c200e72ec095de3270d9e7c
tshare() view returns (address)
0x7c2457c79f688ed8e969e3d8fcee87d75e370a10
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingShare(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accTSharePerShare, bool isStarted, uint256 depositFee)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, uint256 _lastRewardTime, uint256 depositFee)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
massUpdatePools()
set(uint256 _pid, uint256 _allocPoint, uint256 depositFee)
setOperator(address _operator)
setTreasury(address _treasury)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
RewardPaid(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _tshare, uint256 _poolStartTime, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.