Vaulta

bitpiecurrex

Contract

The data structures defined by this contract.

  • Table row type of accounts

    {
      "name": "account_type",
      "base": "",
      "fields": [
        {
          "name": "symbol",
          "type": "symbol_code"
        },
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "address",
          "type": "string"
        }
      ]
    }
  • Action parameter in addwexuser

    {
      "name": "addwexuser",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "bot",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint32"
        }
      ]
    }
  • Table row type of buyglobal

    {
      "name": "buy_global_type",
      "base": "",
      "fields": [
        {
          "name": "current_buy_id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of buyorders

    {
      "name": "buy_order_type",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "extern_tx",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in confirmaddr

    {
      "name": "confirmaddr",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "address",
          "type": "string"
        }
      ]
    }
  • Action parameter in confirmbuy

    {
      "name": "confirmbuy",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "extern_tx",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in confirmbuy2

    {
      "name": "confirmbuy2",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "extern_tx",
          "type": "checksum256"
        },
        {
          "name": "sub_account",
          "type": "uint64"
        },
        {
          "name": "ex_sub_id",
          "type": "string"
        }
      ]
    }
  • Action parameter in confirmsell

    {
      "name": "confirmsell",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "to_address",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "extern_tx",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in confirmsell2

    {
      "name": "confirmsell2",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "to_address",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "extern_tx",
          "type": "checksum256"
        },
        {
          "name": "transfer_tx",
          "type": "checksum256"
        },
        {
          "name": "miner_fee",
          "type": "asset"
        },
        {
          "name": "fee",
          "type": "asset"
        }
      ]
    }
  • Table row type of exbuyorders

    {
      "name": "ex_buy_order_type",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "extern_tx",
          "type": "checksum256"
        },
        {
          "name": "user_id",
          "type": "uint32"
        },
        {
          "name": "sub_account",
          "type": "uint64"
        },
        {
          "name": "ex_sub_id",
          "type": "string"
        }
      ]
    }
  • Table row type of globals

    {
      "name": "global_type",
      "base": "",
      "fields": [
        {
          "name": "new_address_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": []
    }
  • Action parameter in log

    {
      "name": "log",
      "base": "",
      "fields": [
        {
          "name": "text",
          "type": "string"
        }
      ]
    }
  • Action parameter in migratedata

    {
      "name": "migratedata",
      "base": "",
      "fields": [
        {
          "name": "table",
          "type": "name"
        },
        {
          "name": "scope",
          "type": "name"
        }
      ]
    }
  • Table row type of newaddresses

    {
      "name": "new_address_type",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "symbol_code"
        }
      ]
    }
  • Action parameter in newaddress

    {
      "name": "newaddress",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "string"
        }
      ]
    }
  • Action parameter in removebyname

    {
      "name": "removebyname",
      "base": "",
      "fields": [
        {
          "name": "table",
          "type": "name"
        },
        {
          "name": "scope",
          "type": "name"
        },
        {
          "name": "lower_bound",
          "type": "name"
        },
        {
          "name": "count",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in removedata

    {
      "name": "removedata",
      "base": "",
      "fields": [
        {
          "name": "table",
          "type": "name"
        },
        {
          "name": "scope",
          "type": "name"
        },
        {
          "name": "lower_bound",
          "type": "uint64"
        },
        {
          "name": "count",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in removedata2

    {
      "name": "removedata2",
      "base": "",
      "fields": [
        {
          "name": "table",
          "type": "name"
        },
        {
          "name": "scope",
          "type": "uint64"
        },
        {
          "name": "lower_bound",
          "type": "uint64"
        },
        {
          "name": "count",
          "type": "uint64"
        }
      ]
    }
  • Table row type of sellglobal

    {
      "name": "sell_global_type",
      "base": "",
      "fields": [
        {
          "name": "current_sell_id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of sellorders

    {
      "name": "sell_order_type",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "from_user",
          "type": "name"
        },
        {
          "name": "to_user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "to_address",
          "type": "string"
        },
        {
          "name": "transfer_tx",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in setwexusract

    {
      "name": "setwexusract",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "active",
          "type": "bool"
        }
      ]
    }
  • Table row type of soldorders

    {
      "name": "sold_order_type",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "from_user",
          "type": "name"
        },
        {
          "name": "to_user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "to_address",
          "type": "string"
        },
        {
          "name": "extern_tx",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in wconfirmaddr

    {
      "name": "wconfirmaddr",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "sub_account",
          "type": "uint64"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "address",
          "type": "string"
        }
      ]
    }
  • Table row type of wexaccounts

    {
      "name": "wex_account_type",
      "base": "",
      "fields": [
        {
          "name": "symbol",
          "type": "symbol_code"
        },
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "address",
          "type": "string"
        },
        {
          "name": "ex_sub_id",
          "type": "string"
        }
      ]
    }
  • Table row type of wexaddresses

    {
      "name": "wex_address_type",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "user_id",
          "type": "uint32"
        },
        {
          "name": "sub_account",
          "type": "uint64"
        },
        {
          "name": "symbol",
          "type": "symbol_code"
        },
        {
          "name": "ex_sub_id",
          "type": "string"
        }
      ]
    }
  • Table row type of wexusermaps

    {
      "name": "wex_user_map_type",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint32"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "bot",
          "type": "name"
        },
        {
          "name": "active",
          "type": "bool"
        }
      ]
    }
  • Action parameter in wexnewaddr

    {
      "name": "wexnewaddr",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "sub_account",
          "type": "uint64"
        },
        {
          "name": "ex_sub_id",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        }
      ]
    }