Administrative Functions

ContractDescription and Key External Functions

ERC-20 contract to track claims to the aggregate repurchase obligations due on the repurchase date across all borrowers

ADMIN_ROLE

resetMintExposureCap - resets the maximum amount of repo tokens that can be minted against collateral back to default amount specified on initialization

ADMIN_ROLE

pauseMinting - triggers revert on any call to mintTokens and mintRedemptionValue

ADMIN_ROLE

unpauseMinting - returns Repo Token contract to normal minting operations

ADMIN_ROLE

pauseBurning - triggers revert on any call to burn and burnAndReturnValue

ADMIN_ROLE

unpauseBurning - returns Repo Token contract to normal burning operations

Last updated