The Billionaire Collection

Verified contract

Active on Base with 301 txns
Deployed by via 0x9b15c7e0 at 2664667
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x7d4e3c4c6cebb00a6d939800ba3f50153a6aae98ecb0eaf2d2c6e2846aee4b7c
0x0d05f3c327a760e18a68892b8e69b73cdfa961138562cb576630ef64e63615e8
0xc960e04a82246b59d351ad61455a2e49685d3770e41de4d872240af72b7200f1
0x2cfa3a678f7627ded428b9896b8fcc72ab8aa048d75d7283f37f771deee2c9c4
0xba397c8c829615366862eca7591ef0249be44e057e06c8edb66109498792a019
0x9e3eccb94acc50c349e540568319609c2e41738cf90f31d32c01bd8ec7937e59
0xab57822892db27a6879b85622c24457aee0b27a6da85ba8c547a22c97d4b18a4
0x04b961d907ad2dfdcc486e9013fd09ad09b50def97ce2a694a2882f67932118d
0x66d6e95730e4ea78d242b5cf03d328d4a8ec4ad90c5e128a157d4a85922318af
0x900bb8ac490ee2c38951d77a7f971222e0a82a9ccbfe33f50e9f125b8422e79c

Functions
Getter at block 22920411
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
free_mint_status(view returns (bool)
true
max_ids(view returns (uint256)
1
max_per_wallet(view returns (uint256)
10000
name(view returns (string)
The Billionaire Collection
owner(view returns (address)
0x4c8afccf59886578213f70b0128c76f3be26e888
public_mint_status(view returns (bool)
true
symbol(view returns (string)
TBC
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
freeMinted(addressview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
publicSaleCost(uint256view returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _idview returns (string)
State-modifying
deleteDefaultRoyalty(
freeMint(uint256 idpayable 
mint(uint256 iduint256 quantitypayable 
mintBatch(address touint256[] idsuint256[] amountsbytes data
renounceOwnership(
resetTokenRoyalty(uint256 tokenId
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _contractURI
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setMax_ids(uint256 _max_ids
setMax_per_wallet(uint256 _max_per_wallet
setPublicSaleCost(uint256 iduint256 cost
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
setTokenRoyalty(uint256 _tokenIdaddress _receiveruint96 _feeNumerator
setURI(string newuri
toggle_free_mint_status(
toggle_public_mint_status(
transferOwnership(address newOwner
withdraw(payable 
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator