Neuromachine Eternal
Verified contract
Active on
Ethereum with 472 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Neuromachine Eternal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20798122 | 2 months ago | | | 0 | 0.00078427199 | |
| 18700023 | a year ago | | | 0 | 0.0010406938 | |
| 15506619 | 2 years ago | | | 0 | 0.00053040458 | |
| 14827154 | 3 years ago | | | 0 | 0.00063438397 | |
| 14202876 | 3 years ago | | | 0 | 0.0015439237 | |
| 12374324 | 4 years ago | | | 0 | 0.0010248840 | |
| 12371910 | 4 years ago | | | 0 | 0.00099641500 | |
| 12371910 | 4 years ago | | | 0 | 0.0014510700 | |
| 12298647 | 4 years ago | | | 0 | 0.0036276750 | |
| 11901862 | 4 years ago | | | 0 | 0.0044163990 |
ABI
ABI objects
Getter at block 21264264
decimals() view returns (uint8)
18
name() view returns (string)
Neuromachine Eternal
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xae95671a19864d15b481edb01473729b0e315185
running() view returns (bool)
true
symbol() view returns (string)
NRM
totalSupply() view returns (uint256)
4660833333020000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burnTokens(uint256 tokens) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedTokens) returns (bool success)
increaseAllowance(address spender, uint256 addedTokens) returns (bool success)
multisend(address[] to, uint256[] values) returns (uint256)
startStop() returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address transferOwner)
unfreezeTeamTokens(address unFreezeAddress) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.