NapoleonX Token
Verified contract
Active on
Ethereum with 22,236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($253.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NPX | ERC-20 | 29.26203K | $0.008651 |
$253.15 | |
FOR | ERC-20 | 1 | $0.003987 |
$0 | |
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
CLN | ERC-20 | 8.557K | -- | -- | |
MUXE | ERC-20 | 1.234K | -- | -- | |
CNN | ERC-20 | 128 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090216 | 10 days ago | | | 0 | 0.00028654140 | |
| 21065579 | 13 days ago | | | 0 | 0.00099730478 | |
| 21065559 | 13 days ago | | | 0 | 0.0011267745 | |
| 21054074 | 15 days ago | | | 0 | 0.00015639267 | |
| 21053646 | 15 days ago | | | 0 | 0.00013353633 | |
| 21052131 | 15 days ago | | | 0 | 0.00023615040 | |
| 21051038 | 15 days ago | | | 0 | 0.00034336748 | |
| 21050909 | 15 days ago | | | 0 | 0.00031532269 | |
| 21037983 | 17 days ago | | | 0 | 0.00087451324 | |
| 20917771 | a month ago | | | 0 | 0.00062940672 |
ABI
ABI objects
Getter at block 21158288
INITIAL_SUPPLY() view returns (uint256)
2980000000
decimals() view returns (uint8)
2
endTime() view returns (uint256)
1521068400
name() view returns (string)
NapoleonX Token
symbol() view returns (string)
NPX
totalSupply() view returns (uint256)
2980000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeFounder(address newAdministrator)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
populateWhitelisted(address[] whitelisted, uint256[] tokenAmount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
updateWhitelisted(address[] whitelisted, uint256[] tokenAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
TokenAllocated(address investor, uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 setEndTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.