Vaulta

apsisnetbank

Contract

The data structures defined by this contract.

  • Action parameter in fix

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

    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "rebase_index",
          "type": "uint64"
        },
        {
          "name": "rebase_time",
          "type": "uint32"
        },
        {
          "name": "twa_price",
          "type": "uint64"
        },
        {
          "name": "executor",
          "type": "name"
        },
        {
          "name": "execute_time",
          "type": "time_point_sec"
        }
      ]
    }
  • Action parameter in rebase

    {
      "name": "rebase",
      "base": "",
      "fields": [
        {
          "name": "executor",
          "type": "name"
        }
      ]
    }
  • Action parameter in rebaselog

    {
      "name": "rebaselog",
      "base": "",
      "fields": [
        {
          "name": "rebase_index",
          "type": "uint64"
        },
        {
          "name": "rebase_time",
          "type": "uint32"
        },
        {
          "name": "current_usdc_supply",
          "type": "asset"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "issue_cash",
          "type": "asset"
        },
        {
          "name": "issue_bond",
          "type": "asset"
        },
        {
          "name": "executor",
          "type": "name"
        },
        {
          "name": "execute_time",
          "type": "time_point_sec"
        }
      ]
    }
  • Action parameter in swaplog

    {
      "name": "swaplog",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "in",
          "type": "asset"
        },
        {
          "name": "out",
          "type": "asset"
        }
      ]
    }