BrokeBoyz
Verified contract
Active on
Ethereum with 1,872 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($6.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 6.3 | $1.00 |
$6.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20712861 | 2 months ago | | | 0 | 0.00043653395 | |
| 20560723 | 3 months ago | | | 0 | 0.000024037275 | |
| 20547255 | 3 months ago | | | 0 | 0.000045810826 | |
| 20485070 | 3 months ago | | | 0 | 0.0010583909 | |
| 20405891 | 4 months ago | | | 0 | 0.000053234695 | |
| 20201264 | 5 months ago | | | 0 | 0.000081207904 | |
| 20119040 | 5 months ago | | | 0 | 0.00074173895 | |
| 19456678 | 8 months ago | | | 0 | 0.0015507633 | |
| 19313887 | 9 months ago | | | 0 | 0.0024455902 | |
| 19219962 | 9 months ago | | | 0 | 0.0015422091 |
ABI
ABI objects
Getter at block 21212707
bBlockSupply() view returns (uint256)
5000
baseTokenURI() pure returns (string)
https://storage.googleapis.com/brokeboyz/
lastTokenId() view returns (uint256)
6943
name() view returns (string)
BrokeBoyz
owner() view returns (address)
0x61ba2c2d69cf1614e9bc5c247cb8783258ebc48c
passSupply() view returns (uint256)
1943
roosSupply() view returns (uint256)
0
symbol() view returns (string)
BBZ
tessSupply() view returns (uint256)
0
totalSupply() view returns (uint256)
6259
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
goodEvilMapping(uint256) view returns (string)
idMappings(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
convertBblockToEvil(uint256 _tokenId)
convertBblockToGood(uint256 _tokenId)
convertRoosToEvil(uint256 _tokenId)
convertRoosToGood(uint256 _tokenId)
convertTessToEvil(uint256 _tokenId)
convertTessToGood(uint256 _tokenId)
exchangeMintPassForRoos(uint256 _tokenId)
exchangeMintPassForTess(uint256 _tokenId)
factoryMintBblock(address _to)
factoryMintMintPass(address _to)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBblockToEvil(bool isEnabled)
setBblockToGood(bool isEnabled)
setFactoryAddress(address _factoryAddress)
setMintPassEnabled(bool isEnabled)
setRoosToEvil(bool isEnabled)
setRoosToGood(bool isEnabled)
setTessToEvil(bool isEnabled)
setTessToGood(bool isEnabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.