MakerDAO

MakerDAO-v1.2 resolver triggers methods like getColInfo, getVaultById, getVaults. You can view details like source code, ABIs on Etherscan.

getColInfo

Get details around collateral types in maker vault.

function getColInfo(string[] memory name) public view returns (ColInfo[] memory);
paramstypeDescription
namestringString array containing names of collateral

getVaultById

Get the vaults details by vault id.

function getVaultById(uint256 id) external view returns (VaultData memory);
paramstypeDescription
iduint256Vault ID.

getVaults

Returns the details of all maker vault related to user.

function getVaults(address owner) external view returns (VaultData[] memory);
paramstypeDescription
owneraddressAddress of the owner of the vault.

If you still can't find something you're looking for or have any questions, ask them at our developers community on Discord or simply send an Email.


Our team is excited about assisting you to build an application using Instadapp Developer Platform. Your questions and feedback help us make a better development environment for future developers.