Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$6,153.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.857274 | $3,313.29 |
$6,153.69 | |
GSE | ERC-20 | 66 | $0.000033 |
$0 | |
EBK | ERC-20 | 2.839607 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20626689 | 2 months ago | | | 0 | 0.000061443171 | |
| 18552312 | a year ago | | | 0 | 0.0015899865 | |
| 18277027 | a year ago | | | 0 | 0.00048360291 | |
| 6941791 | 6 years ago | | | 0 | 0.000086076000 | |
| 6941787 | 6 years ago | | | 0 | 0.00021846000 | |
| 6941783 | 6 years ago | | | 0 | 0.000086076000 | |
| 6941774 | 6 years ago | | | 0 | 0.00021846000 | |
| 6941774 | 6 years ago | | | 0 | 0.00024070000 | |
| 6941769 | 6 years ago | | | 0 | 0.00010529772 | |
| 6941743 | 6 years ago | | | 0 | 0.00010590800 |
ABI
ABI objects
Getter at block 21171365
buyPrice() view returns (uint256)
94600000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
HoHo
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
77400000000000
stakingRequirement() view returns (uint256)
100000000000000000000
symbol() view returns (string)
HOHO
totalEthereumBalance() view returns (uint256)
1857274404702274673
totalSupply() view returns (uint256)
8592558289819085603861
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.