MakerV2Manager
Verified contract
Active on
Ethereum with 118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4cac…381b
0x9759…1a28
0x35d1…492b
0x197e…7cf7
0x9f8f…79a2
0x2f0b…042a
0x19c0…f1f1
0x5ef3…5e39
0x448a…9af3
0x7c0e…80b7
0x2a15…8667
0x2c4b…0957
Balances ($0.00)
No balances found for "MakerV2Manager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10640101 | 4 years ago | | | 0 | 0.034771688 | |
| 10637186 | 4 years ago | | | 0 | 0.033938438 | |
| 10633692 | 4 years ago | | | 0 | 0.038470749 | |
| 10632868 | 4 years ago | | | 0 | 0.031780004 | |
| 10632864 | 4 years ago | | | 0 | 0.034523680 | |
| 10632830 | 4 years ago | | | 0 | 0.031804610 | |
| 10632782 | 4 years ago | | | 0 | 0.034553684 | |
| 10632394 | 4 years ago | | | 0 | 0.022853154 | |
| 10632213 | 4 years ago | | | 0 | 0.031865729 | |
| 10632197 | 4 years ago | | | 0 | 0.034520664 |
ABI
ABI objects
Getter at block 21339629
isOnlyOwnerModule() pure returns (bytes4)
0xd490da4d
Read-only
dsrBalance(address _wallet) view returns (uint256 _balance)
getNonce(address _wallet) view returns (uint256 nonce)
loanIds(address, bytes32) view returns (bytes32)
relayer(address) view returns (uint256 nonce)
State-modifying
Events acquireLoan(address _wallet, bytes32 _loanId)
addCollateral(address _wallet, bytes32 _loanId, address _collateral, uint256 _collateralAmount)
addDebt(address _wallet, bytes32 _loanId, address _debtToken, uint256 _debtAmount)
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)
exitAllDsr(address _wallet)
exitDsr(address _wallet, uint256 _amount)
giveVault(address _wallet, bytes32 _loanId)
init(address _wallet)
joinDsr(address _wallet, uint256 _amount)
migrateCdp(address _wallet, bytes32 _cup) returns (bytes32 _loanId)
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)
CdpMigrated(address indexed _wallet, bytes32 _oldCdpId, bytes32 _newVaultId)
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 _amount, uint256 _period)
InvestmentRemoved(address indexed _wallet, address _token, uint256 _amount)
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 _scdMcdMigration, address _pot, address _jug, address _makerRegistry, address _uniswapFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.