ZedUnveilingRewardPool
Verified contract
Active on
Base with 878 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f81…1977
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZED | ERC-20 | 0.334942 | -- | -- | |
s-ZED/USDbC | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5806979 | a year ago | | | 0 | 2.6194107e-7 | |
| 5795454 | a year ago | | | 0 | 0.000000000187887420 | |
| 5791071 | a year ago | | | 0 | 1.1002300e-7 | |
| 5788068 | a year ago | | | 0 | 0.000000000017995164 | |
| 5787689 | a year ago | | | 0 | 0.000000000006875428 | |
| 5785705 | a year ago | | | 0 | 0.000000004131355305 | |
| 5783536 | a year ago | | | 0 | 0.000000001417573784 | |
| 5782731 | a year ago | | | 0 | 0.000010841418 | |
| 5782452 | a year ago | | | 0 | 0.0000014764420 | |
| 5781688 | a year ago | | | 0 | 0.000000008749780704 |
ABI
ABI objects
Getter at block 22767575
TOTAL_REWARDS() view returns (uint256)
16666000000000000000000
operator() view returns (address)
0x000000000000000000000000000000000000dead
poolEndTime() view returns (uint256)
1698336000
poolStartTime() view returns (uint256)
1697990400
runningTime() view returns (uint256)
345600
tSharePerSecond() view returns (uint256)
48223379620000000
totalAllocPoint() view returns (uint256)
100
treasury() view returns (address)
0x18fa2051ee6dd9c700379c5193e9201978052cf1
tshare() view returns (address)
0x5f819f701d6ca4a38ceca5c23e72528580b01977
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.