ordinal bears

Verified contract

Active on Ethereum with 3,569 txns
Deployed by via 0x7671e1c5 at 16607860
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables
Native
Value $1,334.81
0x05f49dde16313ae0e4cbda0f7cfd81a5ae4355add0c31ae91efffff3d64e81de
0xec3ad3ddfd34b3318e39e0d4d5b0583d443f6febc00ba5af7d00f4255a9dc043
0xd44551d0fd73fc0a4c480f042fa7fb1b3df484cf760419a46b82ab0434521a2a
0xdaf31bfeabe792c5bbfc0011c28467fa2e3d82a4cb98b6332ffb4ac51e9a91cb
0x1600927a39c9c9625a81ea585dd9eb3601e109d4d00d1ced2004a08619dd4a73
0xb47c40a086a5929d63e75ea167f0f1295e0e8765d67485696269ac66f2d3907d
0x8ff70f8ae2ad782416ae7c66a0398132c4ecf9a7e536624ea5deb36f3a5dd0ed
0xd10a5de22ad88b0077cbace3dd057063b7c08ded3ca39bbb668f3026a2c14cce
0xc3836251cb1b2f1a761c4e6281406792116a6780358d2ce031bb3c70bdaf4b9c
0x22e5fe91a9cd0a24cdb6ec9d5521342582c830b3a77403dbb31eaeccce7904cd

Functions
Getter at block 21178386
BURN_ACTIVE(view returns (bool)
true
BURN_FEE(view returns (uint256)
10000000000000000
MAX_MINT_FOR_PUBLIC(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
1111
MINT_PHASE(view returns (uint256)
0
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE(view returns (uint256)
20000000000000000
name(view returns (string)
ordinal bears
owner(view returns (address)
0x53aa300ce82ca55217c28c1db8b60a2a45f96967
symbol(view returns (string)
ordb
totalSupply(view returns (uint256)
91
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)
tokenIdToBTCAddress(uint256view returns (string)
tokenIdToInscription(uint256view returns (string)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(uint256 quantityuint256 allocationbytes32[] proofpayable 
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenIdstring bitcoinAddresspayable 
burnMany(uint256[] tokenIdsstring[] bitcoinAddressespayable 
devMint(uint256 quantity
holderMint(uint256 quantityuint256 allocationbytes32[] proofpayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setBurnFee(uint256 newBurnFee
setBurnStatus(bool newBurnStatus
setCollabMerkleRoot(bytes32 newCollabMerkleRoot
setHolderMerkleRoot(bytes32 newHolderMerkleRoot
setInscriptions(uint256[] tokenIdsstring[] inscriptions
setMaxMintForPublic(uint256 newMaxMintForPublic
setMaxSupply(uint256 newMaxSupply
setMintPhase(uint256 newMintPhase
setPrice(uint256 newPrice
setRoyalty(address receiveruint96 value
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
OrdinalBearBurnt(uint256 indexed tokenIdstring indexed bitcoinAddress
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address royaltyReceiver
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(