Iconz

Verified contract

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

No balances found for "Iconz"

0xd35dd00fbbb83cf340493c7776ab09dbb76f136b4041d6547efb8df1e4c7c2b3
0xe1315d9597447f57cd7cb799000e485fffc377baf2251d49f31f7a492a94ec92
0xb4b28fc1a1e03292122d82574c131a02a4f87983a8acc2634da7a96b7571d57e
0x171a03bec2dfc2e7cce6269e09ce3cb8aac7d7e5d074929c8b10b4aed8f8a1e6
0xcccdf721753f75dcdc799f7015bee8f8b65c36275a80768d4e78efe4e39c6f25
0x27c98b07548857695aa88f9c320d2487b69b55ca1ee0181feee8ab0f4a9667f6
From
0xc2f4dfc71c4f627ebf6b30197e954f6c2967381d399fb6a2063f91b5a21eda40
0x066a9ce6bc3dcf486c0c1c2b9b5e07cfcb41ae1ed7048b879dab67a21c8a7070
0x7f2cc9608fb5407d5ce47220059e144598f5accaf3533f90407dad5485aef5e1
0xe7e1172e446837c8867b61012e817f55837f341fdc445717454d40b712f18a55

Functions
Getter at block 20921570
NR(view returns (string)
ipfs://QmZuNDkkfy8dhJ2egaSYrb972VGyCr7q3KPbJZNGcbtDAo/hidden.json
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
isPaused(view returns (bool)
true
maxPerPresaleMint(view returns (uint256)
2
maxPerPublicMint(view returns (uint256)
20
maxSupply(view returns (uint256)
7997
merkleRoot(view returns (bytes32)
0x70448dfa3c5ba48ab4125e369ff774d5ced76a417dff8c7a375d24a6c32d184d
name(view returns (string)
Iconz
owner(view returns (address)
0x07709a9e3b157fa33f51ad627fa6931c87f9f575
presaleCost(view returns (uint256)
55000000000000000
presaleOnly(view returns (bool)
false
publicCost(view returns (uint256)
25000000000000000
symbol(view returns (string)
ICNZ
totalSupply(view returns (uint256)
2609
Read-only
addressMintedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airDrop(address[] usersuint256 qty
approve(address touint256 tokenIdpayable 
giftMint(address recipientuint256 qty
pause(bool _state
presaleMint(uint256 qtybytes32[] proofpayable 
publicMint(uint256 qtypayable 
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCost(uint256 _newCost
setNR(string _nr
setPresaleMerkleRoot(bytes32 _root
setPresaleOnly(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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