CompoundManager
Verified contract
Active on
Ethereum with 33,220 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44da…e76f
0xc434…3d91
Balances ($0.00)
No balances found for "CompoundManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11385675 | 4 years ago | | | 0 | 0.015202847 | |
| 11376546 | 4 years ago | | | 0 | 0.0091833308 | |
| 11366063 | 4 years ago | | | 0 | 0.014287548 | |
| 11355626 | 4 years ago | | | 0 | 0.0028156534 | |
| 11329138 | 4 years ago | | | 0 | 0.019785195 | |
| 11322510 | 4 years ago | | | 0 | 0.025397014 | |
| 11322383 | 4 years ago | | | 0 | 0.025156175 | |
| 11316721 | 4 years ago | | | 0 | 0.010959953 | |
| 11316467 | 4 years ago | | | 0 | 0.0072837860 | |
| 11306855 | 4 years ago | | | 0 | 0.012914278 |
ABI
ABI objects
Getter at block 21256380
compoundRegistry() view returns (address)
0xc43472062b4e3763c775956988cc883d4b863d91
comptroller() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
Read-only
getInvestment(address _wallet, address _token) view returns (uint256 _tokenValue, uint256 _periodEnd)
getLoan(address _wallet, bytes32 _loanId) view returns (uint8 _status, uint256 _ethValue)
getNonce(address _wallet) view returns (uint256 nonce)
relayer(address) view returns (uint256 nonce)
State-modifying
Events addCollateral(address _wallet, bytes32 _loanId, address _collateral, uint256 _collateralAmount)
addDebt(address _wallet, bytes32 _loanId, address _debtToken, uint256 _debtAmount)
addInvestment(address _wallet, address _token, uint256 _amount, uint256 _period) returns (uint256 _invested)
addModule(address _wallet, address _module)
closeLoan(address _wallet, bytes32 _loanId)
execute(address _wallet, bytes _data, uint256 _nonce, bytes _signatures, uint256 _gasPrice, uint256 _gasLimit) returns (bool success)
init(address _wallet)
openLoan(address _wallet, address _collateral, uint256 _collateralAmount, address _debtToken, uint256 _debtAmount) returns (bytes32 _loanId)
recoverToken(address _token)
removeCollateral(address _wallet, bytes32 _loanId, address _collateral, uint256 _collateralAmount)
removeDebt(address _wallet, bytes32 _loanId, address _debtToken, uint256 _debtAmount)
removeInvestment(address _wallet, address _token, uint256 _fraction)
CollateralAdded(address indexed _wallet, bytes32 indexed _loanId, address _collateral, uint256 _collateralAmount)
CollateralRemoved(address indexed _wallet, bytes32 indexed _loanId, address _collateral, uint256 _collateralAmount)
DebtAdded(address indexed _wallet, bytes32 indexed _loanId, address _debtToken, uint256 _debtAmount)
DebtRemoved(address indexed _wallet, bytes32 indexed _loanId, address _debtToken, uint256 _debtAmount)
InvestmentAdded(address indexed _wallet, address _token, uint256 _invested, uint256 _period)
InvestmentRemoved(address indexed _wallet, address _token, uint256 _fraction)
LoanClosed(address indexed _wallet, bytes32 indexed _loanId)
LoanOpened(address indexed _wallet, bytes32 indexed _loanId, address _collateral, uint256 _collateralAmount, address _debtToken, uint256 _debtAmount)
ModuleCreated(bytes32 name)
ModuleInitialised(address wallet)
TransactionExecuted(address indexed wallet, bool indexed success, bytes32 signedHash)
constructor(address _registry, address _guardianStorage, address _comptroller, address _compoundRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.