@soma-finance/core-contracts
Version:
SOMA Finance core contracts
92 lines • 2.65 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IERC20HistoryUpgradeable__factory = void 0;
const ethers_1 = require("ethers");
const _erc165InterfaceId = "0x83abf715";
const _erc1820InterfaceId = "0x2fcbf661571abad8640564e63de42a7afba1a3b2ebce593504451f6859f92cf5";
const _abi = [
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "account",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "previousBalance",
type: "uint256",
},
{
indexed: false,
internalType: "uint256",
name: "newBalance",
type: "uint256",
},
],
name: "BalanceChanged",
type: "event",
},
{
inputs: [
{
internalType: "address",
name: "account",
type: "address",
},
{
internalType: "uint256",
name: "blockNumber",
type: "uint256",
},
],
name: "getPastBalance",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "blockNumber",
type: "uint256",
},
],
name: "getPastTotalSupply",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
];
class IERC20HistoryUpgradeable__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.IERC20HistoryUpgradeable__factory = IERC20HistoryUpgradeable__factory;
IERC20HistoryUpgradeable__factory.erc165InterfaceId = _erc165InterfaceId;
IERC20HistoryUpgradeable__factory.erc1820InterfaceId = _erc1820InterfaceId;
IERC20HistoryUpgradeable__factory.abi = _abi;
//# sourceMappingURL=IERC20HistoryUpgradeable__factory.js.map