Bodega

Verified contract

Active on Ethereum with 815 txns
Deployed by via 0xafc9d6d1 at 15077846
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bodega"

0x4c54689f0a9fd6cf4b45d56dd955e8b949b35f7cf271a86d45925edd05481b26
0xa22ddd6bb24b00a5afd9d840337864aed905107fb4a4643b2e194e721f1f65e1
0xd1ef69192ec33bfbf7978c730cb39d87fdd50f1bea99fa041b42e3e5fd38bd5b
0x77d3292ca40c6a03ada36b8bbab973231de9f0205a1da15b9beca3e66d0bea50
0xbaffe5d500fd5ef6278a84eaa9d307f8720f7f62c70c958360313637fdd7890e
0xe19997e634e998298b72e166b84b1165ed790650e6707b9f789f177f9b0f5766
0x2bfb12bfd5244503a87b3412ea4d07239b3eaee23ab961018c4f487984fdb8fe
From
0x483d79dda4ea42f0aa584298006b25fd501545668d7c6dc1b450a06d928bbba7
0xc9a1785d7612a534a275ace3becdfc4365395ec950274e987c9d5c194412d0f3
0x899ed4103b22add395f3d36aedb68a197890d20e983a11c1190447ba4b63cb2b

Functions
Getter at block 21178355
OS_PRA(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
collectionsCount(view returns (uint256)
7
owner(view returns (address)
0xf9d357e6d8fbd28543ff29c82f37b759eea1575d
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
claimable(address byview returns (uint256)
collections(uint256view returns (uint256 loweruint256 upperuint256 supplyuint256 currentSupplybool paused)
isApprovedForAll(address owner_address operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
used(uint256 ggIdview returns (bool)
State-modifying
claim(
claimOwner(uint256 qt
createCollection(uint256 supplybool fungible
mintToken(uint256 collectionIduint256 qt
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setURI(string uri_
toggle(uint256 collectionId
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
CollectionCreated(uint256 indexed indexuint256 indexed collectionIdbool indexed fungible
CollectionToggled(bool indexed newState
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
URISet(string indexed newUri
Constructor
constructor(string uri_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CannotMintPasses(
ClaimantMismatch(
GGsNotFound(
InsufficientPassBalance(
InvalidSignature(
MintingExceedsSupply(
Paused(
Unauthorized(
UnknownCollection(
UnknownToken(
ZeroQuantity(
ZeroSupply(