HZN

Verified contract

Active on Ethereum with 1,522 txns
Deployed by via 0x27a96bee at 15947644
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HZN"

0x82471965df4ebd553f5d0ba585aa4375024a197340e5b1b0bb11312bc048616b
0xc2029e2519419ddcb2cb0749fbe579eb8d0f9ee31890130a40aef6029785f890
0xb80c668264c53cc82f525607793c2bac61476279d957f645e5002838ce781313
0xf3ae31076b961c4a84a74f55c23cf4fb5f1131e167b384a0886ada808ed94326
0xacb2c629719c0210074bb73a583371c1d5bf5937d236dea7e0c07308b78b9c66
0x79188a73a3b81aec601df86f4d2e19b28bf7690858c28f619e8c139ddf503553
0x017609b3a590af7cd8585ec0405688d2d6c7898f64d9ddede31a49717b810808
0xe5dcca7f4cb5d81ecc15261f61e9a5205d01d6eb65febf1bb26333841240c31f
0x54737141709bff61cb1815a4a638aef2536ba26945166d3a84a245b10a111dfc
0x8dfd171945f61c63ccbdf383d588fcb11ead70628d7674128ea9129a7e375c3f

Functions
Getter at block 21213156
MAX_SUPPLY(view returns (uint256)
700
_baseTokenURI(view returns (string)
ipfs://QmbiH49ug7WhU2tfmXnwT6v5RZ5o26Ry8VLqfSJPoyCFKC/
baseExtension(view returns (string)
.json
isRevealed(view returns (bool)
true
name(view returns (string)
HZN
notRevealedURI(view returns (string)
ipfs://QmYCL1F8H1MRJmyFaqBAcmRQBUXgMBK3iT5TcQcQofeNdH
owner(view returns (address)
0xf7684cf162df806cb31dc72ca337aba68ebfed69
symbol(view returns (string)
HZN
totalSupply(view returns (uint256)
288
waitlistBatchTime(view returns (uint256)
1920736800
waitlistPrice(view returns (uint256)
97000000000000000
whitelistBatchTime(view returns (uint256)
1920736800
whitelistPrice(view returns (uint256)
97000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setIsRevealed(bool _reveal
setMaxSupply(uint256 _supply
setMintTime(uint256 _whitelistuint256 _waitlist
setNotRevealedURI(string _notRevealedURI
setPrice(uint256 _whitelistuint256 _waitlist
teamMint(uint256 _quantity
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
waitListMint(bytes _signaturepayable 
whitelistMint(bytes _signaturepayable 
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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