Skip to content

Commit

Permalink
update abis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Dec 7, 2023
1 parent 647c0cd commit f5889df
Show file tree
Hide file tree
Showing 10 changed files with 5,603 additions and 5,015 deletions.
448 changes: 378 additions & 70 deletions abis/AjnaToken.json

Large diffs are not rendered by default.

278 changes: 139 additions & 139 deletions abis/ERC20.json

Large diffs are not rendered by default.

3,479 changes: 1,756 additions & 1,723 deletions abis/ERC20Pool.json

Large diffs are not rendered by default.

234 changes: 117 additions & 117 deletions abis/ERC20PoolFactory.json
Original file line number Diff line number Diff line change
@@ -1,230 +1,230 @@
[
{
"type": "constructor",
"inputs": [
{
"internalType": "address",
"name": "ajna_",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
"stateMutability": "nonpayable"
},
{
"inputs": [],
"name": "CreateFail",
"type": "error"
},
{
"inputs": [],
"name": "DecimalsNotCompliant",
"type": "error"
},
{
"inputs": [],
"name": "DeployQuoteCollateralSameToken",
"type": "error"
},
{
"inputs": [],
"name": "DeployWithZeroAddress",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "pool_",
"type": "address"
}
],
"name": "PoolAlreadyExists",
"type": "error"
},
{
"inputs": [],
"name": "PoolInterestRateInvalid",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "pool_",
"type": "address"
}
],
"name": "PoolCreated",
"type": "event"
},
{
"inputs": [],
"type": "function",
"name": "ERC20_NON_SUBSET_HASH",
"inputs": [],
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
"type": "bytes32",
"internalType": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"inputs": [],
"type": "function",
"name": "MAX_RATE",
"inputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"inputs": [],
"type": "function",
"name": "MIN_RATE",
"inputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"inputs": [],
"type": "function",
"name": "ajna",
"inputs": [],
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"type": "function",
"name": "deployPool",
"inputs": [
{
"internalType": "address",
"name": "collateral_",
"type": "address"
"type": "address",
"internalType": "address"
},
{
"internalType": "address",
"name": "quote_",
"type": "address"
"type": "address",
"internalType": "address"
},
{
"internalType": "uint256",
"name": "interestRate_",
"type": "uint256"
"type": "uint256",
"internalType": "uint256"
}
],
"name": "deployPool",
"outputs": [
{
"internalType": "address",
"name": "pool_",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "deployedPools",
"inputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
"type": "bytes32",
"internalType": "bytes32"
},
{
"internalType": "address",
"name": "",
"type": "address"
"type": "address",
"internalType": "address"
},
{
"internalType": "address",
"name": "",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"name": "deployedPools",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"type": "function",
"name": "deployedPoolsList",
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
"type": "uint256",
"internalType": "uint256"
}
],
"name": "deployedPoolsList",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"inputs": [],
"type": "function",
"name": "getDeployedPoolsList",
"inputs": [],
"outputs": [
{
"internalType": "address[]",
"name": "",
"type": "address[]"
"type": "address[]",
"internalType": "address[]"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"inputs": [],
"type": "function",
"name": "getNumberOfDeployedPools",
"inputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"inputs": [],
"type": "function",
"name": "implementation",
"inputs": [],
"outputs": [
{
"internalType": "contract ERC20Pool",
"name": "",
"type": "address"
"type": "address",
"internalType": "contract ERC20Pool"
}
],
"stateMutability": "view"
},
{
"type": "event",
"name": "PoolCreated",
"inputs": [
{
"name": "pool_",
"type": "address",
"indexed": false,
"internalType": "address"
}
],
"stateMutability": "view",
"type": "function"
"anonymous": false
},
{
"type": "error",
"name": "CreateFail",
"inputs": []
},
{
"type": "error",
"name": "DecimalsNotCompliant",
"inputs": []
},
{
"type": "error",
"name": "DeployQuoteCollateralSameToken",
"inputs": []
},
{
"type": "error",
"name": "DeployWithZeroAddress",
"inputs": []
},
{
"type": "error",
"name": "PoolAlreadyExists",
"inputs": [
{
"name": "pool_",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "error",
"name": "PoolInterestRateInvalid",
"inputs": []
}
]
Loading

0 comments on commit f5889df

Please sign in to comment.