Scribbles

Verified contract

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

No balances found for "Scribbles"

0x5a9e1f22f4c9f056cf0601a34e8a1b9a7b0b5edc9100742fc1d10e674099aaee
0x3cc2a132768ddf7a5b2ab653691bf97d3d0049a716a08aa494a07923d6783831
0xcd10bf076f4d6a17531517f6400dd929276666f89d522097bc0e7dfd1b33bb62
0x0df8fcb38cb60a505e7d4564ed7521c762fe83a5f19850812e83d59383fdc9ef
0xa367a95d9281ff3d868b9f8d038cb7ac0edcafcf8de2f13fb0c32ab104e03bfa
0xb5481c0b4bc876479b0023d1a022b4de2ef69fe9702348e0e1db341eb69f02ee
0xeab7f6ba2ee18c755f00e6c81e18e3126683e1ad5e074d7f18f73f767f523aad
0xc17608b82b727279c837a943d7f1aeb88d52dad4e91830dcb45e88d4bde6ddff
0x146f227fe106eed4a0c5bb83cc5dea1b8436ef60fe021faee8043a5c99cf6102
0x01b115f0326483bf150deedd93efa62a40be6dc6da06357ae22c1583728eb662

Functions
Getter at block 20989155
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
allowlistCost(view returns (uint256)
22000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmXGPRDqs8TDVtQPzfFzYoY7KLE3YxBfWkGKp3bvwBXFs4
maxMintAmountPerTx(view returns (uint256)
15
maxSupply(view returns (uint256)
999
name(view returns (string)
Scribbles
owner(view returns (address)
0x71770050dc262c8e9e2a9a32e849822ae6bb6175
publicCost(view returns (uint256)
33000000000000000
state(view returns (uint8)
2
symbol(view returns (string)
SCRIBBLES
totalSupply(view returns (uint256)
999
uriPrefix(view returns (string)
https://ivory-bright-ferret-693.mypinata.cloud/ipfs/QmYVUkTrA1J1U5rUDKuCLFPgsXsdFhBBENsqeLjJXtfysL/
whitelistMerkleRoot(view returns (bytes32)
0x70d87673dae74ac917572a36004449914f921d473cd505e71a5ce6d4f0146e01
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _minterview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(uint256 amountpayable 
mintAllowList(uint256 amountuint256 allowancebytes32[] proofpayable 
mintForAddress(uint256 amountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setCosts(uint256 _allowlistCostuint256 _publicCost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setState(uint8 _state
setUriPrefix(string _uriPrefix
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot
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(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(