Base Pass

Verified contract

Active on Base with 31,541 txns
Deployed by via 0x5755e35a at 13855750
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
--
0x7de6a65700cd0a87594f2c0810e60c7b89dc014cf8d3b7c674c37ff8fde407ed
0xa747fcfc9079608f6fd3f7092e8a6de3b75e939dc57b52587c3de4619fdffe95
0x684aeb6e68b1c541a0347e67e74880ee02792b23fc39d6c44a48b651146b9db5
0x5bb7fb1f586299b38faffc2645ad9ea446404b964b0a7f52d5693f8a61f1e196
0xe20d3571eb58f101a6e17af4ae5221f4838db006f68419e5ab6d55cb1bd307af
0xf94a06cc77c2087765638cd754047538b9872721537e91456f7472d772a41b00
0x6750aa17b11bacef79d8792c90299c51e19f5ae99a3a180e14a8cb81c5b650ac
0xeec28e68cbf4ce323ec5a00fd136895c4be1a33d1b4638cd9e0d1c06f1264448
0x3a8527121852bb84895ce67c4c3016f54f0322a7458a88fefea4b3d6b5fe73cc
0xe843f5517f09f63db50fb8d80b2ba8141ee2408852cde0e301ec117f7a6c380e

Functions
Getter at block 22760497
MAX_FREE_PER_WALLET(view returns (uint256)
0
MAX_MINTS_PER_TX(view returns (uint256)
300
NUM_FREE_MINTS(view returns (uint256)
0
PUBLIC_SALE_PRICE(view returns (uint256)
8000999000000000
baseTokenURI(view returns (string)
ipfs://bafybeifck6l7yyu7ejg6auy7hfi77lbbn64g7lhqog5y67k2jefzxo7w6m
freeNFTAlreadyMinted(view returns (uint256)
631
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
400000
name(view returns (string)
Base Pass
owner(view returns (address)
0xd587271a315db530eb7ed576fcd381d8e1462dab
symbol(view returns (string)
BSP
totalSupply(view returns (uint256)
211241
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(