Cozy Bears
Verified contract
Active on
Ethereum with 405 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 "Cozy Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20070817 | 5 months ago | | | 0 | 0.00055726172 | |
| 20068215 | 5 months ago | | | 0 | 0.00048690773 | |
| 19511037 | 8 months ago | | | 0 | 0.00082227412 | |
| 19484881 | 8 months ago | | | 0 | 0.0013209348 | |
| 19484878 | 8 months ago | | | 0 | 0.0014440415 | |
| 19477468 | 8 months ago | | | 0 | 0.0020186019 | |
| 19270560 | 9 months ago | | | 0 | 0.0020229725 | |
| 19242589 | 9 months ago | | | 0 | 0.00060152395 | |
| 18267192 | a year ago | | | 0 | 0.00016209163 | |
| 18056180 | a year ago | | | 0 | 0.00056598436 |
ABI
ABI objects
Getter at block 21184995
MAX_SUPPLY() view returns (uint256)
444
PROVENANCE() view returns (string)
allowListSigningAddress() view returns (address)
0x5c0a83276d1f4953d985243559683f68ca9b7790
maxAllowMints() view returns (uint256)
3
maxPublicMints() view returns (uint256)
10
mintIsActive() view returns (bool)
true
name() view returns (string)
Cozy Bears
owner() view returns (address)
0x604667fc8f9df40e2808abe167a20362b1e79b23
price() view returns (uint256)
60000000000000000
symbol() view returns (string)
CBEARS
totalSupply() view returns (uint256)
444
Read-only
balanceOf(address owner) view returns (uint256)
getAllowlistMinted(address _address) view returns (uint64)
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 allowlistMint(uint64 amount, bytes _signature) payable
approve(address to, uint256 tokenId)
burnSupply(uint256 newSupply)
mint(uint256 amount) payable
renounceOwnership()
reserveBears()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListSigner(address _signingAddress)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPublicMints(uint256 _maxPublicMints)
setPrice(uint256 _price)
setProvenanceHash(string provenanceHash)
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()