BoringBears

Verified contract

Active on Ethereum with 1,329 txns
Deployed by via 0x896f565b at 17479811
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BoringBears"

0xc70153fa204f22278e9a41733a722de1e24eb11e92d4a077148f4b4dce8e7e41
0x8f191ee1f8ddb858be0f121448b19888426eda84f02bcf36dd6fd7ec53469de2
0x5656ed0c2ac8461f08b3399e8931c457a2701923ddb7a945e298d5d0eac34ca8
0x9e6f9f843125e68168257a52b119fca9c6416a6e5d61d8383d1fc94cde1939f7
0xe9b0f0314f2535d066f84679b418fe5277cf3f21ad85942046a7633380ca4446
0x44295f2a65486301c3b8f2de7ce72fc94222d7da3f43a4c84f9d103ab88bf913
From
0xc9c43028108e47bc30481355d088d0f4910d5c419b383e937b2b31d5ba134835
0xa97e10e536166a4d03458a076e527cce73136941d82aa299369b69c8fb49d043
0x74f79116bf810333e63eeae30e3482d7a12147f18d9182688877365ee48e56b4
0x9c32c304793ceb3e29e113b5a4701159a0a3b548abfa96a7b8e1f7a883bd758f

Functions
Getter at block 21424764
cost(view returns (uint256)
2000000000000000
maxFree(view returns (uint256)
1
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5000
name(view returns (string)
BoringBears
owner(view returns (address)
0xfc85f7f201ff3578c083a49b9a3e9dc2e5d666de
sale(view returns (bool)
true
symbol(view returns (string)
BB
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedFreeAmount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMaxFreeMint(uint256 _maxFree
setPrice(uint256 _cost
setSupply(uint256 _maxSupply
startSale(
teamMint(address _touint256 _amount
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
MaxPerTxReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotEnoughETH(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(