Non-Playable Customs: Genesis Edition
Verified contract
Active on
Base with 388,402 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000844 |
$0 | |
OHNO | ERC-20 | 197.769231 | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22715590 | 2 hours ago | | | 0 | 5.7558060e-7 | |
| 22708327 | 6 hours ago | | | 0 | 0.0000047093652 | |
| 22703497 | 8 hours ago | | | 0 | 4.7142558e-7 | |
| 22692074 | 15 hours ago | | | 0 | 4.8163119e-7 | |
| 22690167 | 16 hours ago | | | 0 | 8.9158863e-7 | |
| 22671600 | a day ago | | | 0 | 4.8074037e-7 | |
| 22670739 | a day ago | | | 0 | 4.7444409e-7 | |
| 22669053 | a day ago | | | 0 | 0.000000506797192140 | |
| 22664997 | a day ago | | | 0 | 4.8074775e-7 | |
| 22664696 | a day ago | | | 0 | 4.7873932e-7 |
ABI
ABI objects
Getter at block 22718449
NPCTokenAddress() view returns (address)
0xb166e8b140d35d9d8226e40c09f757bac5a4d87d
_maxSupply() view returns (uint256)
155443
admin() view returns (address)
0x5bd5654d2b0e5bcad5d33e926c279a2a58b8229b
backgroundCount() view returns (uint256)
66
eyeWearandGlassesCount() view returns (uint256)
21
faceSlot1Count() view returns (uint256)
12
faceSlot2Count() view returns (uint256)
10
getBalance() view returns (uint256)
0
hairstylesAndHatsCount() view returns (uint256)
52
itemsCount() view returns (uint256)
29
mintingFee() view returns (uint256)
1
moodCount() view returns (uint256)
2
name() view returns (string)
Non-Playable Customs: Genesis Edition
owner() view returns (address)
0x7cb771f3698b3e860235c14c6f8e6cd4fdf795e3
paused() view returns (bool)
false
piercingsCount() view returns (uint256)
6
pricePerMint() view returns (uint256)
1000000000000000000
symbol() view returns (string)
NPCustom
tokenUriSetter() view returns (address)
0x5bd5654d2b0e5bcad5d33e926c279a2a58b8229b
torsoCount() view returns (uint256)
34
totalSupply() view returns (uint256)
155443
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(struct TraitsStorageTraitIndices indices) view returns (bool)
mintedCombinations(bytes32) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenTraits(uint256) view returns (bytes)
tokenTraitsById(uint256 tokenID) view returns (struct TraitsStorageTraitIndices)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _setTokenURI(uint256 tokenId, string _tokenURI)
addBackground(bool action) returns (uint256)
addEyewearAndGlasses(bool action) returns (uint256)
addFaceSlot1(bool action) returns (uint256)
addFaceSlot2(bool action) returns (uint256)
addHairstyleAndHats(bool action) returns (uint256)
addItem(bool action) returns (uint256)
addPiercings(bool action) returns (uint256)
addTorso(bool action) returns (uint256)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, struct TraitsStorageTraitIndices indices) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMintingFee(uint256 newPrice)
transferAdmin(address newAdmin)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
AdminTransferred(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
MintedToken(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address erc20TokenAddress_, address tokenUriSetter_)
This contract contains no fallback and receive objects.
AdminInvalidOwner(address admin)
AdminUnauthorizedAccount(address account)
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()