CareBears
Verified contract
Active on
Ethereum with 2,074 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 "CareBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20293876 | 5 months ago | | | 0 | 0.000056157067 | |
| 19852203 | 7 months ago | | | 0 | 0.000089979325 | |
| 19852198 | 7 months ago | | | 0 | 0.000084722364 | |
| 19819485 | 7 months ago | | | 0 | 0.00039610023 | |
| 18916534 | a year ago | | | 0 | 0.00038311488 | |
| 18869739 | a year ago | | | 0 | 0.00045632376 | |
| 17023615 | 2 years ago | | | 0 | 0.00051639143 | |
| 16882611 | 2 years ago | | | 0 | 0.00028593187 | |
| 16708399 | 2 years ago | | | 0 | 0.00079252300 | |
| 16647797 | 2 years ago | | | 0 | 0.00055267373 |
ABI
ABI objects
Getter at block 21317234
MAX_TOKENS() view returns (uint256)
2222
name() view returns (string)
CareBears
owner() view returns (address)
0x1dbd7e9a95714df1fe6bce867208187f0739a886
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CBR
tokenPrice() view returns (uint256)
10000000000000000
totalSupply() view returns (uint256)
2222
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintOwner(address to, uint256 numberOfTokens)
publicMint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseURI)
setPrice(uint256 price)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
priceChange(address _by, uint256 price)
constructor(string _name, string _symbol, string _initBaseURI)
fallback()
receive()
This contract contains no error objects.