Paint

Verified contract

Active on Base with 162 txns
Deployed by via 0xae8f3644 at 4238274
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Paint"

0x90a7727792ad9d58114d61ae9fce85d805c124cf13526bdaa98b1fc2c2a8b074
0x0f168d12b5db6a726ce543ff3e4b7f67a722f52e860e609157e43f1e002208c4
0x85e5940f97d9cb05c0eb0314ada8122e46a731a0b9cdd5b29733cbfe6808b8dd
0x5bedc5844ef0d77e0a00bb283175bc37e46fb86d3705538a05e356e9397eecdd
0x888e5266e335dfde618efe16bc29cc2d606a4048de773a5f4734ac1a1c439619
0x24003d00205de5a9606a6c9c9344109d38c466c70748ab0e6549b740c28aec6e
0xe276c40b678c1dbfd04b7e43425a04f51bb908fdaab0bb01d2b391117118f9a0
0xb7919a7cb02e8547005fbd05ba4a6c5cd4257584e4da9e395dfbcce65f874a2a
0x9b36217f5d085935cef5cc01d4c60223bea5de337004233b0f78c1599f721955
0xb6650620e590da6b64a5ae1f60c3b1cbb90380583f0c9f0686c313470ef63acf

Functions
Getter at block 23184722
MAX_FREE_PER_WALLET(view returns (uint256)
0
MAX_MINTS_PER_TX(view returns (uint256)
5000
NUM_FREE_MINTS(view returns (uint256)
44000
PUBLIC_SALE_PRICE(view returns (uint256)
5200000000000000
baseTokenURI(view returns (string)
ipfs:///
freeNFTAlreadyMinted(view returns (uint256)
0
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
44000
name(view returns (string)
Paint
owner(view returns (address)
0x156a852cfb46df44f86ccab2f19c74a72b8a407c
symbol(view returns (string)
Paint
totalSupply(view returns (uint256)
736
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview 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)
State-modifying
Paints(uint256 numberOfTokenspayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdrawAll(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(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(