UNPKG

@augumented-finance/protocol-v1

Version:

Augmented Protocol smart contracts

45 lines 1.65 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SelfdestructTransferFactory = void 0; const contracts_1 = require("@ethersproject/contracts"); class SelfdestructTransferFactory extends contracts_1.ContractFactory { constructor(signer) { super(_abi, _bytecode, signer); } deploy(overrides) { return super.deploy(overrides || {}); } getDeployTransaction(overrides) { return super.getDeployTransaction(overrides || {}); } attach(address) { return super.attach(address); } connect(signer) { return super.connect(signer); } static connect(address, signerOrProvider) { return new contracts_1.Contract(address, _abi, signerOrProvider); } } exports.SelfdestructTransferFactory = SelfdestructTransferFactory; const _abi = [ { inputs: [ { internalType: "address payable", name: "to", type: "address", }, ], name: "destroyAndTransfer", outputs: [], stateMutability: "payable", type: "function", }, ]; const _bytecode = "0x6080604052348015600f57600080fd5b5060888061001e6000396000f3fe608060405260043610601c5760003560e01c8063785e07b3146021575b600080fd5b604460048036036020811015603557600080fd5b50356001600160a01b03166046565b005b806001600160a01b0316fffea26469706673582212200f1a8c6116e171c76155f63f6cf1ba888768ce44904e7a9d43323b0d54cc348564736f6c634300060c0033"; //# sourceMappingURL=SelfdestructTransferFactory.js.map