Whitelist
State Variables
protocolWhitelist
mapping(address protocolControlledAddress => bool) public protocolWhitelist;borrowersRoot
mapping(uint8 ilkIndex => bytes32) public borrowersRoot;lendersRoot
bytes32 public lendersRoot;Functions
constructor
constructor(bytes32[] memory _borrowersRoots, bytes32 _lendersRoot) Ownable(msg.sender);Name
Type
Description
updateBorrowersRoot
Name
Type
Description
updateLendersRoot
Name
Type
Description
approveProtocolWhitelist
Name
Type
Description
revokeProtocolWhitelist
Name
Type
Description
isWhitelistedBorrower
Name
Type
Description
isWhitelistedLender
Name
Type
Description