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
ADMIN_ROLEresetMintExposureCap - resets the maximum amount of repo tokens that can be minted against collateral back to default amount specified on initialization
ADMIN_ROLEpauseMinting - triggers revert on any call to mintTokens and mintRedemptionValue
ADMIN_ROLEunpauseMinting - returns Repo Token contract to normal minting operations
ADMIN_ROLEpauseBurning - triggers revert on any call to burn and burnAndReturnValue
ADMIN_ROLEunpauseBurning - returns Repo Token contract to normal burning operations
Last updated