Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$3,365.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.032294 | $3,260.36 |
$3,365.65 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 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 | 5 years ago | | | 0 | 0.00026102400 | |
| 7268317 | 6 years ago | | | 0 | 0.00044218440 | |
| 7268317 | 6 years ago | | | 0 | 0.00018275200 | |
| 7268317 | 6 years ago | | | 0 | 0.00021752000 |
ABI
ABI objects
Getter at block 21172528
buyPrice() view returns (uint256)
65920000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
POHD
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
32960000000000
stakingRequirement() view returns (uint256)
5000000000000000000
symbol() view returns (string)
POHD
totalEthereumBalance() view returns (uint256)
1032294295121140615
totalSupply() view returns (uint256)
4936605942010167129544
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.