UptownPandaFarm
Verified contract
Active on
Ethereum with 590 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 | 3.60128K | -- | -- | |
UNI-V2 | ERC-20 | 0.45613 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11803706 | 4 years ago | | | 0 | 0.025866540 | |
| 11734673 | 4 years ago | | | 0 | 0.037404536 | |
| 11729430 | 4 years ago | | | 0 | 0.011056119 | |
| 11717299 | 4 years ago | | | 0 | 0.013624205 | |
| 11648924 | 4 years ago | | | 0 | 0.017539782 | |
| 11637931 | 4 years ago | | | 0 | 0.044350080 | |
| 11629727 | 4 years ago | | | 0 | 0.024176208 | |
| 11625645 | 4 years ago | | | 0 | 0.022055818 | |
| 11600884 | 4 years ago | | | 0 | 0.022451730 | |
| 11572553 | 4 years ago | | | 0 | 0.020126320 |
ABI
ABI objects
Getter at block 21283594 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)
0xca0b3fcbb1347997239b38ee044fa15e4b7b5434
hasFarmingStarted() view returns (bool)
true
initialFarmUpSupply() view returns (uint256)
55000000000000000000000
nextIntervalTimestamp() view returns (uint256)
1733522384
totalHarvestedReward() view returns (uint256)
0
totalStakedSupply() view returns (uint256)
456129613738411460
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.