Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add V301 artifacts #79

Merged
merged 1 commit into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,476 changes: 1,476 additions & 0 deletions artifacts/goerli/abis/LoanV301.abi.js

Large diffs are not rendered by default.

524 changes: 524 additions & 0 deletions artifacts/goerli/abis/LoanV301Initializer.abi.js

Large diffs are not rendered by default.

262 changes: 262 additions & 0 deletions artifacts/goerli/abis/LoanV301Refinancer.abi.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,262 @@
module.exports = [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "collateralRequired_",
"type": "uint256"
}
],
"name": "CollateralRequiredSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "earlyFeeRate_",
"type": "uint256"
}
],
"name": "EarlyFeeRateSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "endingPrincipal_",
"type": "uint256"
}
],
"name": "EndingPrincipalSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "gracePeriod_",
"type": "uint256"
}
],
"name": "GracePeriodSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "interestRate_",
"type": "uint256"
}
],
"name": "InterestRateSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "lateFeeRate_",
"type": "uint256"
}
],
"name": "LateFeeRateSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "lateInterestPremium_",
"type": "uint256"
}
],
"name": "LateInterestPremiumSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "paymentInterval_",
"type": "uint256"
}
],
"name": "PaymentIntervalSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "paymentsRemaining_",
"type": "uint256"
}
],
"name": "PaymentsRemainingSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "increasedBy_",
"type": "uint256"
}
],
"name": "PrincipalIncreased",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount_",
"type": "uint256"
}
],
"name": "increasePrincipal",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "collateralRequired_",
"type": "uint256"
}
],
"name": "setCollateralRequired",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "earlyFeeRate_",
"type": "uint256"
}
],
"name": "setEarlyFeeRate",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "endingPrincipal_",
"type": "uint256"
}
],
"name": "setEndingPrincipal",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "gracePeriod_",
"type": "uint256"
}
],
"name": "setGracePeriod",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "interestRate_",
"type": "uint256"
}
],
"name": "setInterestRate",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "lateFeeRate_",
"type": "uint256"
}
],
"name": "setLateFeeRate",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "lateInterestPremium_",
"type": "uint256"
}
],
"name": "setLateInterestPremium",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "paymentInterval_",
"type": "uint256"
}
],
"name": "setPaymentInterval",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "paymentsRemaining_",
"type": "uint256"
}
],
"name": "setPaymentsRemaining",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
];
1 change: 1 addition & 0 deletions artifacts/goerli/addresses/LoanV301.address.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = "0x094662a2dC6c138Bd710e8D1500A91A8121C74C3";
1 change: 1 addition & 0 deletions artifacts/goerli/addresses/LoanV301Initializer.address.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = "0xbCAF184AAae2B43269A19b901Cc4D5F401e706F1";
1 change: 1 addition & 0 deletions artifacts/goerli/addresses/LoanV301Refinancer.address.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = "0x8250263654544Bd1BDD4087fc775947cC3813F45";
2 changes: 1 addition & 1 deletion artifacts/goerli/contracts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading