HeyMintERC721ABase

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x53366409 at 16994898
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 29 additional slots

No balances found for "HeyMintERC721ABase"

No transactions found for "HeyMintERC721ABase"


Functions
Getter at block 20923186
CORI_SUBSCRIPTION_ADDRESS(view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
EMPTY_SUBSCRIPTION_ADDRESS(view returns (address)
0x511af84166215d528abf8ba6437ec4becf31934b
defaultHeymintFeePerToken(view returns (uint256)
700000000000000
heymintFeePerToken(view returns (uint256)
700000000000000
heymintPayoutAddress(view returns (address)
0xe1fac470de8de91c66778eaa155c64c7ceefc851
isOperatorFilterRegistryRevoked(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
publicPriceInWei(view returns (uint256)
0
publicSaleTimeIsActive(view returns (bool)
true
refundGuaranteeActive(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _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 tokenIdpayable 
freezeMetadata(
initialize(string _namestring _symbolstruct BaseConfig _config
pause(
publicMint(uint256 _numTokenspayable 
reduceMaxSupply(uint16 _newMaxSupply
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPublicMintsAllowedPerAddress(uint8 _mintsAllowed
setPublicMintsAllowedPerTransaction(uint8 _mintsAllowed
setPublicPrice(uint32 _publicPrice
setPublicSaleEndTime(uint32 _publicSaleEndTime
setPublicSaleStartTime(uint32 _publicSaleStartTime
setPublicSaleState(bool _saleActiveState
setUsePublicSaleTimes(bool _usePublicSaleTimes
setUser(uint256 tokenIdaddress useruint64 expires
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
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
Initialized(uint8 version
OperatorFilterRegistryRevoked(
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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