Basepaint First 30 Days

Verified contract

Active on Base with 28,247 txns
Deployed by via 0x950114f2 at 3710316
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0xb2869ad33e50f62f3643e9f55ffb469982354bffee8e10d6cb3db774d3530b5b
0xfd0d63252ee9d695ed9551b0b1dfcbff01d125dcdb50c68a1ea5ce71ba944b00
0x07853a72fa0974b69c58a06505e99426882b6fbc526f193b05dff0ac325c06cd
0xd35eb351678834ba432092655b892c20d357373d8a1cb5c9f1e783ee54394433
0x1389d008307d3707bef4a840641d924221c2bbff51fb122cbbfc6fa31b081bf2
0xc70c497f49d1b29f313dff2160bed4715bc56b1fa9489a0dfcf1983a48ae137f
0xc159d1e852b6d79daf180fa1ac3b47a69aa0cbbc10e95c1c66701de44ca7038f
0x1b4b77e4f1b7382dd189d53c17471e3a52190d1f6e1a62e1c8b9d2b898d0c3c6
0xccb5dea4b4fc69268038f8bbb31fc85cd17f68d64b89d0de33c7fbce437bc230
0x317d866755c7a4fce4a35d81aa5d908057e0781c4ba6a213d079f6638f9b9e28

Functions
Getter at block 22902299
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_MINTS_PER_TX(view returns (uint256)
500
NUM_FREE_MINTS(view returns (uint256)
18674
PUBLIC_SALE_PRICE(view returns (uint256)
2000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeihupqui2ugswp2wffsncg7qpu3loxkl6t7jk7pa2rt3ittxjh5vt4/
freeNFTAlreadyMinted(view returns (uint256)
18674
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
47500
name(view returns (string)
Basepaint First 30 Days
owner(view returns (address)
0x4ac8a9e0067adabad10bcd48b3620df2e688ff1e
symbol(view returns (string)
BPT
totalSupply(view returns (uint256)
47413
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
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
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 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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(
Fallback and receive

This contract contains no fallback and receive objects.

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