Vaulta

wdhlpr.xsat

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "portal_account",
          "type": "name"
        },
        {
          "name": "bridge_account",
          "type": "name"
        },
        {
          "name": "evm_account",
          "type": "name"
        },
        {
          "name": "gas_token_contract",
          "type": "name"
        },
        {
          "name": "gas_token_symbol",
          "type": "symbol"
        },
        {
          "name": "gaslimit",
          "type": "uint64"
        },
        {
          "name": "init_gaslimit",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "setgaslimit",
      "base": "",
      "fields": [
        {
          "name": "gaslimit",
          "type": "uint64?"
        },
        {
          "name": "init_gaslimit",
          "type": "uint64?"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "init",
      "type": "init",
      "ricardian_contract": ""
    },
    {
      "name": "setgaslimit",
      "type": "setgaslimit",
      "ricardian_contract": ""
    }
  ],
  "tables": [],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}