Non-Playable Coin
Verified contract
Active on
Ethereum with 66,172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x31b7…c82b
Balances ($31,679,625.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NPC | ERC-20 | 758.293592M | $0.041776 |
$31,678,685.44 | |
RNDR | ERC-20 | 60 | $7.28 |
$436.8 | |
WETH | ERC-20 | 0.1 | $3,343.37 |
$334.34 | |
SHIB | ERC-20 | 6.653284M | $0.000025 |
$165.67 | |
DXY | ERC-20 | 7.007998K | $0.000282 |
$1.98 | |
INUINU | ERC-20 | 1.232123B | $0.00 |
$1.23 | |
0x31b7…c82b | ERC-1555 | 7.291986B | -- | -- | |
GROGE | ERC-20 | 1.610025B | -- | -- | |
NPP | ERC-20 | 69 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242978 | 14 minutes ago | | | 0 | 0.00044869454 | |
| 21242968 | 16 minutes ago | | | 0 | 0.00032432795 | |
| 21242928 | 24 minutes ago | | | 0 | 0.00029513000 | |
| 21242927 | 24 minutes ago | | | 0 | 0.00034325000 | |
| 21242926 | 25 minutes ago | | | 0 | 0.00045984040 | |
| 21242925 | 25 minutes ago | | | 0 | 0.00026561700 | |
| 21242918 | 26 minutes ago | | | 0 | 0.00046861885 | |
| 21242913 | 27 minutes ago | | | 0 | 0.00041231374 | |
| 21242913 | 27 minutes ago | | | 0 | 0.00046900009 | |
| 21242912 | 27 minutes ago | | | 0 | 0.00058966522 |
ABI
ABI objects
Getter at block 21243046
decimals() view returns (uint8)
18
erc1155Contract() view returns (address)
0x31b73666ca5874950e94babc0c5f93419facc82b
erc1155TokenId() view returns (uint256)
1
name() view returns (string)
Non-Playable Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
NPC
tokenSupply() view returns (uint256)
8050126520
totalSupply() view returns (uint256)
8050126520000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events Respawn(uint256 amount)
Transform(uint256 amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _erc1155Contract, uint256 _tokenId)
This contract contains no fallback and receive objects.
This contract contains no error objects.