Vaulta

evmutil.xsat

Contract

{
  "version": "eosio::abi/1.2",
  "types": [
    {
      "new_type_name": "bridge_message_t",
      "type": "variant_bridge_message_v0"
    }
  ],
  "structs": [
    {
      "name": "bridge_message_v0",
      "base": "",
      "fields": [
        {
          "name": "receiver",
          "type": "name"
        },
        {
          "name": "sender",
          "type": "bytes"
        },
        {
          "name": "timestamp",
          "type": "time_point"
        },
        {
          "name": "value",
          "type": "bytes"
        },
        {
          "name": "data",
          "type": "bytes"
        }
      ]
    },
    {
      "name": "config_t",
      "base": "",
      "fields": [
        {
          "name": "evm_gaslimit",
          "type": "uint64"
        },
        {
          "name": "evm_init_gaslimit",
          "type": "uint64"
        },
        {
          "name": "evm_account",
          "type": "name"
        },
        {
          "name": "evm_gas_token_symbol",
          "type": "symbol"
        },
        {
          "name": "endrmng_account",
          "type": "name"
        },
        {
          "name": "poolreg_account",
          "type": "name"
        },
        {
          "name": "gasfund_account",
          "type": "name$"
        }
      ]
    },
    {
      "name": "dpygasfunds",
      "base": "",
      "fields": []
    },
    {
      "name": "dpyrwdhelper",
      "base": "",
      "fields": []
    },
    {
      "name": "dpystakeimpl",
      "base": "",
      "fields": []
    },
    {
      "name": "dpyvlddepbtc",
      "base": "",
      "fields": [
        {
          "name": "token_address",
          "type": "string"
        },
        {
          "name": "dep_fee",
          "type": "asset"
        },
        {
          "name": "erc20_precision",
          "type": "uint8"
        }
      ]
    },
    {
      "name": "dpyvlddepsat",
      "base": "",
      "fields": [
        {
          "name": "token_address",
          "type": "string"
        },
        {
          "name": "dep_fee",
          "type": "asset"
        },
        {
          "name": "erc20_precision",
          "type": "uint8"
        }
      ]
    },
    {
      "name": "helpers_t",
      "base": "",
      "fields": [
        {
          "name": "reward_helper_address",
          "type": "bytes"
        },
        {
          "name": "btc_deposit_address",
          "type": "bytes$"
        },
        {
          "name": "xsat_deposit_address",
          "type": "bytes$"
        },
        {
          "name": "gas_funds_address",
          "type": "bytes$"
        }
      ]
    },
    {
      "name": "impl_contract_t",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "address",
          "type": "bytes"
        }
      ]
    },
    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "evm_account",
          "type": "name"
        },
        {
          "name": "gas_token_symbol",
          "type": "symbol"
        },
        {
          "name": "gaslimit",
          "type": "uint64"
        },
        {
          "name": "init_gaslimit",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "initgasfund",
      "base": "",
      "fields": []
    },
    {
      "name": "onbridgemsg",
      "base": "",
      "fields": [
        {
          "name": "message",
          "type": "bridge_message_t"
        }
      ]
    },
    {
      "name": "regtoken",
      "base": "",
      "fields": [
        {
          "name": "token_address",
          "type": "string"
        },
        {
          "name": "dep_fee",
          "type": "asset"
        },
        {
          "name": "erc20_precision",
          "type": "uint8"
        }
      ]
    },
    {
      "name": "regwithcode",
      "base": "",
      "fields": [
        {
          "name": "token_address",
          "type": "string"
        },
        {
          "name": "impl_address",
          "type": "string"
        },
        {
          "name": "dep_fee",
          "type": "asset"
        },
        {
          "name": "erc20_precision",
          "type": "uint8"
        }
      ]
    },
    {
      "name": "setdepfee",
      "base": "",
      "fields": [
        {
          "name": "proxy_address",
          "type": "string"
        },
        {
          "name": "fee",
          "type": "asset"
        }
      ]
    },
    {
      "name": "setgasfunds",
      "base": "",
      "fields": [
        {
          "name": "impl_address",
          "type": "string"
        }
      ]
    },
    {
      "name": "setgaslimit",
      "base": "",
      "fields": [
        {
          "name": "gaslimit",
          "type": "uint64?"
        },
        {
          "name": "init_gaslimit",
          "type": "uint64?"
        }
      ]
    },
    {
      "name": "setlocktime",
      "base": "",
      "fields": [
        {
          "name": "proxy_address",
          "type": "string"
        },
        {
          "name": "locktime",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "setrwdhelper",
      "base": "",
      "fields": [
        {
          "name": "impl_address",
          "type": "string"
        }
      ]
    },
    {
      "name": "setstakeimpl",
      "base": "",
      "fields": [
        {
          "name": "impl_address",
          "type": "string"
        }
      ]
    },
    {
      "name": "token_t",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "address",
          "type": "bytes"
        },
        {
          "name": "token_address",
          "type": "bytes"
        },
        {
          "name": "erc20_precision",
          "type": "uint8"
        }
      ]
    },
    {
      "name": "unregtoken",
      "base": "",
      "fields": [
        {
          "name": "proxy_address",
          "type": "string"
        }
      ]
    },
    {
      "name": "upstakeimpl",
      "base": "",
      "fields": [
        {
          "name": "proxy_address",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "dpygasfunds",
      "type": "dpygasfunds",
      "ricardian_contract": ""
    },
    {
      "name": "dpyrwdhelper",
      "type": "dpyrwdhelper",
      "ricardian_contract": ""
    },
    {
      "name": "dpystakeimpl",
      "type": "dpystakeimpl",
      "ricardian_contract": ""
    },
    {
      "name": "dpyvlddepbtc",
      "type": "dpyvlddepbtc",
      "ricardian_contract": ""
    },
    {
      "name": "dpyvlddepsat",
      "type": "dpyvlddepsat",
      "ricardian_contract": ""
    },
    {
      "name": "init",
      "type": "init",
      "ricardian_contract": ""
    },
    {
      "name": "initgasfund",
      "type": "initgasfund",
      "ricardian_contract": ""
    },
    {
      "name": "onbridgemsg",
      "type": "onbridgemsg",
      "ricardian_contract": ""
    },
    {
      "name": "regtoken",
      "type": "regtoken",
      "ricardian_contract": ""
    },
    {
      "name": "regwithcode",
      "type": "regwithcode",
      "ricardian_contract": ""
    },
    {
      "name": "setdepfee",
      "type": "setdepfee",
      "ricardian_contract": ""
    },
    {
      "name": "setgasfunds",
      "type": "setgasfunds",
      "ricardian_contract": ""
    },
    {
      "name": "setgaslimit",
      "type": "setgaslimit",
      "ricardian_contract": ""
    },
    {
      "name": "setlocktime",
      "type": "setlocktime",
      "ricardian_contract": ""
    },
    {
      "name": "setrwdhelper",
      "type": "setrwdhelper",
      "ricardian_contract": ""
    },
    {
      "name": "setstakeimpl",
      "type": "setstakeimpl",
      "ricardian_contract": ""
    },
    {
      "name": "unregtoken",
      "type": "unregtoken",
      "ricardian_contract": ""
    },
    {
      "name": "upstakeimpl",
      "type": "upstakeimpl",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "config",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "config_t"
    },
    {
      "name": "helpers",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "helpers_t"
    },
    {
      "name": "implcontract",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "impl_contract_t"
    },
    {
      "name": "tokens",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "token_t"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [
    {
      "name": "variant_bridge_message_v0",
      "types": [
        "bridge_message_v0"
      ]
    }
  ],
  "action_results": []
}