Hello Owl

Verified contract

Active on Ethereum with 30,659 txns
Deployed by via 0x37f280de at 15832337
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Native
Value $486.36
ERC-20
Value $0.36
0x8da7ca3cc340856ed85fbafb194b60a74ecee2aac413946cd023f6a805d1ccb6
From
0x8ff88edbfcaf73a89f6312e1a94e6afd22c25c2a2441caa48ad457145a7fdb30
0xeca7477bcee21daf05fb20fc7354a74cc7badc22497169c56580578b5cea89c4
From
0x0e79fe4e70fbc388fdf7f090b5dc7c5296f61a7cc12685ea0db3735c2b7e17b5
0xf4dd2860b28da9dc12b62141540d55f0cb3620e7a15e8cd7c89e261cfc4efb2d
0xd6d9c220eb69476b3cf42c69d9661a83239c8351b7f38e04b557892e49385184
0x25a059e69f36182ff210215cd1e5fd569dc5a697140015b32726752ab4dcdfed
From
0x5999b82253444a812857c853a717c411da6d1474c07285bf5985c72e8234edb9
0x2909d41e8538d745296ab4689237eb9159cf531d266c5a6ab11c37e4d31331ed
0x7e38b39a68b87088ab399a8a78635eaa7ce7d73f4a41ba5df33f8473a7d7c096

Functions
Getter at block 21161073
MAX_SUPPLY(view returns (uint256)
1393796574908163946345982392040522594123775
name(view returns (string)
Hello Owl
owner(view returns (address)
0x0decce94874248e8c3b473a05e621ecfe61f567c
stageMintConfig(view returns (uint64 stageNumuint64 maxPerStageuint64 maxPerAddressbool isWhiteListMintActivebytes32 merkleRootbool isPublicMintActive)
(stageNum=0, maxPerStage=99999999, maxPerAddress=1, isWhiteListMintActive=false, merkleRoot=0x1111111111111111111111111111111111111111111111111111111111111111, isPublicMintActive=false)
symbol(view returns (string)
Hello Owl
totalMinted(view returns (uint256)
26544
totalSupply(view returns (uint256)
26544
Read-only
addressMinted(uint256addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isKYCAddress(address address_bytes32[] merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
publicMint(uint64 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setKycMerkleRoot(bytes32 _kycMerkleRoot
setMaxPerAddress(uint64 newMaxPerAddress
setMaxPerStage(uint64 newMaxPerStage
setPublicMintActive(bool mintStarted
setStageMintConfig(struct OwlStageMintConfig config_
setTokenURI(string tokenURI_
setWhiteListMintActive(bool mintStarted
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint64 quantitybytes32[] merkleProof
withdraw(
withdrawTokens(address token
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
Received(address indexed arg0uint256 arg1
StageMintConfigChanged(struct OwlStageMintConfig config
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(