Never Ending App
Verified contract
Active on
Ethereum with 323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,174.43)
Native
Value
$1,174.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.336136 | $3,493.91 |
$1,174.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7571872 | 6 years ago | | | 0 | 0.00024331500 | |
| 7571861 | 6 years ago | | | 0 | 0.00012500000 | |
| 7571851 | 6 years ago | | | 0 | 0.00011834000 | |
| 7027371 | 6 years ago | | | 0 | 0.000087384000 | |
| 7027366 | 6 years ago | | | 0 | 0.00014832400 | |
| 7027358 | 6 years ago | | | 0 | 0.000087384000 | |
| 7010861 | 6 years ago | | | 0 | 0.00032442000 | |
| 6891234 | 6 years ago | | | 0 | 0.00013107600 | |
| 6891234 | 6 years ago | | | 0 | 0.0017042540 | |
| 6890871 | 6 years ago | | | 0 | 0.00012058992 |
ABI
ABI objects
Getter at block 21264534
buyPrice() view returns (uint256)
426237952000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Never Ending App
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
334901248000
stakingRequirement() view returns (uint256)
100000000000000000000
symbol() view returns (string)
NEAT
totalEthereumBalance() view returns (uint256)
336135874970397633
totalSupply() view returns (uint256)
422856034962698240794226
Read-only
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)
changeEmployee1(address _employeeAddress1)
changeEmployee2(address _employeeAddress2)
changeEmployee3(address _employeeAddress3)
changeMarketing(address _marketingAddress)
disableAmbassadorPhase()
exit()
reinvest()
sell(uint256 _amountOfTokens)
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, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.