Vaulta

ecrvgovlock1

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "deposits",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    },
    {
      "name": "fixtotalvcrv",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "hrpassed",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "incramt",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    },
    {
      "name": "incrlocktm",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "maturityinhr",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "init",
      "base": "",
      "fields": []
    },
    {
      "name": "lock",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "maturityinhr",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "lockinfo",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "lockedamt",
          "type": "asset"
        },
        {
          "name": "initiatedat",
          "type": "time_point_sec"
        },
        {
          "name": "unlocktime",
          "type": "time_point_sec"
        },
        {
          "name": "tobeexpired",
          "type": "bool"
        }
      ]
    },
    {
      "name": "mindeposits",
      "base": "",
      "fields": [
        {
          "name": "mindeposit",
          "type": "asset"
        }
      ]
    },
    {
      "name": "modtotvcrv",
      "base": "",
      "fields": []
    },
    {
      "name": "resetuser",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    },
    {
      "name": "rounddet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "currround",
          "type": "uint64"
        },
        {
          "name": "round_started",
          "type": "time_point_sec"
        },
        {
          "name": "round_ends",
          "type": "time_point_sec"
        },
        {
          "name": "lastcurveapp",
          "type": "uint64"
        },
        {
          "name": "currround_amount",
          "type": "asset"
        },
        {
          "name": "prev_roundamt",
          "type": "asset"
        }
      ]
    },
    {
      "name": "setminlimit",
      "base": "",
      "fields": [
        {
          "name": "mindeposit",
          "type": "asset"
        }
      ]
    },
    {
      "name": "totallock",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint8"
        },
        {
          "name": "oldtotamt",
          "type": "asset"
        },
        {
          "name": "newtotamt",
          "type": "asset"
        },
        {
          "name": "newuserwt",
          "type": "float64"
        },
        {
          "name": "tobeclaimed",
          "type": "asset"
        }
      ]
    },
    {
      "name": "totalvcrv",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint8"
        },
        {
          "name": "totalvcrv",
          "type": "float64"
        },
        {
          "name": "lastupdate",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "unlock",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    },
    {
      "name": "unlockclaim",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "unlockedamt",
          "type": "asset"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "fixtotalvcrv",
      "type": "fixtotalvcrv",
      "ricardian_contract": ""
    },
    {
      "name": "incramt",
      "type": "incramt",
      "ricardian_contract": ""
    },
    {
      "name": "incrlocktm",
      "type": "incrlocktm",
      "ricardian_contract": ""
    },
    {
      "name": "init",
      "type": "init",
      "ricardian_contract": ""
    },
    {
      "name": "lock",
      "type": "lock",
      "ricardian_contract": ""
    },
    {
      "name": "modtotvcrv",
      "type": "modtotvcrv",
      "ricardian_contract": ""
    },
    {
      "name": "resetuser",
      "type": "resetuser",
      "ricardian_contract": ""
    },
    {
      "name": "setminlimit",
      "type": "setminlimit",
      "ricardian_contract": ""
    },
    {
      "name": "unlock",
      "type": "unlock",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "deposits1",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "deposits"
    },
    {
      "name": "lockinfo",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "lockinfo"
    },
    {
      "name": "minamtsett",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "mindeposits"
    },
    {
      "name": "rounddet",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "rounddet"
    },
    {
      "name": "totallock1",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "totallock"
    },
    {
      "name": "totalvcrv",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "totalvcrv"
    },
    {
      "name": "unlockclaim",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "unlockclaim"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}