Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
12 additional
variables
Balances ($6.76)
Native
Value
$6.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00202 | $3,347.85 |
$6.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20618784 | 3 months ago | | | 0 | 0.000053148600 | |
| 20026725 | 6 months ago | | | 0 | 0.0011782508 | |
| 19543920 | 8 months ago | | | 0 | 0.0011337747 | |
| 19493589 | 8 months ago | | | 0 | 0.00072756640 | |
| 19183608 | 10 months ago | | | 0 | 0.0026981114 | |
| 19066143 | 10 months ago | | | 0 | 0.00041285413 | |
| 18994990 | 10 months ago | | | 0 | 0.00055609517 | |
| 18866894 | a year ago | | | 0 | 0.00072508898 | |
| 18668329 | a year ago | | | 0 | 0.0017793381 | |
| 18442585 | a year ago | | | 0 | 0.0019842883 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payoutAddresses(uint256) view returns (address)
payoutBasisPoints(uint256) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
userExpires(uint256 tokenId) view returns (uint256)
userOf(uint256 tokenId) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
freezeMetadata()
freezePayoutAddresses()
gift(address[] receivers, uint256[] mintNumber)
mint(uint256 numTokens) payable
pause()
presaleMint(bytes32 messageHash, bytes signature, uint256 numTokens, uint256 maximumAllowedMints) payable
reduceMaxSupply(uint256 _newMaxSupply)
reducePresaleMaxSupply(uint256 _newPresaleMaxSupply)
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool 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 tokenId, address user, uint64 expires)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateOperatorFilterRegistryAddress(address newRegistry)
updatePayoutAddressesAndBasisPoints(address[] _payoutAddresses, uint256[] _payoutBasisPoints)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateUser(uint256 indexed tokenId, address indexed user, uint64 expires)
constructor(uint256 _heymintFeePerToken)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InitialRegistryAddressCannotBeZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
RegistryHasBeenRevoked()
SetUserCallerNotOwnerNorApproved()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()