ZethUnveilingRewardPool
Verified contract
Active on
Base with 875 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5a1f…5856
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
s-WETH/zETH | ERC-20 | 0.001807 | -- | -- | |
zETH | ERC-20 | 0.000003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6396479 | a year ago | | | 0 | 1.1818791e-7 | |
| 6340603 | a year ago | | | 0 | 1.5943300e-7 | |
| 6247925 | a year ago | | | 0 | 0.000000008993972430 | |
| 6227032 | a year ago | | | 0 | 0.000014497997 | |
| 6226740 | a year ago | | | 0 | 0.000000098283012178 | |
| 6217192 | a year ago | | | 0 | 2.7921000e-7 | |
| 6213599 | a year ago | | | 0 | 6.1590324e-7 | |
| 6212256 | a year ago | | | 0 | 0.000000000203435460 | |
| 6212235 | a year ago | | | 0 | 0.000000003074158542 | |
| 6195716 | a year ago | | | 0 | 0.000017651410 |
ABI
ABI objects
Getter at block 22781797
TOTAL_REWARDS() view returns (uint256)
16800000000000000000
operator() view returns (address)
0x18fa2051ee6dd9c700379c5193e9201978052cf1
poolEndTime() view returns (uint256)
1699052400
poolStartTime() view returns (uint256)
1698706800
runningTime() view returns (uint256)
345600
tSharePerSecond() view returns (uint256)
48611111000000
totalAllocPoint() view returns (uint256)
100
treasury() view returns (address)
0x18fa2051ee6dd9c700379c5193e9201978052cf1
tshare() view returns (address)
0x5a1f355a0227d30d8258734dd3690d2b14355856
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.