TermRepoLocker.sol
This contract belongs to the Term Servicer group of contracts and is specific to a Term Repo deployment. This is the contract in which Term Servicer locks collateral and purchase tokens.
TermRepoLocker
ADMIN_ROLE
bytes32 ADMIN_ROLEDEVOPS_ROLE
bytes32 DEVOPS_ROLEINITIALIZER_ROLE
bytes32 INITIALIZER_ROLESERVICER_ROLE
bytes32 SERVICER_ROLEtermRepoId
bytes32 termRepoIdtransfersPaused
emitter
whileTransfersNotPaused
constructor
initialize
pairTermContracts
transferTokenFromWallet
Parameters
Name
Type
Description
transferTokenToWallet
Parameters
Name
Type
Description
pauseTransfers
unpauseTransfers
_authorizeUpgrade
Parameters
Name
Type
Description
Last updated