Hexacolor
Verified contract
Active on
Ethereum with 652 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hexacolor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16797837 | 2 years ago | | | 0 | 0.0012073810 | |
| 16795765 | 2 years ago | | | 0 | 0.00094128128 | |
| 16795239 | 2 years ago | | | 0 | 0.0010678036 | |
| 16794992 | 2 years ago | | | 0 | 0.00074108162 | |
| 16794991 | 2 years ago | | | 0 | 0.0012628426 | |
| 16794970 | 2 years ago | | | 0 | 0.0014023288 | |
| 16794970 | 2 years ago | | | 0 | 0.0014023288 | |
| 16794941 | 2 years ago | | | 0 | 0.0013633603 | |
| 16794919 | 2 years ago | | | 0 | 0.0013171428 | |
| 16794919 | 2 years ago | | | 0 | 0.0013171428 |
ABI
ABI objects
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 owner) view returns (uint256)
freeClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHexacolor(uint64 tokenId) view returns (uint64)
isApprovedForAll(address owner, address operator) 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)
merge(uint64[] tokens)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()