CopeBears
Verified contract
Active on
Ethereum with 11,000 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 "CopeBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102986 | 8 days ago | | | 0 | 0.000096532000 | |
| 21101155 | 8 days ago | | | 0 | 0.00076819260 | |
| 21034002 | 17 days ago | | | 0 | 0.00035653012 | |
| 20903947 | a month ago | | | 0 | 0.000097714894 | |
| 20652894 | 2 months ago | | | 0 | 0.000094154260 | |
| 20623287 | 2 months ago | | | 0 | 0.000024217000 | |
| 20623287 | 2 months ago | | | 0 | 0.000024217000 | |
| 20391738 | 3 months ago | | | 0 | 0.00016093110 | |
| 20391504 | 3 months ago | | | 0 | 0.00025811728 | |
| 20319903 | 4 months ago | | | 0 | 0.00040104188 |
ABI
ABI objects
Getter at block 21158032
baseURI() view returns (string)
https://api.copebear.lol/metadata/
chanceFreeMintsAvailable() view returns (uint256)
0
freeMintsAvailable() view returns (uint256)
0
isPublicLive() view returns (bool)
true
isWhitelistLive() view returns (bool)
false
maxPerTransaction() view returns (uint256)
10
maxPerWallet() view returns (uint256)
40
maxTotalSupply() view returns (uint256)
8000
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
CopeBears
owner() view returns (address)
0x7b92bbf4c3e43a46bb9431bdf7a23930e2a9893d
symbol() view returns (string)
CB
totalSupply() view returns (uint256)
8000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsPerWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistMintsPerWallet(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipPublicSaleState()
flipWhitelistSaleState()
mintPrivate(address _receiver, uint256 _amount)
mintPublic(uint256 _amount) payable
mintWhitelist(bytes32[] _proof)
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)
setChanceFreeMintsAvailable(uint256 _chanceFreeMintsAvailable)
setFreeMintsAvailable(uint256 _freeMintsAvailable)
setMaxPerTransaction(uint256 _maxPerTransaction)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxTotalSupply(uint256 _maxTotalSupply)
setMerkleTreeRoot(bytes32 _merkleTreeRoot)
setMintPrice(uint256 _mintPrice)
setWithdrawAddress(address _withdrawAddress)
transferFrom(address from, address to, uint256 tokenId)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()