CompoundManager

Verified contract

Active on Ethereum with 33,220 txns
Deployed by via 0xddb5d9f9 at 8308082
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CompoundManager"

0x211b4402ae6bb79bf14557aff0dc29917081dec6c926696e57cfbc32df01976b
0xd4a6df5e53c51025cd13a558c122bce14ec80a43c9b05d844d9d4750ace42c33
0x7aa432713c242891f74b9d75855db5e4519b057fb36842d894da6b9c69d9e6bf
0xf2214f4d299fa3e61e07dc89c6598aef0055a78febcb427b016b9458cceba579
0x92604c9008b795ae6f04ad60c6518be86375c48efdd6616d3f17c1415ef90b78
0xeb3cc47b242100d4852a9a4a6a6e8f14130bf05c008156029814c8dc4f0b6c72
0x130b553d579a3bd1be756894fe392776cd6a3938e9e06644dbc3e096bf0d66a8
0x50b7abd4dd17590af084596e94f1ff66a6bd4587826e926cf25b670332a3517c
0x84481bc25bd9e4266c9718f59916db92f54b507b2f04acadd330a206776e62f9
0x8300cd101eb09c15dd758f13b2f2d809181a2fa3707b26e03ada24a2e3c5fb50

Functions
Getter at block 21256380
compoundRegistry(view returns (address)
0xc43472062b4e3763c775956988cc883d4b863d91
comptroller(view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
guardianStorage(view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
Read-only
getInvestment(address _walletaddress _tokenview returns (uint256 _tokenValueuint256 _periodEnd)
getLoan(address _walletbytes32 _loanIdview returns (uint8 _statusuint256 _ethValue)
getNonce(address _walletview returns (uint256 nonce)
relayer(addressview returns (uint256 nonce)
State-modifying
addCollateral(address _walletbytes32 _loanIdaddress _collateraluint256 _collateralAmount
addDebt(address _walletbytes32 _loanIdaddress _debtTokenuint256 _debtAmount
addInvestment(address _walletaddress _tokenuint256 _amountuint256 _periodreturns (uint256 _invested)
addModule(address _walletaddress _module
closeLoan(address _walletbytes32 _loanId
execute(address _walletbytes _datauint256 _noncebytes _signaturesuint256 _gasPriceuint256 _gasLimitreturns (bool success)
init(address _wallet
openLoan(address _walletaddress _collateraluint256 _collateralAmountaddress _debtTokenuint256 _debtAmountreturns (bytes32 _loanId)
recoverToken(address _token
removeCollateral(address _walletbytes32 _loanIdaddress _collateraluint256 _collateralAmount
removeDebt(address _walletbytes32 _loanIdaddress _debtTokenuint256 _debtAmount
removeInvestment(address _walletaddress _tokenuint256 _fraction
Events
CollateralAdded(address indexed _walletbytes32 indexed _loanIdaddress _collateraluint256 _collateralAmount
CollateralRemoved(address indexed _walletbytes32 indexed _loanIdaddress _collateraluint256 _collateralAmount
DebtAdded(address indexed _walletbytes32 indexed _loanIdaddress _debtTokenuint256 _debtAmount
DebtRemoved(address indexed _walletbytes32 indexed _loanIdaddress _debtTokenuint256 _debtAmount
InvestmentAdded(address indexed _walletaddress _tokenuint256 _investeduint256 _period
InvestmentRemoved(address indexed _walletaddress _tokenuint256 _fraction
LoanClosed(address indexed _walletbytes32 indexed _loanId
LoanOpened(address indexed _walletbytes32 indexed _loanIdaddress _collateraluint256 _collateralAmountaddress _debtTokenuint256 _debtAmount
ModuleCreated(bytes32 name
ModuleInitialised(address wallet
TransactionExecuted(address indexed walletbool indexed successbytes32 signedHash
Constructor
constructor(address _registryaddress _guardianStorageaddress _comptrolleraddress _compoundRegistry
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.