BrokeBearsOfficial

Verified contract

Active on Ethereum with 330 txns
Deployed by via 0x31344792 at 16454869
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BrokeBearsOfficial"

0xb85f7f0ef52ea58dc2ad47b32fb91470ebd050c2323f89a48bfc4b09452667ac
0x5fe347ae7679da2860b541b2f1f270e14b92d9f8cf18bc46f2db8d3be5d0cad0
0xd76cc01102b12371eac9d0d541980cca219b59428650e519d19eafd61a47cdaa
0x2092293947ef939547d62646d279efde04a285d7b2bf0ea10ba4bc49ebee9422
0x41e6cd6621589a409ee0fab74961fb39b045ad375657404fc1bb4bb4d1a05c8c
0x7ffae7847fe990382dfa764fa3df92a96193fe279e09c8c68b48bf46069b483b
0x43cbe7157fdd48dd93bc65765734278913c5d33af6b54dcfad327291fe28f811
0x1eeae7aab49c08072d1f9e41cc3b4b078a0ba4014adfe8b37a31afffd2aa541e
0x9f7e0051d48263a9d8b5ab64be8525db8f4e54a49114a88b50eef099e697823d
0x6187ca1c050d8602e669ce2b91cee2a2afa308aacba25cee82840a5d90282a7a

Functions
Getter at block 20927118
baseExtension(view returns (string)
.json
cost(view returns (uint256)
3500000000000000
maxMintAmountPerTx(view returns (uint256)
10
maxMintPerWallet(view returns (uint256)
10
maxMintableForFree(view returns (uint256)
2222
maxSupply(view returns (uint256)
5555
name(view returns (string)
BrokeBearsOfficial
owner(view returns (address)
0x1e6018e0cb465291eba146442cfd140002f9b78f
paused(view returns (bool)
false
preMinted(view returns (uint256)
222
symbol(view returns (string)
BRKBRSOF
totalSupply(view returns (uint256)
2283
Read-only
addressMintBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
pause(bool _state
preMint(uint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setmaxMintAmountPerTx(uint256 _newMaxMintAmountPerTx
setmaxMintAmountPerWallet(uint256 _newMaxMintAmountPerWallet
setmaxMintForFree(uint256 _newMaxMintableForFree
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidPrice(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SalePaused(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
WithdrawFailed(