MoCInrate
View Source: contracts/MoCInrate.sol
↗ Extends: MoCInrateEvents, MoCInrateStructs, MoCBase, MoCLibConnection, Governed, IMoCInrate
MoCInrate - version: 0.1.12
Structs
InrateParams
InitializeParams
Contract Members
Constants & Variables
InrateDailyPay
Parameters
RiskProHoldersInterestPay
Parameters
Modifiers
onlyOnceADay
Arguments
onlyWhenBitProInterestsIsEnabled
Arguments
Functions
setDoCTmin
Arguments
setDoCTmax
Arguments
setDoCPower
Arguments
getDoCTmin
Arguments
getDoCTmax
Arguments
getDoCPower
Arguments
docInrateAvg
Calculates an average interest rate between after and before free doc Redemption
Returns
Interest rate value [using mocPrecision]
Arguments
initialize
Initializes the contract
Arguments
getBtcxTmin
gets tMin param of BTCX tokens
Returns
returns tMin of BTCX
Arguments
getBtcxTmax
gets tMax param of BTCX tokens
Returns
returns tMax of BTCX
Arguments
getBtcxPower
gets power param of BTCX tokens
Returns
returns power of BTCX
Arguments
getBitProInterestBlockSpan
⤾ overrides IMoCInrate.getBitProInterestBlockSpan
Gets the blockspan of BPRO that represents the frecuency of BitPro holders intereset payment
Returns
returns power of bitProInterestBlockSpan
Arguments
setBtcxTmin
sets tMin param of BTCX tokens
Arguments
setBtcxTmax
sets tMax param of BTCX tokens
Arguments
setBtcxPower
sets power param of BTCX tokens
Arguments
getBitProRate
⤾ overrides IMoCInrate.getBitProRate
Gets the rate for BitPro Holders
Returns
BitPro Rate
Arguments
setBitProRate
Sets BitPro Holders rate
Arguments
setBitProInterestBlockSpan
⤾ overrides IMoCInrate.setBitProInterestBlockSpan
Sets the blockspan BitPro Intereset rate payment is enable to be executed
Arguments
getBitProInterestAddress
⤾ overrides IMoCInrate.getBitProInterestAddress
Gets the target address to transfer BitPro Holders rate
Returns
Target address to transfer BitPro Holders interest
Arguments
setBitProInterestAddress
Sets the target address to transfer BitPro Holders rate
Arguments
setCommissionsAddress
Sets the target address to transfer commissions of Mint/Redeem transactions
Arguments
spotInrate
Calculates interest rate for BProx Minting, redeem and Free Doc Redeem
⚠ This has been deprecated since the Proposal to remove leveraged positions from the protocol was approved, however it is necessary to maintain the contracts and their documentation for legacy support.
Returns
Interest rate value [using RatePrecsion]
Arguments
btcxInrateAvg
Calculates an average interest rate between after and before mint/redeem
Returns
Interest rate value [using mocPrecision]
Arguments
dailyInrate
returns the amount of BTC to pay in concept of interest to bucket C0
Arguments
calcMintInterestValues
⤾ overrides IMoCInrate.calcMintInterestValues
Extract the inrate from the passed RBTC value for Bprox minting operation
⚠ This has been deprecated since the Proposal to remove leveraged positions from the protocol was approved, however it is necessary to maintain the contracts and their documentation for legacy support.
Returns
RBTC to pay in concept of interests [using reservePrecision]
Arguments
calcDocRedInterestValues
⤾ overrides IMoCInrate.calcDocRedInterestValues
Extract the inrate from the passed RBTC value for the Doc Redeem operation
Returns
RBTC to pay in concept of interests [using reservePrecision]
Arguments
calcFinalRedeemInterestValue
⤾ overrides IMoCInrate.calcFinalRedeemInterestValue
This function calculates the interest to return to the user in a BPRox redemption. It uses a mechanism to counteract the effect of free docs redemption. It will be replaced with FreeDoC redemption interests in the future
⚠ This has been deprecated since the Proposal to remove leveraged positions from the protocol was approved, however it is necessary to maintain the contracts and their documentation for legacy support.
Returns
RBTC to recover in concept of interests [using reservePrecision]
Arguments
calcCommissionValue
⤾ overrides IMoCInrate.calcCommissionValue
calculates the Commission rate from the passed RBTC amount and the transaction type for mint/redeem operations
Returns
finalCommissionAmount [using reservePrecision]
Arguments
calcCommissionValue
DEPRECATED calculates the Commission rate from the passed RBTC amount for mint/redeem operations
Returns
finalCommissionAmount [using reservePrecision]
Arguments
calculateVendorMarkup
⤾ overrides IMoCInrate.calculateVendorMarkup
calculates the vendor markup rate from the passed vendor account and amount
Returns
finalCommissionAmount [using reservePrecision]
Arguments
calcRedeemInterestValue
Calculates RBTC value to return to the user in concept of interests
Returns
RBTC to recover in concept of interests [using reservePrecision]
Arguments
dailyInratePayment
⤾ overrides IMoCInrate.dailyInratePayment
Moves the daily amount of interest rate to C0 bucket
Arguments
isDailyEnabled
⤾ overrides IMoCInrate.isDailyEnabled
Arguments
isBitProInterestEnabled
⤾ overrides IMoCInrate.isBitProInterestEnabled
Arguments
calculateBitProHoldersInterest
⤾ overrides IMoCInrate.calculateBitProHoldersInterest
Calculates BitPro Holders interest rates
Returns
toPay interest in RBTC [using RBTCPrecsion]
Arguments
payBitProHoldersInterestPayment
⤾ overrides IMoCInrate.payBitProHoldersInterestPayment
Pays the BitPro Holders interest rates
Returns
interest payed in RBTC [using RBTCPrecsion]
Arguments
setCommissionRateByTxType
Sets the commission rate to a particular transaction type
Arguments
inrateToSettlement
Calculates the interest rate to pay until the settlement day
Returns
Interest rate value [using RatePrecsion]
Arguments
calcProportionalInterestValue
This function calculates the interest to return to a user redeeming BTCx as a proportion of the amount in the interestBag.
Returns
InterestsInBag * (RedeemInterests / FullRedeemInterest) [using reservePrecision]
Arguments
calcFullRedeemInterestValue
This function calculates the interest to return if a user redeem all Btcx in existance
Returns
Interests [using reservePrecision]
Arguments
simulateDocMovement
Calculates the final amount of Bucket 0 DoCs on BProx mint/redeem
⚠ This has been deprecated since the Proposal to remove leveraged positions from the protocol was approved, however it is necessary to maintain the contracts and their documentation for legacy support.
Returns
Final bucket 0 Doc amount
Arguments
inrateDayCount
Returns the days to use for interests calculation
Returns
days [using dayPrecision]
Arguments
initializeContracts
Initialize the contracts with which it interacts
Arguments
initializeValues
Initialize the parameters of the contract
Arguments
Last updated