This contract is being backfilled. You may encounter incomplete storage history.

Base Maxi Biz

Verified contract

Active on Base with 2,771 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Base Maxi Biz"

0x69439dbe5eeebd8a55e07b444c42bc6c6239f2b4f97d9afc567b305a5a9e1014
0xc2263922e12831f717b05ee02877836180a26ce29a78e7c2aafc6059599a0726
0xba5c159fe0ab5f42aebb06f3c3efe9d578ea7b92b56687d443f044b935dafee6
0x1c428b2021a6204a0263c9035185431c11ee85f300049f12f7486f8e99171ec0
0x20b4edc604c0521fb8611401378a9ef6ce93e02474895864396880f0b15d207f
0xb97e89b1ec57f305626178109dcbf390665b7f062c1904799f3eeafcde9d2773
0x141e5502b71bd2af70b55ee5288d2060ee760b8b1e64ae22590b19345d28f98a
0x1f36e3f5327325a095265735a9a979877349719c8cc5c3b1e38031385fc6ff7e
0xfac0c38f0705d3e3234faa8bf4684c960ddb8ddfd6816c17ec4752c4b68850ce
0xd499237d37b866d7a9aa6e93fd015459a4baef848cace60b49b4384817ba43f6

Functions
Getter at block 23865857
baseURI(view returns (string)
ipfs://QmdHgDnw99TZ4j2z5tBA1fa2NEj7enPWpvaNGrfYrkoMm6/
cost(view returns (uint256)
3000000000000000
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
1555
name(view returns (string)
Base Maxi Biz
owner(view returns (address)
0x47daad354e57478b004666071fd04d0be3966da2
sale(view returns (bool)
true
symbol(view returns (string)
BMB
totalSupply(view returns (uint256 result)
1555
whitelisted(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistAddresses(addressview returns (bool)
State-modifying
addToWhitelist(address[] _addresses
airdrop(address _touint256 _amount
approve(address touint256 tokenIdpayable 
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setMaxPerTx(uint256 _maxPerTx
toggleSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(payable 
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxPerTxReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
NotEnoughETH(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(