NNB Token
Verified contract
Active on
Ethereum with 10,082 txns
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 |
---|---|---|---|---|---|
NNB | ERC-20 | 2.082491M | -- | -- | |
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21092082 | 23 days ago | | | 0 | 0.00020060564 | |
| 21084917 | 24 days ago | | | 0 | 0.00039347884 | |
| 19450794 | 8 months ago | | | 0 | 0.00058728740 | |
| 18867524 | a year ago | | | 0 | 0.00099586600 | |
| 18722379 | a year ago | | | 0 | 0.0037729440 | |
| 18719421 | a year ago | | | 0 | 0.0013427332 | |
| 18121139 | a year ago | | | 0 | 0.00074154000 | |
| 18121138 | a year ago | | | 0 | 0.0014291400 | |
| 15737492 | 2 years ago | | | 0 | 0.00066645774 | |
| 15664827 | 2 years ago | | | 0 | 0.0011631000 |
ABI
ABI objects
Getter at block 21256777
BASE_SUPPLY() view returns (uint256)
1000000000000000000
INITIAL_SUPPLY() view returns (uint256)
6000000000000000000000000000
decimals() view returns (uint8)
18
investorUnlockTimes() view returns (uint256)
3
labUnlockTimes() view returns (uint256)
12
lockedInvestorSupply() view returns (uint256)
600000000000000000000000000
lockedLabSupply() view returns (uint256)
600000000000000000000000000
lockedOperatorSupply() view returns (uint256)
1080000000000000000000000000
lockedPrivatorForBaseSupply() view returns (uint256)
660000000000000000000000000
lockedPrivatorForDevelopSupply() view returns (uint256)
114000000000000000000000000
lockedPrivatorForEcologyPartOneSupply() view returns (uint256)
480000000000000000000000000
lockedPrivatorForEcologyPartTwoSupply() view returns (uint256)
240000000000000000000000000
lockedPrivatorForFaithSupply() view returns (uint256)
66000000000000000000000000
lockedTeamSupply() view returns (uint256)
600000000000000000000000000
name() view returns (string)
NNB Token
noLockedOperatorSupply() view returns (uint256)
120000000000000000000000000
operatorUnlockTimes() view returns (uint256)
24
owner() view returns (address)
0x4dea0972e33c774c6db6e2f716c9b3374ce4a8c4
privatorForBaseUnlockTimes() view returns (uint256)
6
privatorForDevelopUnlockTimes() view returns (uint256)
3
privatorForEcologyUnlockTimes() view returns (uint256)
9
privatorForFaithUnlockTimes() view returns (uint256)
6
symbol() view returns (string)
NNB
teamUnlockTimes() view returns (uint256)
24
totalSupply() view returns (uint256)
6000000000000000000000000000
version() view returns (string)
H1.0
Read-only
allocations(address, uint256) view returns (uint256 time, uint256 balance)
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256)
lockedOf(address owner) view returns (uint256 balance)
releasedOf(address owner) view returns (uint256 balance)
unlockTimeOf(address owner) view returns (uint256 time)
unlockValueOf(address owner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 value) returns (bool success)
batchTransferForDifferentValues(address[] dests, uint256[] values)
batchTransferForSingleValue(address[] dests, uint256 value)
initialOperatorValue(address operator)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlock(address target) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address indexed locker, uint256 value, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnLock(address indexed unlocker, uint256 value)
constructor(address operator, address investor, address team, address privatorBase, address privatorEcology, address privatorFaith, address privatorDevelop, address lab)
This contract contains no fallback and receive objects.
This contract contains no error objects.