Gelato-automations/pre-compiles/InstaMapping.json

97 lines
2.5 KiB
JSON
Raw Normal View History

2020-10-26 17:33:36 +00:00
{
"contractName": "ConnectAuth",
"abi": [
2020-11-16 16:55:04 +00:00
{ "inputs": [], "stateMutability": "nonpayable", "type": "constructor" },
2020-10-26 17:33:36 +00:00
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address[]",
"name": "cTokens",
"type": "address[]"
}
],
"name": "LogAddCTokenMapping",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address[]",
"name": "gemJoin",
"type": "address[]"
}
],
"name": "LogAddGemJoinMapping",
"type": "event"
},
{
"inputs": [
2020-11-16 16:55:04 +00:00
{ "internalType": "address[]", "name": "cTkn", "type": "address[]" }
2020-10-26 17:33:36 +00:00
],
"name": "addCtknMapping",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
2020-11-16 16:55:04 +00:00
{ "internalType": "address[]", "name": "gemJoins", "type": "address[]" }
2020-10-26 17:33:36 +00:00
],
"name": "addGemJoinMapping",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
2020-11-16 16:55:04 +00:00
"inputs": [{ "internalType": "address", "name": "", "type": "address" }],
2020-10-26 17:33:36 +00:00
"name": "cTokenMapping",
2020-11-16 16:55:04 +00:00
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
2020-10-26 17:33:36 +00:00
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "connectors",
2020-11-16 16:55:04 +00:00
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
2020-10-26 17:33:36 +00:00
"stateMutability": "view",
"type": "function"
},
{
2020-11-16 16:55:04 +00:00
"inputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
2020-10-26 17:33:36 +00:00
"name": "gemJoinMapping",
2020-11-16 16:55:04 +00:00
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
2020-10-26 17:33:36 +00:00
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "instaIndex",
2020-11-16 16:55:04 +00:00
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
2020-10-26 17:33:36 +00:00
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "name",
2020-11-16 16:55:04 +00:00
"outputs": [{ "internalType": "string", "name": "", "type": "string" }],
2020-10-26 17:33:36 +00:00
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "version",
2020-11-16 16:55:04 +00:00
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
2020-10-26 17:33:36 +00:00
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}