Vaulta

ttbbddttbbdd

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "calcuincome",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "childprofit",
          "type": "asset"
        }
      ]
    },
    {
      "name": "emptyall",
      "base": "",
      "fields": []
    },
    {
      "name": "givemininer",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "packageid",
          "type": "uint64"
        },
        {
          "name": "giveid",
          "type": "uint16"
        },
        {
          "name": "givecount",
          "type": "int32"
        }
      ]
    },
    {
      "name": "init",
      "base": "",
      "fields": []
    },
    {
      "name": "modifypkg",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "interest",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "packages",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "maxprofit",
          "type": "asset"
        },
        {
          "name": "children",
          "type": "uint8"
        },
        {
          "name": "during",
          "type": "uint64"
        },
        {
          "name": "interest",
          "type": "uint64"
        },
        {
          "name": "cpupower",
          "type": "uint64"
        },
        {
          "name": "isopen",
          "type": "bool"
        }
      ]
    },
    {
      "name": "records",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "isgift",
          "type": "bool"
        },
        {
          "name": "pkgid",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "starttime",
          "type": "uint64"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "endtime",
          "type": "uint64"
        },
        {
          "name": "interest",
          "type": "int64"
        },
        {
          "name": "cpupower",
          "type": "uint64"
        },
        {
          "name": "maxprofit",
          "type": "asset"
        }
      ]
    },
    {
      "name": "setpkgisopen",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "isopen",
          "type": "bool"
        }
      ]
    },
    {
      "name": "updatevip",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "viplevel",
          "type": "int8"
        }
      ]
    },
    {
      "name": "users",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "ids",
          "type": "uint64[]"
        },
        {
          "name": "gives",
          "type": "uint16[]"
        },
        {
          "name": "viplevel",
          "type": "int8"
        },
        {
          "name": "cpupower",
          "type": "uint64"
        },
        {
          "name": "childprofit",
          "type": "asset"
        },
        {
          "name": "totalrevenue",
          "type": "asset"
        },
        {
          "name": "maxrevenue",
          "type": "asset"
        }
      ]
    },
    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "calcuincome",
      "type": "calcuincome",
      "ricardian_contract": ""
    },
    {
      "name": "emptyall",
      "type": "emptyall",
      "ricardian_contract": ""
    },
    {
      "name": "givemininer",
      "type": "givemininer",
      "ricardian_contract": ""
    },
    {
      "name": "init",
      "type": "init",
      "ricardian_contract": ""
    },
    {
      "name": "modifypkg",
      "type": "modifypkg",
      "ricardian_contract": ""
    },
    {
      "name": "setpkgisopen",
      "type": "setpkgisopen",
      "ricardian_contract": ""
    },
    {
      "name": "updatevip",
      "type": "updatevip",
      "ricardian_contract": ""
    },
    {
      "name": "withdraw",
      "type": "withdraw",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "packages",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "packages"
    },
    {
      "name": "records",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "records"
    },
    {
      "name": "users",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "users"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}