Transaction Details

Transaction Hash
0xf9c4c280cf6cadaaf26ab0e9bdd7fa6ed079596c8b60de52f55373400879d115
Block
170171
Timestamp
Feb 21, 2026, 03:44:48 AM
Nonce
223
Operation Type
SET

Operation

{
  "type": "SET",
  "op_list": [
    {
      "type": "SET_OWNER",
      "ref": "/apps/knowledge",
      "value": {
        ".owner": {
          "owners": {
            "0x00ADEc28B6a845a085e03591bE7550dd68673C1C": {
              "branch_owner": true,
              "write_function": true,
              "write_owner": true,
              "write_rule": true
            }
          }
        }
      }
    },
    {
      "type": "SET_RULE",
      "ref": "/apps/knowledge/explorations/$user_addr",
      "value": {
        ".rule": {
          "write": "auth.addr === $user_addr"
        }
      }
    },
    {
      "type": "SET_RULE",
      "ref": "/apps/knowledge/topics",
      "value": {
        ".rule": {
          "write": "auth.addr !== ''"
        }
      }
    },
    {
      "type": "SET_RULE",
      "ref": "/apps/knowledge/index/by_topic/$topic_key/explorers/$user_addr",
      "value": {
        ".rule": {
          "write": "auth.addr === $user_addr"
        }
      }
    },
    {
      "type": "SET_RULE",
      "ref": "/apps/knowledge/access/$buyer_addr",
      "value": {
        ".rule": {
          "write": "auth.addr === $buyer_addr"
        }
      }
    },
    {
      "type": "SET_RULE",
      "ref": "/apps/knowledge/graph/nodes",
      "value": {
        ".rule": {
          "write": "auth.addr !== ''"
        }
      }
    },
    {
      "type": "SET_RULE",
      "ref": "/apps/knowledge/graph/edges",
      "value": {
        ".rule": {
          "write": "auth.addr !== ''"
        }
      }
    },
    {
      "type": "SET_FUNCTION",
      "ref": "/apps/knowledge/topics",
      "value": {
        ".function": {
          "_syncKnowledgeTopic": {
            "function_type": "NATIVE",
            "function_id": "_syncKnowledgeTopic"
          }
        }
      }
    },
    {
      "type": "SET_FUNCTION",
      "ref": "/apps/knowledge/explorations/$addr/$topic_key/$entry_id",
      "value": {
        ".function": {
          "_syncKnowledgeExploration": {
            "function_type": "NATIVE",
            "function_id": "_syncKnowledgeExploration"
          }
        }
      }
    }
  ]
}