Neutrino Token Standard
Verified contract
Active on
Ethereum with 242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$3,650.98
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.07818 | $3,386.24 |
$3,650.98 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7065537 | 6 years ago | | | 0 | 0.00021370500 | |
| 6958924 | 6 years ago | | | 0 | 0.0025396630 | |
| 6958916 | 6 years ago | | | 0 | 0.0017832540 | |
| 6958843 | 6 years ago | | | <0.00000001 | 0.000043070000 | |
| 6942516 | 6 years ago | | | 0 | 0.00018582900 | |
| 6942481 | 6 years ago | | | 0 | 0.00018582900 | |
| 6939173 | 6 years ago | | | 0 | 0.00012388600 | |
| 6937505 | 6 years ago | | | 0 | 0.000070251000 | |
| 6937505 | 6 years ago | | | 0 | 0.00037467200 | |
| 6937502 | 6 years ago | | | 0 | 0.00077276100 |
ABI
ABI objects
Getter at block 21263357
buyPrice() pure returns (uint256)
1100000000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Neutrino Token Standard
sellPrice() pure returns (uint256)
990000000000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
NTS
totalEthereumBalance() view returns (uint256)
1078180102236474053
totalSupply() view returns (uint256)
1001700000000000000000
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) pure returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
ethereumToTokens_(uint256 _ethereum) pure returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
since(address) view returns (uint256)
tokensToEthereum_(uint256 _tokens) pure returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
withdraw()
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)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.