Proof of Humanity
Verified contract
Active on
Ethereum with 1,605 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$4,116.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.05392 | $3,905.45 |
$4,116.03 | |
DMND | ERC-20 | 10 | -- | -- | |
GTH | ERC-20 | 5.024138 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20363902 | 5 months ago | | | 0 | 0.00024444949 | |
| 9179951 | 5 years ago | | | 0 | 0.00032247000 | |
| 6454460 | 6 years ago | | | 0 | 0.000043569000 | |
| 6317813 | 6 years ago | | | 0 | 0.000091736000 | |
| 6317813 | 6 years ago | | | 0 | 0.00017427600 | |
| 6316432 | 6 years ago | | | 0 | 0.00021533600 | |
| 6316090 | 6 years ago | | | 0 | 0.00013070700 | |
| 6314781 | 6 years ago | | | 0 | 0.00078424200 | |
| 6309457 | 6 years ago | | | 0 | 0.00016150200 | |
| 6271091 | 6 years ago | | | 0 | 0.000070257000 |
ABI
ABI objects
Getter at block 21394606
buyPrice() view returns (uint256)
13847000000000
decimals() view returns (uint8)
18
etherToSendCharity() view returns (uint256)
6223784824892657
giveEthCharityAddress() view returns (address)
0x5adf43dd006c6c36506e2b2dfa352e60002d22dc
myTokens() view returns (uint256)
0
name() view returns (string)
Proof of Humanity
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
8853000000000
stakingRequirement() view returns (uint256)
10000000000000000000
symbol() view returns (string)
PoH
totalEthCharityCollected() view returns (uint256)
5030361921922662912
totalEthCharityRecieved() view returns (uint256)
5024138137097770255
totalEthereumBalance() view returns (uint256)
1053920336921879189
totalSupply() view returns (uint256)
11342232746274207194649
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)
canAcceptTokens_(address) view returns (bool)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
disableInitialStage()
exit()
payCharity() payable
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(address _identifier, bool _status)
setCanAcceptTokens(address _address, bool _value)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) 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.