ToShareRewardPool
Verified contract
Active on
Base with 1,044 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xba53…132c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BULLRUN | ERC-20 | 9.518794M | -- | -- | |
CSHARE | ERC-20 | 9.473905K | -- | -- | |
BSWAP-LP | ERC-20 | 0.002018 | -- | -- | |
BSWAP-LP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13508351 | 7 months ago | | | 0 | 0.0000045066860 | |
| 13508272 | 7 months ago | | | 0 | 0.0000045066860 | |
| 13508188 | 7 months ago | | | 0 | 0.0000045066860 | |
| 13508085 | 7 months ago | | | 0 | 0.0000045066860 | |
| 13508008 | 7 months ago | | | 0 | 0.0000045066860 | |
| 13507891 | 7 months ago | | | 0 | 0.0000045158051 | |
| 13507804 | 7 months ago | | | 0 | 0.0000045062661 | |
| 13507762 | 7 months ago | | | 0 | 0.0000045066860 | |
| 13507702 | 7 months ago | | | 0 | 0.0000045066860 | |
| 13507506 | 7 months ago | | | 0 | 0.0000045066860 |
ABI
ABI objects
Getter at block 22926860
TOTAL_REWARDS() view returns (uint256)
10000000000000000000000
operator() view returns (address)
0x9e506d80252adede34eb2caf54a99a5f7ff3d1eb
poolEndTime() view returns (uint256)
1733338781
poolStartTime() view returns (uint256)
1701802781
runningTime() view returns (uint256)
31536000
toSharePerSecond() view returns (uint256)
317097919837600
toshare() view returns (address)
0xba53c0360be3ff414eddd2896052b0a8b35f132c
totalAllocPoint() view returns (uint256)
10000
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 accToSharePerShare, bool isStarted)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, uint256 _lastRewardTime)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
massUpdatePools()
set(uint256 _pid, uint256 _allocPoint)
setOperator(address _operator)
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 _toshare, uint256 _poolStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.