Hexacolor

Verified contract

Active on Ethereum with 652 txns
Deployed by via 0xf97a0e14 at 16794754
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Hexacolor"

0x9bdaea3a9b01cfac1e7acbd2fa5daf0ce49c68a99dac92eef7652e48c85772af
0xcf4781cdb38fc8ecebdabafaf7e9b021decf34010c08d3ba32d8284a2761d76a
0x4db0473d2502c7092b51e8aa204506932aac702aa187fc03271d8135014f24be
0x856ff00766a2e0d41b613da437bf9869f452b2f6069e0149ec6f54609362e05c
0x8d900b6a8f6ad4756e571d5bd2d347e3f3ea013ed4117ab60e410613079be463
0x5e5c5a203ebd5414c9eefb5c29e0dc0785539de7c83e9e8299cddb88f19cba34
0xf7562ab09ab6d8c8521455d9a2f6242aa6654363222c92af7cb1f3e7e37c320e
0xd7e008109a126e98fb300f5bf5a1fefe84864d5c1be4d91cf3b55f12015f27e3
0xa63413dcac4dc4fb4a0231dc781d114f0a966444fef865d26646f77a1ea661bf
0xd6afbe8931ad1d967dd074cd6097a111b9a389f64be9cbcc8e5c15703c88abe4

Functions
Getter at block 21269822
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost(view returns (uint256)
3000000000000000
freePerTx(view returns (uint256)
1
freePerWallet(view returns (uint256)
1
freeSupply(view returns (uint256)
0
isMergeable(view returns (bool)
false
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
1000
name(view returns (string)
Hexacolor
owner(view returns (address)
0x257aa52b9f907621ad2ad702e8c7e56daf51bd0e
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
HEXA
totalSupply(view returns (uint256)
1000
uriPrefix(view returns (string)
ipfs://QmedeJVCC2baMjXEAMxMQCcDQ1GUmVEmgiwZ7npPKYtAKd/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
freeClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getHexacolor(uint64 tokenIdview returns (uint64)
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 tokenId
merge(uint64[] tokens
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFree(uint256 _amount
setFreePerTx(uint256 _amount
setFreePerWallet(uint256 _amount
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
teamMint(uint256 quantity
toggleMerge(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

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