ordinal bears
Verified contract
Active on
Ethereum with 3,569 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($1,334.81)
Native
Value
$1,334.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.42 | $3,178.13 |
$1,334.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21001887 | 25 days ago | | | 0 | 0.00047761300 | |
| 20895683 | a month ago | | | 0 | 0.00015446496 | |
| 20720854 | 2 months ago | | | 0 | 0.00046045806 | |
| 20672981 | 2 months ago | | | 0 | 0.000096037523 | |
| 20433163 | 3 months ago | | | 0 | 0.00024450098 | |
| 20144107 | 5 months ago | | | 0 | 0.00019191818 | |
| 20048717 | 5 months ago | | | 0 | 0.00045601690 | |
| 20019743 | 5 months ago | | | 0 | 0.0011203604 | |
| 19924578 | 6 months ago | | | 0 | 0.00046155183 | |
| 19924573 | 6 months ago | | | 0 | 0.00047166895 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToBTCAddress(uint256) view returns (string)
tokenIdToInscription(uint256) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 quantity, uint256 allocation, bytes32[] proof) payable
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId, string bitcoinAddress) payable
burnMany(uint256[] tokenIds, string[] bitcoinAddresses) payable
devMint(uint256 quantity)
holderMint(uint256 quantity, uint256 allocation, bytes32[] proof) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBurnFee(uint256 newBurnFee)
setBurnStatus(bool newBurnStatus)
setCollabMerkleRoot(bytes32 newCollabMerkleRoot)
setHolderMerkleRoot(bytes32 newHolderMerkleRoot)
setInscriptions(uint256[] tokenIds, string[] inscriptions)
setMaxMintForPublic(uint256 newMaxMintForPublic)
setMaxSupply(uint256 newMaxSupply)
setMintPhase(uint256 newMintPhase)
setPrice(uint256 newPrice)
setRoyalty(address receiver, uint96 value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OrdinalBearBurnt(uint256 indexed tokenId, string indexed bitcoinAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address royaltyReceiver)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()