Pikuseru Neko

Verified contract

Active on Ethereum with 654 txns
Deployed by via 0x2e023dc5 at 16363355
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "Pikuseru Neko"

0xdbc3431cf8bfa18a3cac669247d37fe048541272297b19aa445112a0c84b692b
0xb06626f9790d8ba019dda4484de1fca0c928918b405cc6799e23c43e662e81d3
0xe1c71d38eef0519adb74d1cc69c3f68ff5d7acc832439190c1bfbea38abe7e90
0x513f58d58d193489f565e6ee28dfc7ea0752d695056e1bb306bc0ee043b4e696
0x69c7e0b13a19cc75300d93aebd6c8cdd52335fd244d1721f474f42cdf39d0d90
0x3a11d6a84170bd043eb12bcf9414c13192765c71e75b346f7617a3bfad1e4e74
0x0e5bdb4076a5283820554900af770070ea39b0a24e680a6627e38a0717815592
0x7895bf9bd55dbcdc675888f32f997d2a93a39d928ef6792d46d30738b2114fda
0xb8bf534f1513cceb6678bdf447cc9feb4374122aa67f5e8751f870dc403c4b87
0xff81177fab9703e7792bf6a9c31eb46b1340cdef061d067b8d140e4bc6a50e52

Functions
Getter at block 21203665
MAX_SUPPLY(view returns (uint256)
5555
baseTokenURI(view returns (string)
ipfs://bafybeiaojvwql4l77pfracc76u7rfuupn77kdfberfcrqrigrzjl2amvze/
blocklistContractAddress(view returns (address)
0xca71b13c9465c2117f3dbba294c2f4134c629c72
blocklistPermanentlyDisabled(view returns (bool)
false
isPublicSaleActive(view returns (bool)
true
metadataFrozen(view returns (bool)
false
name(view returns (string)
Pikuseru Neko
owner(view returns (address)
0x7f9d817054eaa406f9cfb1182410aa89aebe256d
paused(view returns (bool)
false
payoutAddressesFrozen(view returns (bool)
false
publicMintsAllowedPerAddress(view returns (uint256)
20
publicMintsAllowedPerTransaction(view returns (uint256)
20
publicPrice(view returns (uint256)
400000000000000
royaltyAddress(view returns (address)
0x7f9d817054eaa406f9cfb1182410aa89aebe256d
royaltyFee(view returns (uint96)
500
symbol(view returns (string)
PNE
totalSupply(view returns (uint256)
5250
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isExchangeBlocklisted(uint256view returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payoutAddresses(uint256view returns (address)
payoutBasisPoints(uint256view returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
userExpires(uint256 tokenIdview returns (uint256)
userOf(uint256 tokenIdview returns (address)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
freezePayoutAddresses(
gift(address[] receiversuint256[] mintNumber
mint(uint256 numTokenspayable 
pause(
permanentlyDisableBlocklist(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPublicMintsAllowedPerAddress(uint256 _mintsAllowed
setPublicMintsAllowedPerTransaction(uint256 _mintsAllowed
setPublicPrice(uint256 _publicPrice
setPublicSaleState(bool _saleActiveState
setRoyaltyAddress(address _royaltyAddress
setRoyaltyFee(uint96 _feeNumerator
setUser(uint256 tokenIdaddress useruint64 expires
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateBlocklistContractAddress(address _blocklistContractAddress
updateBlocklistedExchanges(uint256[] exchangesbool[] blocklisted
updatePayoutAddressesAndBasisPoints(address[] _payoutAddressesuint256[] _payoutBasisPoints
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
UpdateUser(uint256 indexed tokenIdaddress indexed useruint64 expires
Constructor
constructor(address _blocklistContractAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SetUserCallerNotOwnerNorApproved(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(