Based Basketball Association

Unverified contract

Proxy

Active on Base with 762 txns
Deployed by via 0xc938deec at 13647356
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $5.03
0x3276734d64f99ddf82b43c69223498bf71297201ddf601073b0ebfc66be4c978
0x6d366b24e791e937db86d31ec71245c10b60afa538082b3f94b2601bb7a8b7f4
0x7bc935c9282d85cc70d239a18400991537d5ce1fdb5c47c5131c0cc3eb1486b3
0xb4f443911f093d9c2f6aedae3587816ba43979ef07dc2d9c9b39b1ee77890ed0
0x09e53b6cf63b3ca43816f52f354384ea6ad365e3a3fed9810f24954a4ce92a81
0xf70144e41f34df13bc837a388f581132b02f37b032ba39646b98e4513ff5e635
0x6e475786c2cee96ff85daabd88dca109e2d4075da73bc09964f84da2f88472b8
0x2f8bcc635cd4fa031fea8931ba0969bf835a0423d4c72ea5a7aff5e42a3a0560
0x2638908815e3490891b002dbe6652d9a3b70bfd1f51edaa2cb7e993d68cc0309
0xa333f4c6b6b9d2591a7c515a206d79e67859ed1cb17cb29d3845ed24faec52f5

Functions
Getter at block 22774595
baseURI(view returns (string)
ipfs://bafybeifc7jrno2a7uodwt2crs6ca5tf3isthtnvrsve7zjgvdqnh7qxhhe/
costPublic(view returns (uint256)
500000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
10
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
5000
maxMintPublic(view returns (uint256)
10
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
10000
name(view returns (string)
Based Basketball Association
owner(view returns (address)
0x99a795fbb4f79530a91bd35258706ece4826f318
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BBA
totalSupply(view returns (uint256 result)
5030
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(