Agreements
A Club is an instance of a Meem Contract. But not all Meem Contracts are clubs.
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 | 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 | string | Y | |
ensFetchedAt | The last time the Meem API checked for an ENS name | DateTime | N |
gnosisSafeAddress | string (hex address) | N |
Last modified 3mo ago