DSHARERewardPool
Verified contract
Active on
Base with 2,658 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c76…a751
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DSHARE | ERC-20 | 48.47992K | -- | -- | |
DBX-LP | ERC-20 | 0.000009 | -- | -- | |
DBX-LP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5505477 | a year ago | | | 0 | 1.2582060e-7 | |
| 5505435 | a year ago | | | 0 | 1.1846693e-7 | |
| 5505413 | a year ago | | | 0 | 1.2926622e-7 | |
| 3891935 | a year ago | | | 0 | 0.000012384129 | |
| 3592795 | a year ago | | | 0 | 0.000010543275 | |
| 3525786 | a year ago | | | 0 | 0.000011021072 | |
| 3525016 | a year ago | | | 0 | 0.000014558784 | |
| 3452354 | a year ago | | | 0 | 9.4173051e-7 | |
| 3452231 | a year ago | | | 0 | 9.2156973e-7 | |
| 3326596 | a year ago | | | 0 | 9.2864336e-7 |
ABI
ABI objects
Getter at block 22763434
TOTAL_REWARDS() view returns (uint256)
49990000000000000000000
operator() view returns (address)
0x20b55c6baf807bd488e524b206da27142ceb314c
poolEndTime() view returns (uint256)
1724608800
poolStartTime() view returns (uint256)
1693072800
runningTime() view returns (uint256)
31536000
tSharePerSecond() view returns (uint256)
1585172501268391
totalAllocPoint() view returns (uint256)
100
treasury() view returns (address)
0x235981d679272a5929575d7113357f98a6658e2c
tshare() view returns (address)
0x5c7610f2f9d415d96c1225e143f2b18b3413a751
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.