Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,676.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NPXS | ERC-20 | 76.366734M | $0.000111 |
$8,501.91 | |
TORN | ERC-20 | 41.58 | $3.52 |
$146.36 | |
ENJ | ERC-20 | 73 | $0.201079 |
$14.68 | |
ABYSS | ERC-20 | 777 | $0.005903 |
$4.59 | |
IOTX | ERC-20 | 100 | $0.042649 |
$4.26 | |
NOIA | ERC-20 | 100.330399 | $0.031069 |
$3.12 | |
PUNDIX | ERC-20 | 2.679708 | $0.478728 |
$1.28 | |
XLAB | ERC-20 | 100 | $0.000002 |
$0 | |
FX | ERC-20 | 0.000092 | $0.134402 |
$0 | |
| ERC-20 | 888.888888M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241252 | 5 hours ago | | | 0 | 0.00026126738 | |
| 21241250 | 5 hours ago | | | 0 | 0.00028893448 | |
| 21241249 | 5 hours ago | | | 0 | 0.00025035658 | |
| 21241234 | 5 hours ago | | | 0 | 0.00051246169 | |
| 21240640 | 7 hours ago | | | 0 | 0.00059074620 | |
| 21239347 | 11 hours ago | | | 0 | 0.00037446332 | |
| 21238261 | 15 hours ago | | | 0 | 0.0013382873 | |
| 21234111 | a day ago | | | 0 | 0.00050637665 | |
| 21232751 | a day ago | | | 0 | 0.00043540897 | |
| 21229815 | 2 days ago | | | 0 | 0.00084117819 |
ABI
ABI objects
Getter at block 21242718
decimals() view returns (uint8)
18
getStopReceive() view returns (bool)
false
mintingFinished() view returns (bool)
true
name() view returns (string)
Pundi X Token
owner() view returns (address)
0x28744a3ce59a1a2f7fa17e22a3955ba61558356f
paused() view returns (bool)
false
symbol() view returns (string)
NPXS
totalSupply() view returns (uint256)
258498693019069996455928086883
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)
burn(uint256 _value)
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)
pause()
setStopReceive(bool stop)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _recipient, uint256 _amount, bytes _data)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 indexed value)
Mint(address indexed to, uint256 amount)
MintFinished()
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.