Search
⌃K

Agreements

A Club is an instance of a Meem Contract. But not all Meem Contracts are clubs.
MeemContracts keeps track of any contract deployed using Meem Smart Contracts
Name
Description
Data Type
On-chain?
id
Id of the contract
UUID
N
name
The ERC721Metadata name
string
Y
symbol
The ERC721Metadata symbol
string
Y
contractURI
The ERC721Metadata contract URI
string
Y
slug
A unique slug
N
address
The address where the contract is deployed
string
Y
maxSupply
The maximum number of tokens that can be issued
string (hex)
Y
mintPermissions
The conditions under which someone can mint a token
MeemPermission[]
Y
splits
Defines the distribution / royalties to be paid when a token is minted or later re-sold
Split[]
Y
isTransferrable
Whether tokens minted on this contract can be transferred or whether they're soul-bound
bool
Y
createdAt
When the contract was created
DateTime
Y
updatedAt
When the item was last updated
DateTime
N
metadata
The parsed json metadata. Either from base64-encoded contractURI or the resolved address of the contractURI
JSON
Y
isMaxSupplyLocked
Whether the maxSupply has been locked. If so, it can not be changed
bool
Y
ens
The main ENS resolved name for this address
string
Y
ensFetchedAt
The last time the Meem API checked for an ENS name
DateTime
N
gnosisSafeAddress
If set, the shared gnosis safe address for the Club
string (hex address)
N
Last modified 3mo ago