UNPKG

@lidofinance/lido-ethereum-sdk

Version:

<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>

72 lines 1.64 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WstethReferralStakerABI = void 0; const abi = [ { inputs: [ { internalType: 'contract IWstETH', name: '_wstETH', type: 'address', }, ], stateMutability: 'nonpayable', type: 'constructor', }, { inputs: [], name: 'EthTransferNotAllowed', type: 'error', }, { inputs: [], name: 'stETH', outputs: [ { internalType: 'contract IStETH', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', }, { inputs: [ { internalType: 'address', name: '_referral', type: 'address', }, ], name: 'stakeETH', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], stateMutability: 'payable', type: 'function', }, { inputs: [], name: 'wstETH', outputs: [ { internalType: 'contract IWstETH', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', }, { stateMutability: 'payable', type: 'receive', }, ]; exports.WstethReferralStakerABI = abi; //# sourceMappingURL=wsteth-referral-staker.js.map