NameChangeToken
Verified contract
Active on
Ethereum with 24,402 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,665.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 9.393375K | $1.001 |
$9,402.77 | |
USDC | ERC-20 | 1.263004K | $1.00 |
$1,263 | |
NCT | ERC-20 | 25.93208K | -- | -- | |
PKG | ERC-20 | 300 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253978 | 7 hours ago | | | 0 | 0.00023799819 | |
| 21249635 | 21 hours ago | | | 0 | 0.00076905270 | |
| 21240157 | 2 days ago | | | 0 | 0.00044909048 | |
| 21221382 | 5 days ago | | | 0 | 0.00061184500 | |
| 21211023 | 6 days ago | | | 0 | 0.00066740151 | |
| 21210450 | 6 days ago | | | 0 | 0.00026590515 | |
| 21209859 | 6 days ago | | | 0 | 0.00066597575 | |
| 21186724 | 10 days ago | | | 0 | 0.0029438837 | |
| 21186583 | 10 days ago | | | 0 | 0.0028688739 | |
| 21166850 | 12 days ago | | | 0 | 0.0026892099 |
ABI
ABI objects
Getter at block 21255939
INITIAL_ALLOTMENT() view returns (uint256)
1830000000000000000000
PRE_REVEAL_MULTIPLIER() view returns (uint256)
2
SECONDS_IN_A_DAY() view returns (uint256)
86400
decimals() view returns (uint8)
18
emissionEnd() view returns (uint256)
1927206000
emissionPerDay() view returns (uint256)
10000000000000000000
emissionStart() view returns (uint256)
1611846000
name() view returns (string)
NameChangeToken
symbol() view returns (string)
NCT
totalSupply() view returns (uint256)
73357457617939814814791915
Read-only
accumulated(uint256 tokenIndex) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lastClaim(uint256 tokenIndex) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 burnQuantity) returns (bool)
claim(uint256[] tokenIndices) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setMasksAddress(address masksAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 emissionStartTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.