This contract is being backfilled. You may encounter incomplete storage history.

MakerV2Manager

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0xc6ff1fed at 10012130

The storage layout for this contract could not be retrieved.

No balances found for "MakerV2Manager"

No transactions found for "MakerV2Manager"


Functions
Getter at block 21336255
isOnlyOwnerModule(pure returns (bytes4)
0xd490da4d
Read-only
dsrBalance(address _walletview returns (uint256 _balance)
getNonce(address _walletview returns (uint256 nonce)
loanIds(addressbytes32view returns (bytes32)
relayer(addressview returns (uint256 nonce)
State-modifying
acquireLoan(address _walletbytes32 _loanId
addCollateral(address _walletbytes32 _loanIdaddress _collateraluint256 _collateralAmount
addDebt(address _walletbytes32 _loanIdaddress _debtTokenuint256 _debtAmount
addModule(address _walletaddress _module
closeLoan(address _walletbytes32 _loanId
execute(address _walletbytes _datauint256 _noncebytes _signaturesuint256 _gasPriceuint256 _gasLimitreturns (bool success)
exitAllDsr(address _wallet
exitDsr(address _walletuint256 _amount
giveVault(address _walletbytes32 _loanId
init(address _wallet
joinDsr(address _walletuint256 _amount
migrateCdp(address _walletbytes32 _cupreturns (bytes32 _loanId)
openLoan(address _walletaddress _collateraluint256 _collateralAmountaddress _debtTokenuint256 _debtAmountreturns (bytes32 _loanId)
recoverToken(address _token
removeCollateral(address _walletbytes32 _loanIdaddress _collateraluint256 _collateralAmount
removeDebt(address _walletbytes32 _loanIdaddress _debtTokenuint256 _debtAmount
Events
CdpMigrated(address indexed _walletbytes32 _oldCdpIdbytes32 _newVaultId
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 _amountuint256 _period
InvestmentRemoved(address indexed _walletaddress _tokenuint256 _amount
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 _scdMcdMigrationaddress _potaddress _jugaddress _makerRegistryaddress _uniswapFactory
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.