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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408323 | 4 months ago | | | 0 | 0.000054182000 | |
| 9513015 | 5 years ago | | | 0 | 0.00062614851 | |
| 9512991 | 5 years ago | | | 0 | 0.00071025801 | |
| 8152996 | 5 years ago | | | 0 | 0.00018487000 | |
| 8128771 | 5 years ago | | | 0 | 0.00018519000 | |
| 8128156 | 5 years ago | | | 0 | 0.00018487000 | |
| 8120418 | 5 years ago | | | 0 | 0.00018487000 | |
| 8045483 | 5 years ago | | | 0 | 0.00018519000 | |
| 8025339 | 5 years ago | | | 0 | 0.00018487000 | |
| 8019976 | 5 years ago | | | 0 | 0.00018551000 |
ABI
ABI objects
Getter at block 21333266
createTime() view returns (uint256)
1530021622
decimals() view returns (uint8)
4
lockedBalanceCount() view returns (uint256)
8
name() view returns (string)
N2Chain
newContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
nextReleaseAmount() view returns (uint256)
150000000
nextReleaseTime() view returns (uint256)
1545746422
owner() view returns (address)
0xa543383bc38dad5c36c964196357a035daba38ba
paused() view returns (bool)
false
releasedSupply() view returns (uint256)
4000000000000
symbol() view returns (string)
N2C
totalSupply() view returns (uint256)
10000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
lockedBalanceOf(address _owner) view returns (uint256 value)
lockedBalances(uint256) view returns (address owner, uint256 value, uint256 releaseTime)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
pause()
release() returns (uint256 _releaseAmount)
releaseLockedBalance() returns (uint256 releaseAmount)
setNewAddress(address _v2Address)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferLockedToken(address _to, uint256 _value, uint256 _releaseTime) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
ContractUpgrade(address newContract)
Release(address receiver, uint256 amount, uint256 releaseTime)
ReleaseLockedBalance(address indexed owner, uint256 value, uint256 releaseTime)
Transfer(address indexed from, address indexed to, uint256 value)
TransferLockedToken(address indexed from, address indexed to, uint256 value, uint256 releaseTime)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.