OneShotBear

Verified contract

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

No balances found for "OneShotBear"

0xf1fae0d17d4ed4fb56cbdaee184848bfa5bba1f223cf724b22d1770ba161ea41
0xf31e005569b892712c84dcd321625154d8e09108612e1750b1b0600842500ead
0xc489288224401b094493af70f624094a47ca5a05f1b1512bdd828e2ca433d07b
0x0c9287c3d0f152a22d902ebdb5a8647998f19ec1cc941712e659498830c4e425
0x33bcaf1bd1597cfbc6e1a8ff6b85028dc87d05912a454dba406c4ed6b0ab1b29
0x5987fec798218cbee7813e76e8df67661fd66c1fcc1fc4c032c8abcb3a1dba0f
0x3df7213253cfa734f1fd5ffb1ff9cae38d4f8d4dd6feccb648269a576e4169f9
0x70ed0154b33908d0cd0f9ef92232b8c58b34f467089f6a4e017dafcb62f0f0ef
0xd959c0afdf85419d73d5db8007e9cbd6cab86f1954dba543c4b7d8244d3d9ddf
0xcfc34f61fd81eeb466bf12976351920e3bbc9f13a15bbff1001867010422e461

Functions
Getter at block 20959595
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply(view returns (uint256)
1100
name(view returns (string)
OneShotBear
symbol(view returns (string)
OSB
totalSupply(view returns (uint256)
1100
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(uint16 _mintAmountaddress _receiver
approve(address operatoruint256 tokenIdpayable 
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setRoyalty(uint256 ruint256 s
setUri(string _uri
transferFrom(address fromaddress touint256 tokenIdpayable 
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(