Pit Boss Billionaires
Verified contract
Active on
Ethereum with 818 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 "Pit Boss Billionaires"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18802977 | a year ago | | | 0 | 0.00094941884 | |
| 18192093 | a year ago | | | 0 | 0.00064572768 | |
| 18192087 | a year ago | | | 0 | 0.00065245134 | |
| 17822534 | a year ago | | | 0 | 0.00076663649 | |
| 17636580 | a year ago | | | 0 | 0.0013649397 | |
| 16399548 | 2 years ago | | | 0 | 0.0018028957 | |
| 16399475 | 2 years ago | | | 0 | 0.0023038521 | |
| 15857747 | 2 years ago | | | 0 | 0.00037627259 | |
| 15533139 | 2 years ago | | | 0 | 0.00051163819 | |
| 15354146 | 2 years ago | | | 0 | 0.00065907705 |
ABI
ABI objects
Getter at block 21098156
MAX_BY_MINT() view returns (uint256)
10
MAX_ELEMENTS() view returns (uint256)
500
MAX_PRESALE_MINT() view returns (uint256)
2
PRESALE_ELEMENTS() view returns (uint256)
100
PRE_PRICE() view returns (uint256)
80000000000000000
PRICE() view returns (uint256)
100000000000000000
baseTokenURI() view returns (string)
https://api.pitbossbillionaires.io/boss/
name() view returns (string)
Pit Boss Billionaires
owner() view returns (address)
0x0a585fb6497aea97db20505a63797f7bd3baf497
paused() view returns (bool)
false
publicSaleOpen() view returns (bool)
true
symbol() view returns (string)
BOSS
totalMint() view returns (uint256)
500
whitelistMerkleRoot() view returns (bytes32)
0x0d8fc8b55148c333dc47cb05c9ef3c2327d5dd34b8970209ec3777917727ce9a
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(uint256 _count) view returns (bool)
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)
verifySender(bytes32[] proof) view returns (bool)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _count) payable
ownerMint(uint256 _count)
pause(bool val)
presaleMint(uint256 _count, bytes32[] proof) 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)
setMaxElements(uint256 _elements)
setPresaleElements(uint256 _elements)
setPublicSale(bool val)
setWhitelistMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateBoss(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.