Administrative Functions
Contract
Description and Key External Functions
ERC-20 contract to track claims to the aggregate repurchase obligations due on the repurchase date across all borrowers
resetMintExposureCap - resets the maximum amount of repo tokens that can be minted against collateral back to default amount specified on initialization
pauseMinting - triggers revert on any call to mintTokens
and mintRedemptionValue
unpauseMinting - returns Repo Token contract to normal minting operations
pauseBurning - triggers revert on any call to burn
and burnAndReturnValue
unpauseBurning - returns Repo Token contract to normal burning operations
Last updated