UptownPandaFarm
Verified contract
Active on
Ethereum with 734 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$UP | ERC-20 | 7.969754K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11736674 | 4 years ago | | | 0 | 0.027016920 | |
| 11670422 | 4 years ago | | | 0 | 0.025894400 | |
| 11648976 | 4 years ago | | | 0 | 0.019126185 | |
| 11637924 | 4 years ago | | | 0 | 0.039496734 | |
| 11625627 | 4 years ago | | | 0 | 0.026015040 | |
| 11572553 | 4 years ago | | | 0 | 0.016401080 | |
| 11570835 | 4 years ago | | | 0 | 0.029171520 | |
| 11524868 | 4 years ago | | | 0 | 0.025850475 | |
| 11517740 | 4 years ago | | | 0 | 0.014709742 | |
| 11499460 | 4 years ago | | | 0 | 0.018773768 |
ABI
ABI objects
Getter at block 21304397 harvestableReward() view returns (uint256)
HARVEST_CHUNKS_COUNT() view returns (uint256)
10
HARVEST_INTERVAL() view returns (uint256)
86400
HARVEST_STEP() view returns (uint256)
10
REWARD_HALVING_INTERVAL() view returns (uint256)
864000
claimableHarvestedReward() view returns (uint256)
0
currentIntervalTotalReward() view returns (uint256)
0
farmTokenAddress() view returns (address)
0xe492fe6bb7ce8e22f215dca68773f38b2a82b711
hasFarmingStarted() view returns (bool)
true
initialFarmUpSupply() view returns (uint256)
27500000000000000000000
nextIntervalTimestamp() view returns (uint256)
1733522384
totalHarvestedReward() view returns (uint256)
0
totalStakedSupply() view returns (uint256)
450735629244940019582
upTokenAddress() view returns (address)
0xe492fe6bb7ce8e22f215dca68773f38b2a82b711
Read-only
balances(address) view returns (uint256)
harvestChunks(address, uint256) view returns (uint256 timestamp, uint256 totalAmount, uint256 claimedAmount)
harvestSnapshotIdxs(address) view returns (uint256)
supplySnapshots(uint256) view returns (uint256 intervalIdx, uint256 timestamp, uint256 amount)
State-modifying
Events claim()
harvest()
stake(uint256 _amount)
startFarming(address _upToken, address _farmToken, uint256 _initialFarmUpSupply)
withdraw(uint256 _amount)
HarvestChunkAdded(address indexed staker, uint256 idx, uint256 timestamp, uint256 amount)
RewardClaimed(address indexed staker, uint256 indexed harvestChunkIdx, uint256 timestamp, uint256 amount)
SupplySnapshotAdded(uint256 idx, uint256 intervalIdx, uint256 timestamp, uint256 totalAmount)
SupplySnapshotUpdated(uint256 idx, uint256 intervalIdx, uint256 timestamp, uint256 totalAmount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.