Neighbears

Verified contract

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

No balances found for "Neighbears"

0xfc39423f768b2aa0b0f1f3610756075d2bdb6827993a98db09e6a03fe283e223
0xd02bbff43deab7b77c4fdf4c971ed05bd3962d365184a15640a60261c12521f2
0x331ffd2b2a01b4591baaa18c5aa1b6b1beaf631eaada931fac1756ccd4ae709a
0x4ec69c7459a2c78c9f03995ec8b9727285088fa439183ef9061a9bb6023edc88
0x5fb1c35c1f4cddfb0c1ae2001aed41b71b6bf6be958708e47c1ad1ccb08f3687
0x1109052272bc9746ebd5cd5040059a8e2926e81911820c75fcef8026210cc850
0x8d76ee689e63d5791a23ed500c2047c31e4e63192401f0a9a61e7f86976ee578
0x851a99ef8fe4698cc10cd9420d121f38033a8a8f949f61aaa4798ae54387528d
0x281ee6a554618c034dbea1622fe80d2ccb97b5aa944c05f5acbb6bccdbf4dcaa
0x26686f9ffe79f0f1767c5daa0e46e9f109318de4891f541d6c66a9f9344e05ce

Functions
Getter at block 21059319
MAX_SUPPLY(view returns (uint256)
7777
currentState(view returns (uint8)
2
name(view returns (string)
Neighbears
owner(view returns (address)
0x417ca668ab1e873b7a78b79268072aa53c38840e
pricePerNft(view returns (uint256)
0
royaltyAddress(view returns (address)
0x7a800a90916e943185e3a5095e5ea707eb41ab4c
royaltyPercent(view returns (uint256)
700
symbol(view returns (string)
BEAR
totalSupply(view returns (uint256)
7777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getNFTPrice(uint256 quantityview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changeContractState(uint8 _state
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _basestring _suffix
setPriceManually(uint256 price
setRoyalties(address _royaltyAddressuint256 _royaltyPercent
transferFrom(address fromaddress touint256 tokenId
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 _basestring _suffix
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
ExceedsMaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotOpen(
TokenDoesNotExist(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WrongEtherAmountSent(