The Billionaire Collection
Verified contract
Active on
Base with 301 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22910236 | 6 hours ago | | | 0 | 0.0000012687402 | |
| 22910006 | 6 hours ago | | | 0 | 0.0000014638554 | |
| 22777416 | 3 days ago | | | 0 | 0.0000091622497 | |
| 22742844 | 4 days ago | | | 0 | 0.0000093728915 | |
| 22620061 | 7 days ago | | | 0 | 0.0000012651073 | |
| 22301964 | 14 days ago | | | 0 | 4.6912681e-7 | |
| 22292542 | 15 days ago | | | 0 | 0.0000012651073 | |
| 22280202 | 15 days ago | | | 0 | 9.5790240e-7 | |
| 22277085 | 15 days ago | | | 0 | 0.0000024019024 | |
| 22276447 | 15 days ago | | | 0 | 0.0000019011936 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
freeMinted(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
publicSaleCost(uint256) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events deleteDefaultRoyalty()
freeMint(uint256 id) payable
mint(uint256 id, uint256 quantity) payable
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMax_ids(uint256 _max_ids)
setMax_per_wallet(uint256 _max_per_wallet)
setPublicSaleCost(uint256 id, uint256 cost)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setTokenRoyalty(uint256 _tokenId, address _receiver, uint96 _feeNumerator)
setURI(string newuri)
toggle_free_mint_status()
toggle_public_mint_status()
transferOwnership(address newOwner)
withdraw() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)