ZSHARERewardPool
Verified contract
Active on
Base with 3,961 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xee3a…3fcf
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZSHARE | ERC-20 | 19.701448K | -- | -- | |
s-WETH/zETH | ERC-20 | 0.017059 | -- | -- | |
s-ZED/USDbC | ERC-20 | 0.000045 | -- | -- | |
v-USDbC/ZSHARE | ERC-20 | 0.000003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6773600 | a year ago | | | 0 | 1.2485800e-7 | |
| 6773568 | a year ago | | | 0 | 1.6186200e-7 | |
| 6751653 | a year ago | | | 0 | 0.000013579309 | |
| 6724928 | a year ago | | | 0 | 0.000000037378207120 | |
| 6724918 | a year ago | | | 0 | 0.000000000077774039 | |
| 6608514 | a year ago | | | 0 | 0.000000000021442903 | |
| 6595916 | a year ago | | | 0 | 2.5686400e-7 | |
| 6595899 | a year ago | | | 0 | 2.6759800e-7 | |
| 6595750 | a year ago | | | 0 | 2.3339800e-7 | |
| 6595737 | a year ago | | | 0 | 2.9108800e-7 |
ABI
ABI objects
Getter at block 22772663
TOTAL_REWARDS() view returns (uint256)
20000000000000000000000
operator() view returns (address)
0x18fa2051ee6dd9c700379c5193e9201978052cf1
poolEndTime() view returns (uint256)
1729872000
poolStartTime() view returns (uint256)
1698336000
runningTime() view returns (uint256)
31536000
tSharePerSecond() view returns (uint256)
634195830000000
totalAllocPoint() view returns (uint256)
250
treasury() view returns (address)
0x18fa2051ee6dd9c700379c5193e9201978052cf1
tshare() view returns (address)
0xee3ad70247c42b80d4b46572b920f5d09d893fcf
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)
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.