HEXGO NFT

Verified contract

Active on Ethereum with 11,828 txns
Deployed by via 0xaabf9e8d at 15626213
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $511.36
0x525941cbe7eb135262651db5f16e43cfe9769d1a20d591a02b33ad942de18e0c
0xabd76d7b05866b33d02c09c0eee528f20e2ad56f8d59975bfe697422ad295bcb
0x4f087d43f43580aa3ac0dc06e548d473b7f301b6bdc09a80921f832cae719a3f
0x3047db84959ca24fde185eafabf4fe6d0bde798d3999477c3d024368da307768
0x0fa6dddd74aa6577d5147ca77bc09029dd20bff9f2f229c07fedf2e99726f7ef
0xd992d7a0bb9278427ea60a716e3ccb20e3a16b971e3294dad3d6c87d7451a26a
0xbc5c7676da603105ecf52e75bbad15d44663fcec95a5b6b583050f2fb2218d3e
0x0309f3a706dcc1c74f7849fc46cc58c1516764cf6b8bb3271510349a5f9fc0af
0xdc1b1947c35dab17a137c000e38992182f98cd92963c21e2e059a11ac6e509a2
0x914904b5ab569e017d5a57c5dde977f7e9d7d4260f7660789f9ef98baf3e554b

Functions
Getter at block 20813918
checkPublicSaleMint(view returns (bool)
false
checkWhitelistMint(view returns (bool)
false
maxSupply(view returns (uint256)
5001
maxWhitelistSupply(view returns (uint256)
5001
mintLimit(view returns (uint256)
3
mintPrice(view returns (uint256)
100000000000000000
name(view returns (string)
HEXGO NFT
owner(view returns (address)
0xf242ae56395063d1f8ba8eeaf19b699c56a5d824
paused(view returns (bool)
true
symbol(view returns (string)
HEXGO NFT
totalSupply(view returns (uint256)
5001
whitelistMerkleRoot(view returns (bytes32)
0x40dfa5b1f488c16cfa471bf90132d3c08f930e2b7fe1ff158b2b6f55078b1703
Read-only
balanceOf(address ownerview returns (uint256)
canMint(address addrbytes32[] merkleProof_view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address addrbytes32[] merkleProof_view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 manybytes32[] merkleProof_payable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxSupply(uint256 maxSupply_
setMerkleRoot(bytes32 merkleRoot_
setMintLimit(uint256 mintLimit_
setMintPrice(uint256 mintPrice_
setWhitelistMaxSupply(uint256 maxWhitelistSupply_
togglePublicSaleState(
toggleWhitelistState(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdraw(address touint256 amount
withdrawAll(address to
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string namestring symbolstring baseTokenURI_uint256 maxSupply_uint256 maxWhitelistSupply_uint256 mintLimit_uint256 mintPrice_bytes32 merkleRoot_
Fallback and receive

This contract contains no fallback and receive objects.

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