TermRepoToken.sol
This contract belongs to the Term Servicer group of contracts and is specific to a Term Repo deployment. This is an ERC-20 contract to track claims to the aggregate repurchase obligations due on the r
TermRepoToken
ADMIN_ROLE
bytes32 ADMIN_ROLEDEVOPS_ROLE
bytes32 DEVOPS_ROLEMINTER_ROLE
bytes32 MINTER_ROLEBURNER_ROLE
bytes32 BURNER_ROLEINITIALIZER_ROLE
bytes32 INITIALIZER_ROLEdecimalPlaces
termContractPaired
mintingPaused
burningPaused
redemptionValue
termRepoId
mintExposureCap
config
emitter
whileMintingNotPaused
whileBurningNotPaused
notTermContractPaired
constructor
initialize
pairTermContracts
resetMintExposureCap
totalRedemptionValue
Return Values
Name
Type
Description
burn
Parameters
Name
Type
Description
burnAndReturnValue
Parameters
Name
Type
Description
Return Values
Name
Type
Description
mintRedemptionValue
Parameters
Name
Type
Description
Return Values
Name
Type
Description
mintTokens
Parameters
Name
Type
Description
decrementMintExposureCap
Parameters
Name
Type
Description
decimals
Return Values
Name
Type
Description
getCollateralRequirements
Return Values
Name
Type
Description
pauseMinting
unpauseMinting
pauseBurning
unpauseBurning
_authorizeUpgrade
Parameters
Name
Type
Description
Last updated