Basepaint First 30 Days

Verified contract

Active on Base with 112 txns
Deployed by via 0x614f55c9 at 3999706
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.01
ERC-20
--
ERC-20
--
0x3ef5a65a38c806158a0acd7812ac77f1e22214c92b40b100a133a281bcfb482e
0x90e970e36a8f48dda07bbb39dc717c82ecde41549bb6e88c37222c32b7d229c2
0x9fcc347e8f4697de2ab0b566e0fac946b47bd9307d257c06abc0a50f406c2215
0x7c515de79bdcaff5411f0477e19af8f04365630ed20c85bac9ec66f0684e3022
0x994a5e8ba08928605aeeca3bffa1913903e1c19cac932a44e027db5e2dbc8e6b
0x297453341950720cb6490b2064618866ed500047a00f00238729a4dc0ae29747
0xec789a37120036aa878a4ecafa254fd5463a1228a1c2acb8e932c58daffb9b2c
0xdf73235f3bef5fb06959788cc3ffc0ff99ce9661fe8e2923d0a650a5dc28f8fc
0x1e84b54b8244c61dfa51ff4fd863b003b0b1fbb2253025f791e21ef15d17e260
0x142d9569a7b7795418b9331257d9da77d49586cbe97d76d7ad778d128ba0d647

Functions
Getter at block 22767766
MAX_FREE_PER_WALLET(view returns (uint256)
0
MAX_MINTS_PER_TX(view returns (uint256)
5000
NUM_FREE_MINTS(view returns (uint256)
100000
PUBLIC_SALE_PRICE(view returns (uint256)
4500000000000000
baseTokenURI(view returns (string)
ipfs:///
freeNFTAlreadyMinted(view returns (uint256)
0
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
20000
name(view returns (string)
Basepaint First 30 Days
owner(view returns (address)
0x4a742cfa3646903a3a45810a44347b6ce050170c
symbol(view returns (string)
Basepaint First 30 Days
totalSupply(view returns (uint256)
1396
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
Purchase(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(