NPC

Verified contract

Active on Ethereum with 1,397 txns
Deployed by via 0xaf9b797c at 16948432
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional variables
Native
Value $6.76
0xfda55bcbd7623d23141b30d570c575070e909a04dcc27486a5a98668a1e630e9
0xbbb06b146cb436906009b9835696f664f4ad657210a3215d7b12150dfd45939c
0x97896c29ce10c95958b6a458fab05a56dd7f18dd6ae65eb610006c6b0b296af9
0xdc77b02c5b74918a1d597a43dae7d750182e9c3e3ccea1761fed529956b628eb
0xe168b3e392527c02c24a690609368b82623b2d1aa119b033b9f7f5af6dad8130
From
0xa9f3afe460ae7947c4be4ef35d045a46e309cbd188ee0c03ef0431151829b953
0x41b61e123651b4f48eeb89d8fb7912ea52536e8c08c10efdc42a71105dac44e6
0x68a0ff9675fab0f37a2f09502afbf9494a93939862c71ce1a3fa0047f8e4cad9
0x13032af1edcad3a5f473a4f59f8756a08706d06db4a6856b2d34f3a7c6e1f241
0x7fffd14d01fc77b0bedd660db48ed13e67fb61da821d9490470bdf3bbc26677a

Functions
Getter at block 21276109
MAX_SUPPLY(view returns (uint256)
1010
PRESALE_MAX_SUPPLY(view returns (uint256)
505
baseTokenURI(view returns (string)
ipfs://bafybeih4je4oemlp4efrun6nc5rjhod32xlsvjez7cjwi7d2ejy2cweph4/
heymintFeePerToken(view returns (uint256)
700000000000000
heymintPayoutAddress(view returns (address)
0xe1fac470de8de91c66778eaa155c64c7ceefc851
isOperatorFilterRegistryRevoked(view returns (bool)
false
isPresaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
false
metadataFrozen(view returns (bool)
false
name(view returns (string)
NPC
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x3191669893a8470fde1008185f3e0c1ad473bf5f
paused(view returns (bool)
false
payoutAddressesFrozen(view returns (bool)
false
presaleMintsAllowedPerAddress(view returns (uint256)
1
presaleMintsAllowedPerTransaction(view returns (uint256)
1010
presalePrice(view returns (uint256)
0
publicMintsAllowedPerAddress(view returns (uint256)
2
publicMintsAllowedPerTransaction(view returns (uint256)
1010
publicPrice(view returns (uint256)
0
royaltyAddress(view returns (address)
0x3191669893a8470fde1008185f3e0c1ad473bf5f
royaltyFee(view returns (uint96)
777
symbol(view returns (string)
NPC
totalSupply(view returns (uint256)
1010
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)
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(
presaleMint(bytes32 messageHashbytes signatureuint256 numTokensuint256 maximumAllowedMintspayable 
reduceMaxSupply(uint256 _newMaxSupply
reducePresaleMaxSupply(uint256 _newPresaleMaxSupply
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPresaleMintsAllowedPerAddress(uint256 _mintsAllowed
setPresaleMintsAllowedPerTransaction(uint256 _mintsAllowed
setPresalePrice(uint256 _presalePrice
setPresaleSignerAddress(address _presaleSignerAddress
setPresaleState(bool _saleActiveState
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(
updateOperatorFilterRegistryAddress(address newRegistry
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(uint256 _heymintFeePerToken
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InitialRegistryAddressCannotBeZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RegistryHasBeenRevoked(
SetUserCallerNotOwnerNorApproved(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(