Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NDXX | ERC-20 | 7.999K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6577367 | 6 years ago | | | 0 | 0.0019513000 | |
| 6577110 | 6 years ago | | | 0 | 0.0027213160 | |
| 6577066 | 6 years ago | | | 0 | 0.0019479720 | |
| 6577053 | 6 years ago | | | 0 | 0.0027279720 | |
| 6405695 | 6 years ago | | | 0 | 0.0019513000 | |
| 6405684 | 6 years ago | | | 0 | 0.0019513000 | |
| 6405681 | 6 years ago | | | 0 | 0.0019479720 | |
| 6405673 | 6 years ago | | | 0 | 0.0019479720 | |
| 6405670 | 6 years ago | | | 0 | 0.0019513000 | |
| 6405666 | 6 years ago | | | 0 | 0.0019446440 |
ABI
ABI objects
Getter at block 21123466
decimals() view returns (uint8)
18
name() view returns (string)
NDX Token
owner() view returns (address)
0xb201765c11585303664d6acd5fa8d2ca74906497
paused() view returns (bool)
false
symbol() view returns (string)
NDXX
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.