
The actions for this contract with their input parameters and potential response data.
-
Request Parameters offer_id uint64 Make an account authorized in a collection
Add the account {{nowrap account_to_add}} to the authorized_accounts list of the collection {{nowrap collection_name}}
Request Parameters collection_name name account_to_add name -
Request Parameters token_contract name token_symbol symbol Add an account to a collection's notify list
Add the account {{nowrap account_to_add}} to the notify_accounts list of the collection {{nowrap collection_name}}
Request Parameters collection_name name account_to_add name Extend collections schema
Extends the schema to serialize collection data by one or more lines
Request Parameters collection_format_extension FORMAT[] Announces a deposit
{{nowrap owner}} adds the symbol {{nowrap symbol_to_announce}} to his balance table row
Request Parameters owner name symbol_to_announce symbol Backs an asset with tokens
{{nowrap payer}} backs the asset with the ID {{nowrap asset_id}} with {{nowrap token_to_back}}
Request Parameters payer name asset_owner name asset_id uint64 token_to_back asset -
Request Parameters asset_owner name asset_id uint64 -
Request Parameters offer_id uint64 Create collection
{{nowrap author}} creates a new collection with the name {{collection_name}}
Request Parameters author name collection_name name allow_notify bool authorized_accounts name[] notify_accounts name[] market_fee float64 data ATTRIBUTE_MAP -
Request Parameters sender name recipient name sender_asset_ids uint64[] recipient_asset_ids uint64[] memo string Create a schema
{{nowrap authorized_creator}} creates a new schema with the name {{nowrap schema_name}}
Request Parameters authorized_creator name collection_name name schema_name name schema_format FORMAT[] Create a template
{{nowrap authorized_creator}} creates a new template which belongs to the {{nowrap collection_name}} collection and uses the {{nowrap schema_name}} schema
Request Parameters authorized_creator name collection_name name schema_name name transferable bool burnable bool max_supply uint32 immutable_data ATTRIBUTE_MAP -
Request Parameters offer_id uint64 Extend schema
Extends the schema {{nowrap schema_name}} by adding one or more FORMAT lines
Request Parameters authorized_editor name collection_name name schema_name name schema_format_extension FORMAT[] Disallow collection notifications
Sets the allow_notify value of the collection {{nowrap collection_name}} to false
Request Parameters collection_name name Initialize config tables
Initialize the tables "config" and "tokenconfig" if they have not been initialized before
Request Parameters No action parameters. Locks a template
{{nowrap authorized_editor}} locks the template with the id {{nowrap template_id}} belonging to the collection {{nowrap collection_name}}
Request Parameters authorized_editor name collection_name name template_id int32 -
Request Parameters asset_owner name asset_id uint64 backed_token asset -
Request Parameters asset_owner name asset_id uint64 collection_name name schema_name name template_id int32 backed_tokens asset[] old_immutable_data ATTRIBUTE_MAP old_mutable_data ATTRIBUTE_MAP asset_ram_payer name -
Request Parameters asset_id uint64 authorized_minter name collection_name name schema_name name template_id int32 new_asset_owner name immutable_data ATTRIBUTE_MAP mutable_data ATTRIBUTE_MAP backed_tokens asset[] immutable_template_data ATTRIBUTE_MAP -
Request Parameters offer_id uint64 sender name recipient name sender_asset_ids uint64[] recipient_asset_ids uint64[] memo string -
Request Parameters template_id int32 authorized_creator name collection_name name schema_name name transferable bool burnable bool max_supply uint32 immutable_data ATTRIBUTE_MAP -
Request Parameters asset_owner name asset_id uint64 old_data ATTRIBUTE_MAP new_data ATTRIBUTE_MAP -
Request Parameters collection_name name from name to name asset_ids uint64[] memo string Mint an asset
{{nowrap authorized_minter}} mints an asset which will be owned by {{nowrap new_asset_owner}}
Request Parameters authorized_minter name collection_name name schema_name name template_id int32 new_asset_owner name immutable_data ATTRIBUTE_MAP mutable_data ATTRIBUTE_MAP tokens_to_back asset[] Pays RAM for existing offer
{{nowrap payer}} will pay for the RAM cost of the offer {{nowrap offer_id}}
Request Parameters payer name offer_id uint64 Remove an account's authorization in a collection
Remove the account {{nowrap account_to_remove}} from the authorized_accounts list of the collection {{nowrap collection_name}}
Request Parameters collection_name name account_to_remove name Remove an account from a collection's notfiy list
Remove the account {{nowrap account_to_remove}} from the notify_accounts list of the collection {{nowrap collection_name}}
Request Parameters collection_name name account_to_remove name Set the mutable data of an asset
{{nowrap authorized_editor}} sets the mutable data of the asset with the id {{nowrap asset_id}} owned by {{nowrap asset_owner}}
Request Parameters authorized_editor name asset_owner name asset_id uint64 new_mutable_data ATTRIBUTE_MAP -
Request Parameters collection_name name data ATTRIBUTE_MAP Set collection market fee
Sets the market fee of the collection {{nowrap collection_name}}
Request Parameters collection_name name market_fee float64 Set tokenconfig version
Sets the version in the tokenconfigs table to {{nowrap new_version}}
Request Parameters new_version string -
Request Parameters from name to name asset_ids uint64[] memo string Withdraws fungible tokens
{{nowrap owner}} withdraws {{token_to_withdraw}} from his balance
Request Parameters owner name token_to_withdraw asset