PacBase

Verified contract

Active on Base with 453 txns
Deployed by via 0x3d0656dd at 3158781
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x003a5577be9a365c36e0e1c945725df4336da49d74957d08b7db47127691af1b
0xdda4de63ee68769baff5ae8008cc23e5bc8bf3271922cc3618b89c5545a14423
0x16908dec431a9a15faa900f9762fa4022a1bad4dffc08c3801b975d5d4c67f60
0x9cd278aa171266507de48a3d338d447510f01f61e5fa4f3ebba0c3a622668548
0x397cdd2e0966de2e650c92d33e4bd490b8e3f260d9d804ed441a5a2eaf3546f1
0x5eb1e0305c857c4e37aaebee4cd3122d926dce3c71d4f9de81d16cfc9df3df96
0x2a1dbfe85b6828e2a324785c5a1005a122787fba5b3bd4692e13c6f01be9b832
0x877021f9e9dad6ce278970406ab16c437fdc9b228f67850ce319d7506b838b16
0x71f42bae7bafaedee19b87efa369faff04ac304b37960300e36d69af9be38a8b
0x3eb5277ed3358c198ddd6ad3311748c228cad12f589185a4ac087d9098ca9c90

Functions
Getter at block 22942222
BASE_URI(view returns (string)
https://ipfs.io/ipfs/bafybeigat2vd3srwenezxs7bqvyffqe6wlaf2axhf7w5a6rt37tp5h5cgy/
costPublic(view returns (uint256)
500000000000000
freePerWallet(view returns (uint256)
19
isPublicMintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
8000
maxMintPublic(view returns (uint256)
20
maxSupply(view returns (uint256)
10000
name(view returns (string)
PacBase
owner(view returns (address)
0x534ee2dd7137df4829d4c139ded5a36a3bb36875
symbol(view returns (string)
PBASE
totalSupply(view returns (uint256)
8001
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(