UptownPandaFarm
Verified contract
Active on
Ethereum with 176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($109.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.03 | $3,635.10 |
$109.05 | |
$UP | ERC-20 | 2.912909K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11652648 | 4 years ago | | | 0 | 0.023439405 | |
| 11625657 | 4 years ago | | | 0 | 0.016844040 | |
| 11570873 | 4 years ago | | | 0 | 0.015313040 | |
| 11489371 | 4 years ago | | | 0 | 0.0051038840 | |
| 11487523 | 4 years ago | | | 0 | 0.022428210 | |
| 11482269 | 4 years ago | | | 0 | 0.0043324840 | |
| 11477115 | 4 years ago | | | 0 | 0.0085524000 | |
| 11477028 | 4 years ago | | | 0 | 0.042152264 | |
| 11461200 | 4 years ago | | | 0 | 0.014518305 | |
| 11451082 | 4 years ago | | | 0 | 0.012576600 |
ABI
ABI objects
Getter at block 21318535 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)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
hasFarmingStarted() view returns (bool)
true
initialFarmUpSupply() view returns (uint256)
7500000000000000000000
nextIntervalTimestamp() view returns (uint256)
1733522384
totalHarvestedReward() view returns (uint256)
0
totalStakedSupply() view returns (uint256)
30000010000000000
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.