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 |
---|---|---|---|---|---|
NLS | ERC-20 | 150 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12059015 | 4 years ago | | | 0 | 0.0 | |
| 10728530 | 4 years ago | | | 0 | 0.0031979640 | |
| 10200462 | 4 years ago | | | 0 | 0.0015228400 | |
| 9435251 | 5 years ago | | | 0 | 0.00031218220 | |
| 9433559 | 5 years ago | | | 0 | 0.00017588000 | |
| 9433523 | 5 years ago | | | 0 | 0.00035185600 | |
| 9433523 | 5 years ago | | | 0 | 0.00011583200 | |
| 9433496 | 5 years ago | | | 0 | 0.00035185600 | |
| 9433496 | 5 years ago | | | 0 | 0.00011583200 | |
| 9433434 | 5 years ago | | | 0 | 0.00035185600 |
ABI
ABI objects
Getter at block 21170173
decimals() view returns (uint8)
0
mintingFinished() view returns (bool)
false
name() view returns (string)
Neluns
owner() view returns (address)
0x15c64faab19b9f29742515944ec404a2b1ef0607
symbol() view returns (string)
NLS
totalSupply() view returns (uint256)
200000000
unfreeze_date() view returns (uint256)
1538755200
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeFreezeDate(uint256 datetime)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FreezeDateChanged(string message, uint256 date)
Mint(address indexed to, uint256 amount)
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.