boredlizards

Verified contract

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

No balances found for "boredlizards"

0x331b68db70429cffaf18f757516dc9930fbc179e38d2558a3e96d37e81417ba0
0x5b04ae65b95d46a7995816a1b17484c63e7f052edf556502bcb99a6a9ffb1ec4
0xd1219891f16c3cf766708fcb4af8a9c62078a0c1d01ee0a79fb5d6d926e7feb5
0x876c0e2295c3b94c347e38bb6e39eb69447f8e43cfbc2cae457436ea111899f2
0x619e018782d75688bf0327d466f59bdd1f480fd0648f5ef13c2bad5c9fd90404
0xa421a8a8cef86caa5cf3995530b1c36abb2dabcaed3bed1eff99db2e8ee411db
0x1bd70a4eb2771ef6c6fa942ee199d933dff93e2ea7b4e6f668bd77e6c487b0a1
0xb8aead4c9cbda8493e0e67bf3e6eb014edb826c067af506fdeca3f2260f3319a
0xb6e2cdc36e80ef8ed1985045808d887fe3af8e6a1dead260a8eaf9c19e483f2b
0x8fe8ef7167bedd5b08d55e6e2a62e30c8d2b41dfa1b1aca893e467ff18510dda

Functions
Getter at block 20961048
WLcost(view returns (uint256)
20000000000000000
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmTUTbZfL49VLpXfgwXqynjZuwBeBfZiTSCMp7cJRNk2zv/rev.json
maxMintAmount(view returns (uint256)
3
maxSupply(view returns (uint256)
999
merkleRoot(view returns (bytes32)
0xbfdb99ea119cfb7c0ea3a21c8c595f9f89d101505e7013ff5e6103b82e1cb0a3
name(view returns (string)
boredlizards
nftPerAddressLimit(view returns (uint256)
3
onlyWhitelisted(view returns (bool)
false
owner(view returns (address)
0x63285811105e8bb2293c6836cf96cc2d95e9ff9b
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
BL
totalSupply(view returns (uint256)
999
uriPrefix(view returns (string)
ipfs://QmdKGaqDv7BtukJGzNELeSJyZhnjFjRLzYhwf9yQHv5D2C/
uriSuffix(view returns (string)
.json
wlSupply(view returns (uint256)
999
Read-only
addressMintedBalance(addressview returns (uint256)
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)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress[] _receiver
mintWl(uint256 _mintAmountbytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmount(uint256 _maxMintAmount
setMerkleRoot(bytes32 _merkleRoot
setNftPerAddressLimit(uint256 _limit
setOnlyWhitelisted(bool _state
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWLcost(uint256 _WLcost
setWlSupply(uint256 _wlSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(