Billionaires
Verified contract
Active on
Ethereum with 16,813 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Billionaires"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293308 | 11 hours ago | | | 0 | 0.00025514903 | |
| 21240349 | 8 days ago | | | 0 | 0.00073227412 | |
| 21238555 | 8 days ago | | | 0 | 0.0010257593 | |
| 21233299 | 9 days ago | | | 0 | 0.00057801441 | |
| 21193863 | 14 days ago | | | 0 | 0.0014220289 | |
| 21175028 | 17 days ago | | | 0 | 0.00050881221 | |
| 21175025 | 17 days ago | | | 0 | 0.00090839297 | |
| 21149097 | 21 days ago | | | 0 | 0.00026513236 | |
| 21132951 | 23 days ago | | | 0 | 0.00092694832 | |
| 21104585 | a month ago | | | 0 | 0.000066265454 |
ABI
ABI objects
Getter at block 21296563
MAX_SUPPLY() view returns (uint256)
13337
OWNER_AMOUNT() view returns (uint256)
337
PRESALE_MAXMINT() view returns (uint8)
3
PRICE() view returns (uint256)
90000000000000000
baseURI() view returns (string)
https://billionaires.io/api/billionaires/
live() view returns (bool)
true
minted() view returns (uint256)
13337
name() view returns (string)
Billionaires
owner() view returns (address)
0x4c9649d993365927c4860af9775c36380bb4fee3
symbol() view returns (string)
BB
Read-only
balanceOf(address owner) view returns (uint256)
earlyAccess(address) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
letsGoooooooo()
mint(uint8 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setEarlyAccess(address[] addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.