Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$84.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.027129 | $3,122.70 |
$84.71 | |
WLM | ERC-20 | 66 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9459118 | 5 years ago | | | 0 | 0.00012910538 | |
| 6008312 | 6 years ago | | | 0 | 0.00013051200 | |
| 6008300 | 6 years ago | | | 0 | 0.00019190800 | |
| 6008283 | 6 years ago | | | 0 | 0.00019190800 | |
| 6008278 | 6 years ago | | | 0 | 0.00023988500 | |
| 6008275 | 6 years ago | | | 0 | 0.00019216400 | |
| 6008260 | 6 years ago | | | 0 | 0.00019190800 | |
| 5845187 | 6 years ago | | | 0 | 0.000043504000 | |
| 5810654 | 6 years ago | | | 0 | 0.000087008000 | |
| 5810646 | 6 years ago | | | 0 | 0.00014431500 |
ABI
ABI objects
Getter at block 21199327
buyPrice() view returns (uint256)
20361600000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
POCS
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
19958400000000
stakingRequirement() view returns (uint256)
5000000000000000000
symbol() view returns (string)
POCS
totalEthereumBalance() view returns (uint256)
27128630090925987
totalSupply() view returns (uint256)
2008412538983141450302
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 Hourglass()
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)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.