Vaulta

puppycore125

Contract

The data structures defined by this contract.

  • Table row type of bankers

    {
      "name": "banker",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "vol",
          "type": "uint64"
        },
        {
          "name": "pup_vol",
          "type": "uint64"
        },
        {
          "name": "utime",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in cleanup

    {
      "name": "cleanup",
      "base": "",
      "fields": [
        {
          "name": "nonce",
          "type": "uint64"
        }
      ]
    }
  • Struct property of token

    {
      "name": "extended_symbol",
      "base": "",
      "fields": [
        {
          "name": "sym",
          "type": "symbol"
        },
        {
          "name": "contract",
          "type": "name"
        }
      ]
    }
  • Action parameter in instant

    {
      "name": "instant",
      "base": "",
      "fields": [
        {
          "name": "oid",
          "type": "uint64"
        },
        {
          "name": "src_amount",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in match

    {
      "name": "match",
      "base": "",
      "fields": [
        {
          "name": "oid1",
          "type": "uint64"
        },
        {
          "name": "oid2",
          "type": "uint64"
        }
      ]
    }
  • Table row type of orders

    {
      "name": "order",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "src",
          "type": "uint64"
        },
        {
          "name": "dst",
          "type": "uint64"
        },
        {
          "name": "p",
          "type": "float64"
        },
        {
          "name": "int_p",
          "type": "float64"
        },
        {
          "name": "src_amount",
          "type": "uint64"
        },
        {
          "name": "src_filled",
          "type": "uint64"
        },
        {
          "name": "dst_filled",
          "type": "uint64"
        },
        {
          "name": "ctime",
          "type": "uint64"
        },
        {
          "name": "utime",
          "type": "uint64"
        },
        {
          "name": "etime",
          "type": "uint64"
        },
        {
          "name": "p_depth",
          "type": "int16"
        },
        {
          "name": "p_rev",
          "type": "bool"
        },
        {
          "name": "cancelled",
          "type": "bool"
        }
      ]
    }
  • Action parameter in revoke

    {
      "name": "revoke",
      "base": "",
      "fields": [
        {
          "name": "oid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of tokens

    {
      "name": "token",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "symbol",
          "type": "extended_symbol"
        },
        {
          "name": "pool",
          "type": "uint64"
        },
        {
          "name": "pup_pool",
          "type": "uint64"
        },
        {
          "name": "utime",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "p",
          "type": "float64"
        }
      ]
    }