Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/casper-ecosystem/casper-nft-cep47
/ functions
Functions
160 in github.com/casper-ecosystem/casper-nft-cep47
⨍
Functions
160
◇
Types & classes
19
Method
disable_admin
(&mut self, address: Key)
utils/contract-utils/src/admin_control.rs:18
Method
from
(error: Error)
cep47/src/cep47.rs:20
Function
get_approved
()
cep47/bin/cep47_token.rs:170
Method
get_approved
(&self, owner: T, token_id: TokenId)
cep47-tests/src/cep47_instance.rs:175
Method
get_by_key
(&self, key: &Key)
utils/contract-utils/src/data.rs:38
Method
get_by_keys
(&self, keys: (&Key, &Key))
utils/contract-utils/src/data.rs:42
Function
get_token_by_index
()
cep47/bin/cep47_token.rs:75
Method
get_token_by_index
(&self, owner: Key, index: U256)
cep47/src/cep47.rs:77
Method
init
(name: &str)
utils/contract-utils/src/data.rs:24
Method
init
(&mut self)
utils/contract-utils/src/admin_control.rs:9
Method
init
()
utils/contract-utils/src/admin_control.rs:49
Method
init
(&mut self, name: String, symbol: String, meta: Meta)
cep47/src/cep47.rs:26
Method
init
()
cep47/src/data.rs:39
Method
instance
(name: &str)
utils/contract-utils/src/data.rs:18
Method
instance
()
utils/contract-utils/src/admin_control.rs:44
Method
instance
()
cep47/src/data.rs:33
Method
is_admin
(&self, address: Key)
utils/contract-utils/src/admin_control.rs:34
Function
key_and_value_to_str
(key: &Key, value: &T)
utils/contract-utils/src/data.rs:89
Function
meta
()
cep47/bin/cep47_token.rs:56
Method
meta
(&self)
cep47-tests/src/cep47_instance.rs:226
Function
mint
()
cep47/bin/cep47_token.rs:106
Function
mint_copies
()
cep47/bin/cep47_token.rs:116
Function
name
()
cep47/bin/cep47_token.rs:44
Method
name
(&self)
cep47-tests/src/cep47_instance.rs:214
Method
new
( env: &TestEnv, wasm: &str, name: &str, sender: AccountHash, mut args
utils/test-env/src/test_contract.rs:16
Method
new
()
utils/test-env/src/test_env.rs:16
Method
new
( env: &TestEnv, contract_name: &str, sender: AccountHash, name: &str,
cep47-tests/src/cep47_instance.rs:18
Function
owner_of
()
cep47/bin/cep47_token.rs:83
Method
owner_of
(&self, token_id: TokenId)
cep47-tests/src/cep47_instance.rs:206
Method
query_dictionary
( &self, dict_name: &str, key: String, )
utils/test-env/src/test_contract.rs:34
Method
remove
(&self, key: &str)
utils/contract-utils/src/data.rs:58
Method
remove_by_key
(&self, key: &Key)
utils/contract-utils/src/data.rs:62
Method
remove_by_vec_of_keys
(&self, keys: (&Key, &Key))
utils/contract-utils/src/data.rs:66
Function
revoke
()
cep47/bin/cep47_token.rs:164
Method
self_addr
(&self)
utils/contract-utils/src/contract_context.rs:15
Method
set_by_keys
(&self, keys: (&Key, &Key), value: T)
utils/contract-utils/src/data.rs:54
Function
symbol
()
cep47/bin/cep47_token.rs:50
Method
symbol
(&self)
cep47-tests/src/cep47_instance.rs:218
Function
test_approve
()
cep47-tests/src/cep47_tests.rs:349
Function
test_burn_many
()
cep47-tests/src/cep47_tests.rs:150
Function
test_burn_many_from_allowance_with_approve
()
cep47-tests/src/cep47_tests.rs:183
Function
test_burn_many_from_allowance_without_approve
()
cep47-tests/src/cep47_tests.rs:218
Function
test_burn_one
()
cep47-tests/src/cep47_tests.rs:240
Function
test_deploy
()
cep47-tests/src/cep47_tests.rs:52
Function
test_mint_copies
()
cep47-tests/src/cep47_tests.rs:94
Function
test_mint_many
()
cep47-tests/src/cep47_tests.rs:125
Function
test_mint_one
()
cep47-tests/src/cep47_tests.rs:77
Function
test_token_meta
()
cep47-tests/src/cep47_tests.rs:61
Function
test_token_metadata_update
()
cep47-tests/src/cep47_tests.rs:379
Function
test_transfer_from_tokens_after_revoked_approval
()
cep47-tests/src/cep47_tests.rs:392
Function
test_transfer_from_tokens_with_approve
()
cep47-tests/src/cep47_tests.rs:297
Function
test_transfer_from_tokens_without_approve
()
cep47-tests/src/cep47_tests.rs:332
Function
test_transfer_token
()
cep47-tests/src/cep47_tests.rs:258
Function
token_meta
()
cep47/bin/cep47_token.rs:90
Function
total_supply
()
cep47/bin/cep47_token.rs:62
Method
total_supply
(&self)
cep47-tests/src/cep47_instance.rs:222
Function
transfer
()
cep47/bin/cep47_token.rs:136
Function
transfer_from
()
cep47/bin/cep47_token.rs:145
Function
update_token_meta
()
cep47/bin/cep47_token.rs:97
Method
validate_token_ids
(&self, token_ids: Vec<TokenId>)
cep47/src/cep47.rs:81
← previous
101–160 of 160, ranked by callers