Skip to main content

IOsTokenVaultEscrowAuth

Git Source

Author: StakeWise

Interface for OsTokenVaultEscrowAuth contract

Functions

canRegister

Check if the caller can register the exit position

function canRegister(address vault, address owner, uint256 exitPositionTicket, uint256 osTokenShares)
external
view
returns (bool);

Parameters

NameTypeDescription
vaultaddressThe address of the vault
owneraddressThe address of the assets owner
exitPositionTicketuint256The exit position ticket
osTokenSharesuint256The amount of osToken shares to burn

Returns

NameTypeDescription
<none>boolTrue if the caller can register the exit position