Neutrino Token Standard 81
Verified contract
Active on
Ethereum with 1,740 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,169.53)
Native
Value
$14,159.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.253182 | $3,329.16 |
$14,159.52 | |
USDT | ERC-20 | 10 | $1.001 |
$10.01 | |
EBK | ERC-20 | 9.401796 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11398998 | 4 years ago | | | 0 | 0.00061038000 | |
| 10917705 | 4 years ago | | | 0 | 0.0028763800 | |
| 10917705 | 4 years ago | | | 0 | 0.0038996500 | |
| 10596950 | 4 years ago | | | 0 | 0.0011190300 | |
| 10584202 | 4 years ago | | | 0 | 0.0014920400 | |
| 10563303 | 4 years ago | | | 0 | 0.0018650500 | |
| 10563178 | 4 years ago | | | 0 | 0.0019667800 | |
| 10554139 | 4 years ago | | | 0 | 0.0020589030 | |
| 10554122 | 4 years ago | | | 0 | 0.0022579600 | |
| 10391176 | 4 years ago | | | 0 | 0.00043474000 |
ABI
ABI objects
Getter at block 21169661
admin() view returns (address)
0xf5c25f639c2b01a11bdf3f3f41f90361c3ae9eb2
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Neutrino Token Standard 81
stakingRequirement() view returns (uint256)
50000000000000000
symbol() view returns (string)
NTS81
Read-only
balanceOf(address _customerAddress) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
ethereumToTokens_(uint256 _ethereum) pure returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
referralBalance_(address) view returns (uint256)
repayBalance_(address) view returns (uint256)
tokensToEthereum_(uint256 _tokens) pure returns (uint256)
State-modifying
Events buy(address _ref1, address _ref2, address _ref3) payable returns (uint256)
exit()
fund() payable
getRepay()
passInterest(address customerAddress, uint256 usdRate, uint256 rate) payable
passRepay(address customerAddress) payable
reinvest()
withdraw()
OnFunded(address indexed source, uint256 value, uint256 perShare, uint256 timestamp)
OnInterestPassed(address indexed customerAddress, uint256 value, uint256 usdRate, uint256 rate, uint256 timestamp)
OnRepayPassed(address indexed customerAddress, uint256 value, uint256 timestamp)
onGotRepay(address indexed customerAddress, uint256 value, uint256 timestamp)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address ref1, address ref2, address ref3, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 value, uint256 timestamp)
constructor()
fallback()
This contract contains no error objects.