MakerV2Manager
Verified contract
Active on
Ethereum with 0 txns
The storage layout for this contract could not be retrieved.
No balances found for "MakerV2Manager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MakerV2Manager"
ABI
ABI objects
Getter at block 21336255
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.