PacBase

Verified contract

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

No balances found for "PacBase"

0x29685804a24a4b98d224207eaa0efc256a2743508fa71ff0a930007db98b66a0
0x9e18306add3c22e664c753dfc9f41b2d78e7e8634436b4f5cfbb8337dc462007
0x7caa9eacc98e59e381df43bcef550fc916417f5cd56e53a3bd8c42a2b6710dc9
0xa83a0b781f37413da5b02fc88d6518538d71f1ccf59faa0433a04e1026faac49
0x7a15625923fcb4f678837bbf477a229ec2d9019c1487d6b797d40019267350d0
0x02518a861fb32063215c2af702e630b800d79a28b6227bfa65773044319f9420
0xc65cb74d8ff3185f63b09b99a75e8788fcd28b0ad95d20ac65337e7b69c1551a
0x069edb4d1ec571bc9e1ed9226abd48813c0b5ee9b5cd9e0b8df8c95456cc8bd7
0x24da99fdaf231e897e6d811d4f8b8667779f3af467f45b9966bdc63960e743e1
0x653b22a297b5f8e38d7438b97b73a75d4ce152ddd84e8ed71e0a5cbda95b4035

Functions
Getter at block 22952079
BASE_URI(view returns (string)
https://ipfs.io/ipfs/QmPG9W84buAhQUvTp9daNhXjGfhcTLvM2FhQknEDCdyJjh/
costPublic(view returns (uint256)
200000000000000
freePerWallet(view returns (uint256)
0
isPublicMintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
4000
maxMintPublic(view returns (uint256)
50
maxSupply(view returns (uint256)
5555
name(view returns (string)
PacBase
owner(view returns (address)
0x2c064f819149c217d5ec46d9e37db5fc80433c05
symbol(view returns (string)
PacBase
totalSupply(view returns (uint256)
922
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedByAddress(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
cutSupply(uint256 _maxSupply
devMint(uint256 _quantity
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCost(uint256 _newCost
setFreePerWallet(uint256 _newFreePerWallet
setMaxBatchSize(uint256 _newBatchSize
setMaxFreeSupply(uint256 _maxFreeSupply
setPublicMintEnabled(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(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(