Vaulta

thedaothedao

Contract

  • Table row type of members

    {
      "name": "member",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "is_approved",
          "type": "bool"
        },
        {
          "name": "is_banned",
          "type": "bool"
        },
        {
          "name": "approvers",
          "type": "name[]"
        },
        {
          "name": "recent_respect",
          "type": "uint64[]"
        },
        {
          "name": "total_respect",
          "type": "uint64"
        },
        {
          "name": "profile_blocks",
          "type": "uint32[]"
        }
      ]
    }