mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
78 lines
1.6 KiB
JSON
78 lines
1.6 KiB
JSON
{
|
|
"contractName": "GetCdps",
|
|
"abi": [
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "manager",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "guy",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "getCdpsAsc",
|
|
"outputs": [
|
|
{
|
|
"internalType": "uint256[]",
|
|
"name": "ids",
|
|
"type": "uint256[]"
|
|
},
|
|
{
|
|
"internalType": "address[]",
|
|
"name": "urns",
|
|
"type": "address[]"
|
|
},
|
|
{
|
|
"internalType": "bytes32[]",
|
|
"name": "ilks",
|
|
"type": "bytes32[]"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "manager",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "guy",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "getCdpsDesc",
|
|
"outputs": [
|
|
{
|
|
"internalType": "uint256[]",
|
|
"name": "ids",
|
|
"type": "uint256[]"
|
|
},
|
|
{
|
|
"internalType": "address[]",
|
|
"name": "urns",
|
|
"type": "address[]"
|
|
},
|
|
{
|
|
"internalType": "bytes32[]",
|
|
"name": "ilks",
|
|
"type": "bytes32[]"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
}
|
|
],
|
|
"bytecode": "0x",
|
|
"deployedBytecode": "0x",
|
|
"linkReferences": {},
|
|
"deployedLinkReferences": {}
|
|
}
|