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 |
---|---|---|---|---|---|
PYE | ERC-20 | 1.462698B | -- | -- | |
APPLEPYE | ERC-20 | 1.705388M | -- | -- | |
CHERRYPYE | ERC-20 | 5.038893K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17313821 | a year ago | | | 0 | 0.020257101 | |
| 17301459 | a year ago | | | 0 | 0.028392336 | |
| 17292351 | 2 years ago | | | 0 | 0.026138766 | |
| 17264309 | 2 years ago | | | 0 | 0.031844253 | |
| 17246789 | 2 years ago | | | 0 | 0.042873214 | |
| 16940048 | 2 years ago | | | 0 | 0.020672592 | |
| 16868700 | 2 years ago | | | 0 | 0.010041088 | |
| 16820507 | 2 years ago | | | 0 | 0.019424883 | |
| 16769761 | 2 years ago | | | 0 | 0.020738911 | |
| 16709300 | 2 years ago | | | 0 | 0.011169019 |
ABI
ABI objects
Getter at block 21222811
Apple() view returns (address)
0x6f43a672d8024ba624651a5c2e63d129783dad1f
Cherry() view returns (address)
0xd2858a1f93316242e81cf69b762361f59fb9b18e
PYE() view returns (address)
0x5b232991854c790b29d3f7a145a7efd660c9896c
claimStartDate() view returns (uint256)
1655924400
claimableApple() view returns (uint256)
4625528000000000000000000
claimableCherry() view returns (uint256)
13667000000000000000000
getClaimDateIndex() view returns (uint256)
64
getContractApple() view returns (uint256)
1705388094451407377499681
getContractCherry() view returns (uint256)
5038892659793084082211
getElapsedTime() view returns (uint256)
78699347
owner() view returns (address)
0x454a800f197c8f9d0fa9dec0e604bb29b4f6beb3
startTime() view returns (uint256)
1653332400
totalAllotments() view returns (uint256)
4000000000000000000
Read-only
Allotments(address) view returns (uint256 allotedPYE, uint256 claimedPYE, uint256 claimedApple, uint256 claimedCherry)
calculateWithdrawableAmounts(address _address) view returns (uint256, uint256, uint256)
getAPPLEAllotment(address _address) view returns (uint256)
getCHERRYAllotment(address _address) view returns (uint256)
getClaimed(address _address) view returns (uint256, uint256, uint256)
getPYEAllotment(address _address) view returns (uint256)
State-modifying
Events claimTokens()
fundApple(uint256 _amountApple)
fundCherry(uint256 _amountCherry)
fundPYE(uint256 _amountPYE)
removeApple(uint256 _amountApple)
removeCherry(uint256 _amountCherry)
removePYE(uint256 _amountPYE)
renounceOwnership()
setAllotment(address _address, uint256 _allotment)
setApple(address _Apple)
setBatchAllotment(address[] _holders, uint256[] _allotments)
setCherry(address _Cherry)
setPYE(address _PYE)
transferOwnership(address newOwner)
updateIndex()
AppleFunded(address _depositor, uint256 _amount, uint256 _timestamp)
AppleRemoved(address _withdrawer, uint256 _amount, uint256 _timestamp)
CherryFunded(address _depositor, uint256 _amount, uint256 _timestamp)
CherryRemoved(address _withdrawer, uint256 _amount, uint256 _timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PYEFunded(address _depositor, uint256 _amount, uint256 _timestamp)
PYERemoved(address _withdrawer, uint256 _amount, uint256 _timestamp)
TokensClaimed(address _holder, uint256 _amountPYE, uint256 _amountApple, uint256 _amountCherry)
constructor(uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.