IllDoIt

Verified contract

Active on Ethereum with 4,428 txns
Deployed by via 0xf636054a at 14876047
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "IllDoIt"

0xa0e28cee6cb78871c708224cd24775dc2e1db9bbe5127af02013ec4d0c83fe12
0x8899be8bbcddb5903a4b42beba1c883e1e889a3129b22b9ab718b1d9f978ffae
0x70b6510119db3dfb174fc64c1d8b141fd938ee90840ba85e2abc93bfac5442bc
0x30ec8ec6663512072b71a479bcb56e23b8642f4829c503278a436320d1426603
0x3cd34ccc8e45754a3a3e9a0c04e15a649a466a6a5ab2acab2e6033e3f84b804c
From
0x4ac1756b87dfd8cddcf0eb76643901e8ea67816ef31ed65864f2b2d08d5709f2
0x74dea497e1932298ff3a419162bdf56755e7a416c5008be6006b7ae5e690ed5c
0x5490eaa9879bdc13465b34620f8c4a0da31655226b41b778511771d8f0d3d9a9
0xa2b302a6f245e3709602919cbe6eb043dfdfde8576ea1c4823cf7365b7fd2759
0x51b469c76029a1fc4b07ec877915f0cd083295e55a906068df544a14307d26a1

Functions
Getter at block 20941738
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
1
maxMintAmountPerWallet(view returns (uint256)
2
maxSupply(view returns (uint256)
1000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
IllDoIt
owner(view returns (address)
0x4968dc935b3821ecda01e5d156457b32e2c9842d
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
DOIT
totalSupply(view returns (uint256)
1000
uriPrefix(view returns (string)
ipfs://QmcPzvB2bWXCwSWuu2yAiGGogmA3meestJKB5MWbcLbRps/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletMintCount(addressview returns (uint256)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
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
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(