-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathop-codes.fc
More file actions
45 lines (38 loc) · 1.65 KB
/
op-codes.fc
File metadata and controls
45 lines (38 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
const op::transfer = 0x5fcc3d14;
const op::excesses = 0xd53276db;
const op::ownership_assigned = 0x05138d91;
const op::excesses = 0xd53276db;
const op::get_static_data = 0x2fcb26a2;
const op::report_static_data = 0x8b771735;
const op::get_royalty_params = 0x693d3950;
const op::report_royalty_params = 0xa8cb00ad;
;; NFTEditable
const op::edit_content = 0x1a0b9d51;
const op::transfer_editorship = 0x1c04412a;
const op::editorship_assigned = 0x511a4463;
;; SBT
const op::request_owner = 0xd0c3bfea;
const op::owner_info = 0x0dd607e3;
const op::prove_ownership = 0x04ded148;
const op::ownership_proof = 0x0524c7ae;
const op::ownership_proof_bounced = 0xc18e86d2;
const op::destroy = 0x1f04537a;
const op::revoke = 0x6f89f5e3;
const op::take_excess = 0xd136d3b3;
const op::get_royalty_params = 0x693d3950;
const op::report_royalty_params = 0xa8cb00ad;
;; Custom op-codes
const op::mint_notification = "op::mint_notification"c;
const op::edit_notification = "op::edit_collections"c;
const op::deploy_collection = "op::deploy_collection"c;
const op::deploy_nft_item = "op::deploy_nft_item"c;
const op::batch_nft_deploy = "op::batch_nft_deploy"c;
const op::change_collection_owner = "op::change_collection_owner"c;
const op::edit_collection_content = "op::edit_collection_content"c;
const op::change_record = "op::change_record"c;
const op::edit_item_content = "op::edit_item_content"c;
const op::destroy_sbt_item = "op::destroy_sbt_item"c;
const op::transfer_item = "op::transfer_item"c;
const op::change_owner = "op::change_owner"c; ;; change dapp owner
const op::withdraw_funds = "op::withdraw_funds"c; ;; withdraw funds from dapp
const op::edit_dapp_code = "op::edit_dapp_code"c;