broke.boys
Verified contract
Active on
Ethereum with 5,330 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 "broke.boys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20074622 | 5 months ago | | | 0 | 0.00049524405 | |
| 20074511 | 5 months ago | | | 0 | 0.00080600778 | |
| 19746989 | 6 months ago | | | 0 | 0.00034462634 | |
| 19558321 | 7 months ago | | | 0 | 0.00070563935 | |
| 18871807 | 10 months ago | | | 0 | 0.0010107653 | |
| 18004410 | a year ago | | | 0 | 0.00050280283 | |
| 17964781 | a year ago | | | 0 | 0.0015621938 | |
| 17950043 | a year ago | | | 0 | 0.0014999509 | |
| 17589982 | a year ago | | | 0 | 0.0011233546 | |
| 17055062 | 2 years ago | | | 0 | 0.00058938244 |
ABI
ABI objects
Getter at block 21161048
MAX_SUPPLY() view returns (uint256)
3333
baseUrl() view returns (string)
ipfs://QmfCeVo16YV96wvYfdQWFG2AzERFZ2SFufcW1yzuQsVum1/
cost() view returns (uint256)
1000000000000000000
name() view returns (string)
broke.boys
owner() view returns (address)
0x9b71233e24fcff0f32ea809df0ffc73e5d999e71
symbol() view returns (string)
bb
totalSupply() view returns (uint256)
3012
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) 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)
State-modifying
Events approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenids)
freeMint(uint256 _amount) payable
ownerBatchMint(uint256 amount)
renounceOwnership()
revive() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string url)
setCost(uint256 _cost)
toggleFreeMint(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OutofMaxSupply()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()