HEXGO NFT
Verified contract
Active on
Ethereum with 11,837 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($711.22)
Native
Value
$711.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.192 | $3,704.28 |
$711.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284581 | 3 days ago | | | 0 | 0.00036412521 | |
| 21238018 | 9 days ago | | | 0 | 0.00094080261 | |
| 21106315 | a month ago | | | 0 | 0.00010585294 | |
| 21105829 | a month ago | | | 0 | 0.000096163983 | |
| 21102465 | a month ago | | | 0 | 0.00013170277 | |
| 21016529 | a month ago | | | 0 | 0.00018806808 | |
| 20860811 | 2 months ago | | | 0 | 0.00015270378 | |
| 20836279 | 2 months ago | | | 0 | 0.0013744499 | |
| 20833016 | 2 months ago | | | 0 | 0.00083188160 | |
| 20790822 | 2 months ago | | | 0 | 0.00078661453 |
ABI
ABI objects
Getter at block 21305436
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 owner) view returns (uint256)
canMint(address addr, bytes32[] merkleProof_) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addr, bytes32[] merkleProof_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 many, bytes32[] merkleProof_) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxSupply(uint256 maxSupply_)
setMerkleRoot(bytes32 merkleRoot_)
setMintLimit(uint256 mintLimit_)
setMintPrice(uint256 mintPrice_)
setWhitelistMaxSupply(uint256 maxWhitelistSupply_)
togglePublicSaleState()
toggleWhitelistState()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw(address to, uint256 amount)
withdrawAll(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string baseTokenURI_, uint256 maxSupply_, uint256 maxWhitelistSupply_, uint256 mintLimit_, uint256 mintPrice_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()