Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$3,730.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.011833 | $3,686.97 |
$3,730.6 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244107 | 9 days ago | | | 0 | 0.00084408364 | |
| 18101543 | a year ago | | | 0 | 0.00059614929 | |
| 8658692 | 5 years ago | | | 0 | 0.00057809500 | |
| 8198990 | 5 years ago | | | 0 | 0.000054684000 | |
| 8042804 | 5 years ago | | | 0 | 0.000022844000 | |
| 8042804 | 5 years ago | | | 0 | 0.000043504000 | |
| 7882784 | 5 years ago | | | 0 | 0.000095910000 | |
| 7848656 | 6 years ago | | | 0 | 0.00026102400 | |
| 7268317 | 6 years ago | | | 0 | 0.00044218440 | |
| 7268317 | 6 years ago | | | 0 | 0.00018275200 |
ABI
ABI objects
Getter at block 21304935
buyPrice() view returns (uint256)
60546666666666
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
POHD
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
30273333333334
stakingRequirement() view returns (uint256)
5000000000000000000
symbol() view returns (string)
POHD
totalEthereumBalance() view returns (uint256)
1011833255427706543
totalSupply() view returns (uint256)
4533323211717589666545
Read-only
administrators(bytes32) 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(bytes32 _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.