EShareRewardPool
Verified contract
Active on
Base with 1,045 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb414…9758
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001573 |
$0 | |
ESHARE | ERC-20 | 39.299915K | -- | -- | |
BSWAP-LP | ERC-20 | 6.909 | -- | -- | |
BASS | ERC-20 | 1.346242 | -- | -- | |
BSWAP-LP | ERC-20 | 0.5583 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15585447 | 5 months ago | | | 0 | 1.8600800e-7 | |
| 15585441 | 5 months ago | | | 0 | 1.8603200e-7 | |
| 15580121 | 5 months ago | | | 0 | 4.1064400e-7 | |
| 15580113 | 5 months ago | | | 0 | 4.1059600e-7 | |
| 15359530 | 5 months ago | | | 0 | 4.3628000e-7 | |
| 15359527 | 5 months ago | | | 0 | 4.3634000e-7 | |
| 15357151 | 5 months ago | | | 0 | 2.6156100e-7 | |
| 15357148 | 5 months ago | | | 0 | 2.6152500e-7 | |
| 15357110 | 5 months ago | | | 0 | 2.6156100e-7 | |
| 15357105 | 5 months ago | | | 0 | 3.5146500e-7 |
ABI
ABI objects
Getter at block 21876781
TOTAL_REWARDS() view returns (uint256)
60000000000000000000000
eSharePerSecond() view returns (uint256)
1876870000000000
eshare() view returns (address)
0xb4144a52f024ec96fb9f5fc87d90f3e78b719758
operator() view returns (address)
0x1588cccf62e47170276382abda70dd6c92abbf02
poolEndTime() view returns (uint256)
1726070407
poolStartTime() view returns (uint256)
1694102407
runningTime() view returns (uint256)
31968000
totalAllocPoint() view returns (uint256)
10
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 accESharePerShare, 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 _eshare, uint256 _poolStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.