PoolInitializer
initialize
finish
claimTokens
msg.sender
based on their proportion of the total credits.claimTokens
account
based on their proportion of the total credits.claimTokens
account
based on their proportion of the total credits.contributeTokens
amountIn
of token
to the pool for credit.minimumCredit
to not revert. If amountIn
is greater than the desired amount of token
, the desired amount will be used instead.contributeTokens
amountsIn
of the corresponding tokens in tokens
to the pool for credit.minimumCredit
to not revert. If any input amount is greater than the desired amount of the corresponding token, the desired amount will be used instead.updatePrices
isFinished
getTotalCredit
getCreditOf
account
.getDesiredTokens
getDesiredAmount
token
the pool needs.getCreditForTokens
amountIn
of token
.amountIn
is greater than the desired amount of token
, this will calculate the output using the desired amount instead of amountIn
.