MCPcopy Create free account

hub / github.com/baedrik/snip721-reference-impl / functions

Functions188 in github.com/baedrik/snip721-reference-impl

↓ 1 callersFunctionquery_nft_info
Returns StdResult<Binary> displaying the public metadata of a token # Arguments `storage` - a reference to the contract's storage `token_id` - strin
src/contract.rs:2175
↓ 1 callersFunctionreceive_nft_msg
Returns a StdResult<CosmosMsg> used to call a registered contract's ReceiveNft # Arguments `sender` - the address of the former owner of the sent to
src/receiver.rs:65
↓ 1 callersFunctionreceiver_callback_msgs
( deps: &mut DepsMut, contract_human: &str, contract: &CanonicalAddr, receiver_info: Option<Re
src/contract.rs:4097
↓ 1 callersFunctionregister_receive_nft
Returns StdResult<Response> registers a contract's ReceiveNft # Arguments `deps` - mutable reference to Extern containing all the contract's extern
src/contract.rs:1381
↓ 1 callersFunctionremove_minters
Returns StdResult<Response> remove a list of minters # Arguments `deps` - mutable reference to Extern containing all the contract's external depend
src/contract.rs:1512
↓ 1 callersFunctionreveal
Returns StdResult<Response> makes the sealed private metadata public # Arguments `deps` - mutable reference to Extern containing all the contract's
src/contract.rs:804
↓ 1 callersFunctionrevoke_permit
Returns StdResult<Response> revoke the ability to use a specified permit # Arguments `storage` - mutable reference to the contract's storage `sende
src/contract.rs:1679
↓ 1 callersFunctionsend_nft
( deps: DepsMut, env: &Env, sender: &Addr, config: &mut Config, priority: u8, contract
src/contract.rs:1341
↓ 1 callersFunctionset_contract_status
Returns StdResult<Response> set the contract status level # Arguments `deps` - mutable reference to Extern containing all the contract's external d
src/contract.rs:1646
↓ 1 callersFunctionset_global_approval
( deps: DepsMut, env: &Env, sender: &Addr, config: &Config, priority: u8, token_id: Op
src/contract.rs:997
↓ 1 callersFunctionset_key
Returns StdResult<Response> sets the viewing key to the input String # Arguments `deps` - mutable reference to Extern containing all the contract's
src/contract.rs:1446
↓ 1 callersFunctionset_metadata
Returns StdResult<Response> sets new public and/or private metadata # Arguments `deps` - mutable reference to Extern containing all the contract's
src/contract.rs:677
↓ 1 callersFunctionset_minters
Returns StdResult<Response> define the exact list of minters # Arguments `deps` - mutable reference to Extern containing all the contract's externa
src/contract.rs:1564
↓ 1 callersFunctionset_royalty_info
Returns StdResult<Response> sets new royalty information for a specified token or if no token ID is provided, sets new royalty information as the con
src/contract.rs:725
↓ 1 callersFunctionstore_burn
Returns StdResult<()> after storing tx # Arguments `storage` - a mutable reference to the storage this item should go to `config` - a mutable refere
src/state.rs:298
↓ 1 callersFunctionstore_mint
Returns StdResult<()> after storing tx # Arguments `storage` - a mutable reference to the storage this item should go to `config` - a mutable refere
src/state.rs:257
↓ 1 callersFunctionstore_transfer
( storage: &mut dyn Storage, config: &mut Config, block: &BlockInfo, token_id: String, fro
src/state.rs:203
↓ 1 callersMethodto_stored
Returns StdResult<StoredRoyalty> from creating a StoredRoyalty from a Royalty # Arguments `api` - a reference to the Api used to convert human and c
src/royalties.rs:20
↓ 1 callersFunctiontransfer_nft
( deps: DepsMut, env: &Env, sender: &Addr, config: &mut Config, priority: u8, recipien
src/contract.rs:1270
Methoddefault
()
src/expiration.rs:31
Methoddefault
()
src/msg.rs:76
Functionempty_test
()
tests/integration.rs:3
Methodfmt
(&self, f: &mut fmt::Formatter)
src/expiration.rs:20
Functionmain
()
examples/schema.rs:10
Methodnew
Returns StdResult<Inventory> creates a new Inventory by loading it from storage or creating a new one # Arguments `storage` - a reference to the co
src/inventory.rs:34
Methodowns
Returns StdResult<bool> returns true if the input address owns the input token_idx # Arguments `storage` - a reference to the contract's storage `o
src/inventory.rs:181
Methodstart_after
Returns StdResult<InventoryIter> creates an InventoryIter that starts after the supplied token index # Arguments `storage` - a reference to the con
src/inventory.rs:230
Functiontest_add_minters
()
src/unittest_handles.rs:10329
Functiontest_all_nft_info
()
src/unittest_queries.rs:2893
Functiontest_approved_for_all
()
src/unittest_queries.rs:3290
Functiontest_batch_burn
()
src/unittest_handles.rs:5524
Functiontest_batch_mint
()
src/unittest_handles.rs:204
Functiontest_batch_send
()
src/unittest_handles.rs:9099
Functiontest_batch_transfer
()
src/unittest_handles.rs:7355
Functiontest_burn
()
src/unittest_handles.rs:4958
Functiontest_burn_non_transferable
()
src/unittest_non_transferable.rs:574
Functiontest_change_admin
()
src/unittest_handles.rs:10700
Functiontest_check_permission
()
src/unittest_handles.rs:11900
Functiontest_create_viewing_key
()
src/unittest_handles.rs:10200
Functiontest_cw721_approve
()
src/unittest_handles.rs:3798
Functiontest_cw721_approve_all
()
src/unittest_handles.rs:10830
Functiontest_cw721_revoke
()
src/unittest_handles.rs:4347
Functiontest_cw721_revoke_all
()
src/unittest_handles.rs:11092
Functiontest_expiration
()
src/expiration.rs:58
Functiontest_init_sanity
()
src/unittest_handles.rs:124
Functiontest_init_sanity
()
src/unittest_non_transferable.rs:161
Functiontest_init_sanity
()
src/unittest_royalties.rs:107
Functiontest_inventory
()
src/unittest_inventory.rs:11
Functiontest_inventory_approvals
()
src/unittest_queries.rs:3671
Functiontest_is_transferable
()
src/unittest_non_transferable.rs:804
Functiontest_is_unwrapped
()
src/unittest_queries.rs:2313
Functiontest_make_ownership_private
()
src/unittest_handles.rs:11398
Functiontest_mint
()
src/unittest_handles.rs:426
Functiontest_mint_run_info
()
src/unittest_mint_run.rs:46
Functiontest_nft_info
()
src/unittest_queries.rs:2809
Functiontest_no_royalties_if_non_transferable
()
src/unittest_non_transferable.rs:314
Functiontest_num_tokens_of_owner
()
src/unittest_queries.rs:4399
Functiontest_owner_of
()
src/unittest_queries.rs:2429
Functiontest_private_metadata
()
src/unittest_queries.rs:3062
Functiontest_query_all_tokens
()
src/unittest_queries.rs:428
Functiontest_query_batch_nft_dossier
()
src/unittest_queries.rs:4901
Functiontest_query_contract_config
()
src/unittest_queries.rs:129
Functiontest_query_contract_info
()
src/unittest_queries.rs:103
Functiontest_query_minters
()
src/unittest_queries.rs:173
Functiontest_query_nft_dossier
()
src/unittest_queries.rs:793
Functiontest_query_nft_dossier
()
src/unittest_non_transferable.rs:709
Functiontest_query_num_tokens
()
src/unittest_queries.rs:223
Functiontest_query_registered_code_hash
()
src/unittest_queries.rs:4312
Functiontest_query_tokens
()
src/unittest_queries.rs:1570
Functiontest_register_receive_nft
()
src/unittest_handles.rs:10132
Functiontest_remove_minters
()
src/unittest_handles.rs:10442
Functiontest_reveal
()
src/unittest_handles.rs:1415
Functiontest_send
()
src/unittest_handles.rs:8466
Functiontest_set_contract_status
()
src/unittest_handles.rs:10784
Functiontest_set_global_approval
()
src/unittest_handles.rs:11475
Functiontest_set_minters
()
src/unittest_handles.rs:10594
Functiontest_set_private_metadata
()
src/unittest_handles.rs:1050
Functiontest_set_public_metadata
()
src/unittest_handles.rs:749
Functiontest_set_royalty_info
()
src/unittest_royalties.rs:305
Functiontest_set_viewing_key
()
src/unittest_handles.rs:10270
Functiontest_set_whitelisted_approval
()
src/unittest_handles.rs:1674
Functiontest_token_approvals
()
src/unittest_queries.rs:3377
Functiontest_transaction_history
()
src/unittest_queries.rs:4085
Functiontest_transfer
()
src/unittest_handles.rs:6755
Functiontest_verify_transfer_approval
()
src/unittest_queries.rs:3870
Functiontest_verify_transfer_approval
()
src/unittest_non_transferable.rs:920
Functiontest_xfer_send_non_transferable
()
src/unittest_non_transferable.rs:434
Methodto_human
Returns StdResult<DisplayRoyalty> from creating a DisplayRoyalty from a StoredRoyalty # Arguments `api` - a reference to the Api used to convert hum
src/royalties.rs:89
← previous101–188 of 188, ranked by callers