Vaulta

puppynetwork

Contract

The data structures defined by this contract.

  • Action parameter in cleanup

    {
      "name": "cleanup",
      "base": "",
      "fields": [
        {
          "name": "nonce",
          "type": "uint64"
        }
      ]
    }
  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "pup_pool_min",
          "type": "uint64"
        },
        {
          "name": "instant_account",
          "type": "name"
        },
        {
          "name": "instant_fee_p",
          "type": "float64"
        },
        {
          "name": "instant_fee_min",
          "type": "uint64"
        },
        {
          "name": "order_account",
          "type": "name"
        },
        {
          "name": "order_day_fee",
          "type": "uint64"
        },
        {
          "name": "order_amount_min",
          "type": "uint64"
        },
        {
          "name": "cleanup_window",
          "type": "uint64"
        },
        {
          "name": "cleanup_limit",
          "type": "uint64"
        }
      ]
    }
  • Table row type of deals

    {
      "name": "deal",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "src",
          "type": "uint64"
        },
        {
          "name": "dst",
          "type": "uint64"
        },
        {
          "name": "src_amount",
          "type": "uint64"
        },
        {
          "name": "dst_amount",
          "type": "uint64"
        },
        {
          "name": "ctime",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "src_oid",
          "type": "uint64"
        },
        {
          "name": "dst_oid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in fix

    {
      "name": "fix",
      "base": "",
      "fields": []
    }
  • Table row type of hotpairs

    {
      "name": "hotpair",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "a",
          "type": "uint64"
        },
        {
          "name": "b",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in orderson

    {
      "name": "orderson",
      "base": "",
      "fields": [
        {
          "name": "nonce",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setinfo

    {
      "name": "setinfo",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "desc",
          "type": "string"
        },
        {
          "name": "link",
          "type": "string"
        },
        {
          "name": "logo",
          "type": "string"
        }
      ]
    }
  • Table row type of tinfos

    {
      "name": "tinfo",
      "base": "",
      "fields": [
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "vol",
          "type": "uint64"
        },
        {
          "name": "desc",
          "type": "string"
        },
        {
          "name": "link",
          "type": "string"
        },
        {
          "name": "logolink",
          "type": "string"
        },
        {
          "name": "utime",
          "type": "uint64"
        }
      ]
    }