This contract is being backfilled. You may encounter incomplete storage history.

ERC721AContract

Verified contract

Active on Ethereum with 511 txns
Deployed by via 0x2976175d at 18432124
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables
Native
Value $346.53
0x28de3fb3abf62973bc6200ae0b6f2fc6d404a513e4fda63bb32038064a533dbd
0x3ffd13da2883f0dc4dfe3742a7897bf56223c9940fb4fedc1c78534b23789e59
0x3789e2e3865698ced3470c04fe4c558847a1f979e5362b1dff0d2e9d28f2679d
0x5d41daddb998ca82ae562fa728e9d14bdf80d660ac7e2b69f495d1f29400d668
0x6d5a84457c428c40877220b5fbda41549d2722d5403d09b8b5d177ffe03f9a63
0x351a5cc778eb46b00151c8cab6ba0ca901b060d3a359c306617e814be8cdfed8
0xeabc61378af056bbe1fccf7dc1d94d8a844310b6b054c4ea40a58384424de47f
0x8d273bb82509586e5b7ae11f29d57bd90840aaee6dbd67b0e88e3ac7701e0dbc
0x4415941a6f2185cad3d629e7a2b7c13a13711089ce56d50c6557bc867043d670
0xcf615a9779a2207806c1381fba33fae2773fdc777e873d35a597d3b3a51766db

Functions
Getter at block 20809632
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpass(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
HALLAOWEEN
owner(view returns (address)
0x97483a7337901bacca0cd198917fd1da774889a2
provenance(view returns (string)
r2eAddress(view returns (address)
0x5f2f54ac56a0a551a77302e48fe61ff9bf794cec
saleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
HLAO
token(view returns (uint16 maxSupplybool pubPerWalletuint16 pubMaxMintuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActiveuint8 preSalePhasebool supplyLockbool refer2earnbool soulbound)
(maxSupply=1000, pubPerWallet=false, pubMaxMint=50, preSalePrice=0, pubSalePrice=25000000000000000, preSaleIsActive=false, pubSaleIsActive=true, claimIsActive=false, preSalePhase=0, supplyLock=false, refer2earn=false, soulbound=false)
totalReleased(view returns (uint256)
16740000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
712
Read-only
balanceOf(address ownerview returns (uint256)
fiatMinters(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
royaltyInfo(uint256 _iduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(address[] _addressesuint16[] _quantities
approve(address operatoruint256 tokenIdpayable 
lockSupply(
mint(address _addressuint256 _quantityuint256 _maxMintbytes32[] _proofaddress _referrerpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setFiatMinter(address _addressbool _allowed
setMintPass(address _address
setPrice(uint72 _preSalePriceuint72 _pubSalePrice
setRoyalties(uint256 _idaddress recipientuint256 _basisPoints
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _pubMaxMintbool _pubPerWallet
updateSaleState(bool _preSaleIsActivebool _pubSaleIsActivebool _claimIsActiveuint8 _preSalePhasebool _refer2earn
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
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _owneraddress[] _interfacesstring _provenancestruct ERC721AContractToken _tokenstruct ERC721AContractRoyaltyInfo _royalties
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(