MezoAllocator
IMezoPortal
DepositInfo
struct DepositInfo {
uint96 balance;
uint32 unlockAt;
uint96 receiptMinted;
uint96 feeOwed;
uint88 lastFeeIntegral;
}deposit
function deposit(address token, uint96 amount, uint32 lockPeriod) externalParameters
Name
Type
Description
withdraw
Parameters
Name
Type
Description
withdrawPartially
Parameters
Name
Type
Description
depositCount
getDeposit
Parameters
Name
Type
Description
MezoAllocator
mezoPortal
tbtc
stbtc
isMaintainer
maintainers
depositId
depositBalance
DepositAllocated
DepositWithdrawn
MaintainerAdded
MaintainerRemoved
DepositReleased
CallerNotMaintainer
CallerNotStbtc
MaintainerNotRegistered
MaintainerAlreadyRegistered
onlyMaintainer
constructor
initialize
Parameters
Name
Type
Description
allocate
withdraw
Parameters
Name
Type
Description
releaseDeposit
addMaintainer
Parameters
Name
Type
Description
removeMaintainer
Parameters
Name
Type
Description
totalAssets
getMaintainers
Last updated
Was this helpful?