BaseBigDickPepes

Verified contract

Active on Base with 2,035 txns
Deployed by via 0xb014b959 at 3858777
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0xb6b66e7bd7bfd613cce5d6291955267cb1270ddc90aef228a5e8b1e0bc717e5b
0x7daa8306cad925619180af3c6716777d61cb0f468e100b16feda32b68cfa6f79
0x780b476a3d82ccf71210f925f512319b4afd6b1026909f44b104c2812e844082
0x01591bdeb4e80798e521f957391aba27e3c580578e121bcc024d2a6e765c855f
0x74ea6b6ddfcf7a51e98aea37baa6ab017e26ffb7a1bb41390405d6a7a7ef45f9
0xacf343c5e62c51212436ce6e0c4417871af8bb89dac11c700df16a321e023515
0x20c86b9b26017fa75194c4dc49f53c58643d3dd64e204c53051acd1f37ef5407
0x011a8b99dfb2001eb54f138c38f8b550d4bde178f4131aa709dabecd26175ae0
0x9ddb30da3fe17c2e317400fa3b8101cd0b114f0d1dfae9e0b0e99f4101159f13
0xb69e0317cb92a6f9e7615686c37501db2a8a956422a266b32623e699ad37395a

Functions
Getter at block 22766056
ServiceFee(view returns (uint256)
0
_maxSupply(view returns (uint256)
9999
costOfNFT(view returns (uint256)
770000000000000
maxMintAmountPerTx(view returns (uint256)
3000
maxMintAmountPerWallet(view returns (uint256)
6000
name(view returns (string)
BaseBigDickPepes
numberOfFreeNFTs(view returns (uint256)
4
owner(view returns (address)
0x31ea929c4f74326de56a86d3a6a15300fe1e2a66
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
BaseDickPepes
totalSupply(view returns (uint256)
9999
Read-only
balanceOf(address ownerview returns (uint256)
checkCost(uint256 _mintAmountview 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
airdrop(address[] accountsuint256 amount
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCostPrice(uint256 _cost
setExtensionURL(string uri
setMaxMintAmountPerTx(uint256 perTx
setMaxMintAmountPerWallet(uint256 perWallet
setMaxSupply(uint256 supply
setbaseURL(string uri
setnumberOfFreeNFTs(uint256 perWallet
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(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(