PODeliciousFOOD
Verified contract
Active on
Ethereum with 172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$131.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.039155 | $3,352.60 |
$131.27 | |
WLM | ERC-20 | 66 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18587840 | a year ago | | | 0 | 0.0012970085 | |
| 5422392 | 7 years ago | | | 0 | 0.000043482000 | |
| 5422387 | 7 years ago | | | 0 | 0.000048239000 | |
| 5417478 | 7 years ago | | | 0 | 0.00013044600 | |
| 5417476 | 7 years ago | | | 0 | 0.000048111000 | |
| 5412688 | 7 years ago | | | 0 | 0.000022822000 | |
| 5412686 | 7 years ago | | | 0 | 0.000028482000 | |
| 5410854 | 7 years ago | | | 0 | 0.000043482000 | |
| 5410846 | 7 years ago | | | 0 | 0.000048111000 | |
| 5410692 | 7 years ago | | | 0.035 | 0.00012056900 |
ABI
ABI objects
Getter at block 21249985
buyPrice() view returns (uint256)
7403000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
PODeliciousFOOD
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
5047500000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
PODF
totalEthereumBalance() view returns (uint256)
39155208698677399
totalSupply() view returns (uint256)
665718395045089199809
Read-only
administrators(address) view returns (bool)
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
disableInitialStage()
exit()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _identifier, bool _status)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.