Gummy Bear

Verified contract

Active on Ethereum with 1,098 txns
Deployed by via 0x0d3d9b66 at 17465281
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Gummy Bear"

0xfbb2c46c8cc450af27d84946aaba669bbb808eee0cb596d0140bbeaa26c278ff
0xa2fdb9612701d4a10def0c91958be94bcae1c3af6869f3b080d438bfb96b0182
0x302206f1b57f3beac0f99d79334ed932b0796a8cd267dea7ca09d20ab710de11
0xef4e14d56b33a60b6a7a68015f26209f941299f74ea06d45608ba4c26ef82ff4
0x21e733e902ce9c84b0b910dd5c9e5631e68e8088c5dcc2e254d83b404afb7445
0x33f7a78fc6e72008a7721e66dcace1e9951b4f965181715496369bcdf3929d24
0x0a222b41563b06a73b6001e31ea4c801c6d00135db65cd8e733c755abaa720f7
0x76ac013e95b336276e1fe5bda731f20572f76c84f1963a17514ba349a517a290
0x94585a240c042edd85a14d28948eaf02227a9adf3255d40ea7e930dccf991361
0xf99a02c8a90a80899c1bf777545907911e633d22674f0c9b231280268d480280

Functions
Getter at block 21009102
baseURI(view returns (string)
ipfs://QmNwgpXNagQ4N4xwcBNNgK7UTYmgqai74TwizoYAzscvor/
cost(view returns (uint256)
300000000000000
freeAmount(view returns (uint32)
3
maxSupply(view returns (uint32)
5000
name(view returns (string)
Gummy Bear
owner(view returns (address)
0x92910b17684b8e5a022401231fa54d4d433f79fc
symbol(view returns (string)
GB
totalSupply(view returns (uint256)
4999
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint32 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setPrice(uint256 price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(