Bored Bears
Verified contract
Active on
Ethereum with 5,149 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bored Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233065 | 7 days ago | | | 0 | 0.00049174502 | |
| 20948990 | 2 months ago | | | 0 | 0.00018933473 | |
| 20731459 | 3 months ago | | | 0 | 0.00012004179 | |
| 19540589 | 8 months ago | | | 0 | 0.0010211482 | |
| 19229310 | 9 months ago | | | 0 | 0.00051784041 | |
| 18461073 | a year ago | | | 0 | 0.00048029981 | |
| 17968679 | a year ago | | | 0 | 0.00059288580 | |
| 16922347 | 2 years ago | | | 0 | 0.00097710060 | |
| 16781998 | 2 years ago | | | 0 | 0.00085064132 | |
| 16577202 | 2 years ago | | | 0 | 0.0013062387 |
ABI
ABI objects
Getter at block 21285972
COST() view returns (uint256)
0
IS_SALES_ACTIVE() view returns (bool)
true
MAX_FREE_MINT() view returns (uint256)
1111
MAX_MINT_PER_TXN() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
6666
contractURI() view returns (string)
ipfs://QmTdjZ7pPt65VaVF1SpsveWrNeazxDmnGehZ1qD71g8NyV
name() view returns (string)
Bored Bears
owner() view returns (address)
0x30fc73f38a4cf03b971fc8163b98890080c8b98f
symbol() view returns (string)
BB
totalSupply() view returns (uint256)
6666
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setCost(uint256 NEW_COST)
setMaxMint(uint256 NEW_MAX)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.