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 "NanoTech"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9915043 | 5 years ago | | | 0 | 0.00035827400 | |
| 9910967 | 5 years ago | | | 0 | 0.000084728000 | |
| 9910963 | 5 years ago | | | 0 | 0.000084728000 | |
| 9910957 | 5 years ago | | | 0 | 0.000084728000 | |
| 9910954 | 5 years ago | | | 0 | 0.000084728000 | |
| 9910953 | 5 years ago | | | 0 | 0.000084728000 | |
| 9910953 | 5 years ago | | | 0 | 0.000084728000 | |
| 9910953 | 5 years ago | | | 0 | 0.000084728000 | |
| 9910945 | 5 years ago | | | 0 | 0.000084728000 | |
| 9910860 | 5 years ago | | | 0 | 0.00012709200 |
ABI
ABI objects
Getter at block 21218452
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
true
name() view returns (string)
NanoTech
owner() view returns (address)
0x4bc180471f178411893feff89758c8f92a00d15a
symbol() view returns (string)
NAN
totalSupply() view returns (uint256)
1900000000000000000000000001
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintTokens(address[] _receivers, uint256[] _amounts)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.