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);
params | type | Description |
---|---|---|
name | string | String array containing names of collateral |
getVaultById
Get the vaults details by vault id.
function getVaultById(uint256 id) external view returns (VaultData memory);
params | type | Description |
---|---|---|
id | uint256 | Vault ID. |
getVaults
Returns the details of all maker vault related to user.
function getVaults(address owner) external view returns (VaultData[] memory);
params | type | Description |
---|---|---|
owner | address | Address 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.
Table of Contents