Vaulta

amm.eo

Contract

  • Table row type of ammtable

    {
      "name": "ammrecord",
      "base": "",
      "fields": [
        {
          "name": "ticker",
          "type": "symbol_code"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "token",
          "type": "uint64"
        },
        {
          "name": "cpm",
          "type": "uint64"
        },
        {
          "name": "amm",
          "type": "uint64"
        }
      ]
    }