PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@celo/contractkit/lib/generated

Просмотр файла: ICeloVersionedContract.js

"use strict";
/* Generated by ts-generator ver. 0.0.8 */
/* tslint:disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.newICeloVersionedContract = exports.ABI = void 0;
exports.ABI = [
    {
        constant: true,
        inputs: [],
        name: 'getVersionNumber',
        outputs: [
            { internalType: 'uint256', name: '', type: 'uint256' },
            { internalType: 'uint256', name: '', type: 'uint256' },
            { internalType: 'uint256', name: '', type: 'uint256' },
            { internalType: 'uint256', name: '', type: 'uint256' },
        ],
        payable: false,
        stateMutability: 'pure',
        type: 'function',
    },
];
function newICeloVersionedContract(web3, address) {
    return new web3.eth.Contract(exports.ABI, address);
}
exports.newICeloVersionedContract = newICeloVersionedContract;
//# sourceMappingURL=ICeloVersionedContract.js.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!