Skip to main content

contracts/abis/mainnet/PufferWithdrawalManager

Variables

PufferWithdrawalManager

const PufferWithdrawalManager: readonly [{ inputs: readonly [{ internalType: "uint256"; name: "withdrawalIdx"; type: "uint256"; }]; name: "getWithdrawal"; outputs: readonly [{ components: readonly [{ internalType: "uint128"; name: "pufETHAmount"; type: "uint128"; }, { internalType: "uint128"; name: "pufETHToETHExchangeRate"; type: "uint128"; }, { internalType: "address"; name: "recipient"; type: "address"; }]; internalType: "struct PufferWithdrawalManagerStorage.Withdrawal"; name: ""; type: "tuple"; }]; stateMutability: "view"; type: "function"; }, { inputs: readonly [{ internalType: "uint128"; name: "pufETHAmount"; type: "uint128"; }, { internalType: "address"; name: "recipient"; type: "address"; }]; name: "requestWithdrawal"; outputs: readonly []; stateMutability: "nonpayable"; type: "function"; }, { inputs: readonly [{ components: readonly [{ internalType: "uint256"; name: "deadline"; type: "uint256"; }, { internalType: "uint256"; name: "amount"; type: "uint256"; }, { internalType: "uint8"; name: "v"; type: "uint8"; }, { internalType: "bytes32"; name: "r"; type: "bytes32"; }, { internalType: "bytes32"; name: "s"; type: "bytes32"; }]; internalType: "struct Permit"; name: "permitData"; type: "tuple"; }, { internalType: "address"; name: "recipient"; type: "address"; }]; name: "requestWithdrawalWithPermit"; outputs: readonly []; stateMutability: "nonpayable"; type: "function"; }, { inputs: readonly [{ internalType: "uint256"; name: "withdrawalIdx"; type: "uint256"; }]; name: "completeQueuedWithdrawal"; outputs: readonly []; stateMutability: "nonpayable"; type: "function"; }]

Defined in: lib/contracts/abis/mainnet/PufferWithdrawalManager.ts:1