Skip to content

Commit ab18ca2

Browse files
auto: update contract signatures (#2429)
Co-authored-by: brlc-syncer[bot] <250144067+brlc-syncer[bot]@users.noreply.github.com>
1 parent 25fe9c7 commit ab18ca2

3 files changed

Lines changed: 23 additions & 22 deletions

File tree

static/contracts-signatures/capybara-finance-v2.CreditLineV2.signatures

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ e2517d3f: AccessControlUnauthorizedAccount(address,bytes32)
4242
160cb7e3: CreditLineV2_BorrowerStateOverflow()
4343
627e53da: CreditLineV2_ImplementationAddressInvalid()
4444
55a8b406: CreditLineV2_LimitViolationOnSingleActiveLoan()
45+
4449b88d: CreditLineV2_LimitViolationOnTotalActiveLoanAmount(uint256,uint256)
4546
86fea798: CreditLineV2_LinkedCreditLineContractInvalid()
4647
f19e6f4e: CreditLineV2_LinkedCreditLineNotContract()
4748
5c8a1143: CreditLineV2_LinkedCreditLineUnchanged()
4849
ec564392: CreditLineV2_LoansProhibited()
4950
d4ba69a6: CreditLineV2_MaxBorrowedAmountExcess()
50-
f9c1513e: CreditLoneV2_LimitViolationOnTotalActiveLoanAmount(uint256,uint256)
5151
4c9c8ce3: ERC1967InvalidImplementation(address)
5252
b398979f: ERC1967NonPayable()
5353
d93c0665: EnforcedPause()

static/contracts-signatures/capybara-finance-v2.LendingEngineV2.signatures

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ aaf10f42: getImplementation()
1010
2f2ff15d: grantRole(bytes32,address)
1111
91d14854: hasRole(bytes32,address)
1212
8129fc1c: initialize()
13-
b101087f: previewSubLoan(uint256,uint256,uint256)
13+
6e61ae8e: previewSubLoan(uint256,uint256)
1414
5834570c: processSubLoan(uint256)
1515
aacb0372: proveLendingEngineV2()
1616
52d1902d: proxiableUUID()
1717
36568abe: renounceRole(bytes32,address)
1818
df14c150: revokeLoan(uint256)
1919
d547741f: revokeRole(bytes32,address)
2020
01ffc9a7: supportsInterface(bytes4)
21-
eeebc363: takeLoan((address,uint256,uint256),(uint256,uint256,uint256,uint256,uint256,uint256,uint256)[])
21+
c210b011: takeLoan((address,uint256,uint256),(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)[])
2222
4f1ef286: upgradeToAndCall(address,bytes)
2323

2424
Error signatures:
@@ -47,6 +47,8 @@ e2c11891: LendingMarketV2_ImplementationAddressInvalid()
4747
9237c764: LendingMarketV2_LoanBaseIdInvalid()
4848
4d23964c: LendingMarketV2_LoanBorrowedAmountInvalid()
4949
2ddf1eaf: LendingMarketV2_LoanDurationsInvalid()
50+
a8374f00: LendingMarketV2_LoanPrincipalExcess()
51+
4e016f6e: LendingMarketV2_LoanStartTimestampInvalid()
5052
4ea5c88e: LendingMarketV2_OperationAccountNonzero()
5153
bce30e37: LendingMarketV2_OperationAfterRevocation()
5254
790b04a7: LendingMarketV2_OperationApplyingTimestampTooEarly()
@@ -60,7 +62,8 @@ d092b1bb: LendingMarketV2_OperationNonexistent(uint256,uint256)
6062
0002c700: LendingMarketV2_OperationRevokedAlready(uint256,uint256)
6163
811a2a49: LendingMarketV2_OperationTimestampExcess()
6264
31302993: LendingMarketV2_OperationTimestampTooEarly()
63-
756a2d79: LendingMarketV2_OperationValueInvalid()
65+
6f85c8f9: LendingMarketV2_OperationValueExcess()
66+
75539822: LendingMarketV2_OperationValueNonzero()
6467
8ade25de: LendingMarketV2_OperationVoidingProhibited()
6568
33d2e9c9: LendingMarketV2_ProgramIdExcess()
6669
2612afe4: LendingMarketV2_ProgramStatusIncompatible(uint256)
@@ -70,29 +73,27 @@ a191dc4f: LendingMarketV2_SubLoanBorrowedAmountInvalid()
7073
1a0d5435: LendingMarketV2_SubLoanCountZero()
7174
7bb6c2f3: LendingMarketV2_SubLoanCounterExcess()
7275
f1fb544f: LendingMarketV2_SubLoanDiscountExcess()
76+
d2a80dfa: LendingMarketV2_SubLoanDiscountPartExcess()
7377
29c6d8fd: LendingMarketV2_SubLoanDurationExcess()
7478
df952629: LendingMarketV2_SubLoanDurationInvalid()
7579
4512c709: LendingMarketV2_SubLoanExistentAlready(uint256)
7680
65fea81c: LendingMarketV2_SubLoanFirstIdInvalid()
7781
3594e447: LendingMarketV2_SubLoanFrozenAlready()
78-
ec6fe9e6: LendingMarketV2_SubLoanGraceDiscountRateExcess()
79-
780a282c: LendingMarketV2_SubLoanGraceDiscountRateInitializationProhibited()
80-
f8193836: LendingMarketV2_SubLoanGraceDiscountRateZeroingProhibited()
8182
93a72df7: LendingMarketV2_SubLoanIdExcess()
8283
640fca71: LendingMarketV2_SubLoanNonexistent()
83-
6f70d282: LendingMarketV2_SubLoanPrincipalInvalid()
8484
e3ffa0f0: LendingMarketV2_SubLoanRapayerAddressZero()
85-
dd7944f6: LendingMarketV2_SubLoanRateValueInvalid()
85+
54cae7a0: LendingMarketV2_SubLoanRateValueExcess()
8686
f2ed3857: LendingMarketV2_SubLoanRepaymentExcess()
8787
4f347cfb: LendingMarketV2_SubLoanRepaymentOrDiscountAmountUnrounded()
88+
d6cfdf1f: LendingMarketV2_SubLoanRepaymentOrDiscountAmountZero()
8889
aabf8c3f: LendingMarketV2_SubLoanRevoked()
89-
1fe1b161: LendingMarketV2_SubLoanStartTimestampInvalid()
9090
795c6653: LendingMarketV2_SubLoanUnfrozen()
9191
925258c1: LendingMarketV2_SubLoanUpdateIndexExcess()
9292
6c16552a: LendingMarketV2_UnauthorizedCallContext()
9393
bc9d3643: LendingMarketV2_UnderlyingTokenAddressInvalid()
9494
cd2802dd: LendingMarketV2_UnderlyingTokenAddressZero()
9595
d7e6bcf8: NotInitializing()
96+
6dfcc650: SafeCastOverflowedUintDowncast(uint8,uint256)
9697
5274afe7: SafeERC20FailedOperation(address)
9798
406340d8: UUPSExtUpgradeable_ImplementationAddressNotContract()
9899
7b6a853c: UUPSExtUpgradeable_ImplementationAddressZero()
@@ -112,5 +113,5 @@ bd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff: RoleAdminChang
112113
2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d: RoleGranted(bytes32,address,address)
113114
f6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b: RoleRevoked(bytes32,address,address)
114115
895f3b93d28af7742f7011e760a6d43609b08239f7db494d8bc936a9e29ede1b: SubLoanTaken(uint256,uint256,uint256,uint256,uint256,bytes32)
115-
b53ca16c39e039942b724ac003fc5eecf2c126ae985ae9873a3930ee43178c07: SubLoanUpdated(uint256,uint256,bytes32,bytes32,bytes32,bytes32,bytes32)
116+
3f9e7811e74866268e0429642c9667083837770c2d378362f2cb994a1ac4b19b: SubLoanUpdated(uint256,uint256,bytes32,bytes32,bytes32,bytes32,bytes32,bytes32,bytes32,bytes32)
116117
bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b: Upgraded(address)

static/contracts-signatures/capybara-finance-v2.LendingMarketV2.signatures

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ f82e7fa4: delegateToEngine(bytes)
1313
c9d4623f: engine()
1414
a0decbb8: getAccountAddressBookRecordCount()
1515
769588e3: getAccountInAddressBook(uint256)
16-
913ac2f8: getLoanPreview(uint256,uint256,uint256)
16+
d32099e3: getLoanPreview(uint256,uint256)
1717
c7d2b234: getProgram(uint32)
1818
248a9ca3: getRoleAdmin(bytes32)
1919
9010d07c: getRoleMember(bytes32,uint256)
2020
ca15c873: getRoleMemberCount(bytes32)
2121
a3246ad3: getRoleMembers(bytes32)
2222
39c145b6: getSubLoanOperation(uint256,uint256)
2323
3063de7b: getSubLoanOperationIds(uint256)
24-
b0944dfa: getSubLoanPreview(uint256,uint256,uint256)
24+
f779f3fc: getSubLoanPreview(uint256,uint256)
2525
2f2ff15d: grantRole(bytes32,address)
2626
fd47852b: grantRoleBatch(bytes32,address[])
2727
91d14854: hasRole(bytes32,address)
@@ -45,7 +45,7 @@ f9bcc9a6: subLoanCountMax()
4545
b6e00934: subLoanCounter()
4646
a1246222: submitOperationBatch((uint256,uint256,uint256,uint256,address)[])
4747
01ffc9a7: supportsInterface(bytes4)
48-
eeebc363: takeLoan((address,uint256,uint256),(uint256,uint256,uint256,uint256,uint256,uint256,uint256)[])
48+
c210b011: takeLoan((address,uint256,uint256),(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256)[])
4949
2495a599: underlyingToken()
5050
3f4ba83a: unpause()
5151
4f1ef286: upgradeToAndCall(address,bytes)
@@ -77,6 +77,8 @@ e2c11891: LendingMarketV2_ImplementationAddressInvalid()
7777
9237c764: LendingMarketV2_LoanBaseIdInvalid()
7878
4d23964c: LendingMarketV2_LoanBorrowedAmountInvalid()
7979
2ddf1eaf: LendingMarketV2_LoanDurationsInvalid()
80+
a8374f00: LendingMarketV2_LoanPrincipalExcess()
81+
4e016f6e: LendingMarketV2_LoanStartTimestampInvalid()
8082
4ea5c88e: LendingMarketV2_OperationAccountNonzero()
8183
bce30e37: LendingMarketV2_OperationAfterRevocation()
8284
790b04a7: LendingMarketV2_OperationApplyingTimestampTooEarly()
@@ -90,7 +92,8 @@ d092b1bb: LendingMarketV2_OperationNonexistent(uint256,uint256)
9092
0002c700: LendingMarketV2_OperationRevokedAlready(uint256,uint256)
9193
811a2a49: LendingMarketV2_OperationTimestampExcess()
9294
31302993: LendingMarketV2_OperationTimestampTooEarly()
93-
756a2d79: LendingMarketV2_OperationValueInvalid()
95+
6f85c8f9: LendingMarketV2_OperationValueExcess()
96+
75539822: LendingMarketV2_OperationValueNonzero()
9497
8ade25de: LendingMarketV2_OperationVoidingProhibited()
9598
33d2e9c9: LendingMarketV2_ProgramIdExcess()
9699
2612afe4: LendingMarketV2_ProgramStatusIncompatible(uint256)
@@ -100,23 +103,20 @@ a191dc4f: LendingMarketV2_SubLoanBorrowedAmountInvalid()
100103
1a0d5435: LendingMarketV2_SubLoanCountZero()
101104
7bb6c2f3: LendingMarketV2_SubLoanCounterExcess()
102105
f1fb544f: LendingMarketV2_SubLoanDiscountExcess()
106+
d2a80dfa: LendingMarketV2_SubLoanDiscountPartExcess()
103107
29c6d8fd: LendingMarketV2_SubLoanDurationExcess()
104108
df952629: LendingMarketV2_SubLoanDurationInvalid()
105109
4512c709: LendingMarketV2_SubLoanExistentAlready(uint256)
106110
65fea81c: LendingMarketV2_SubLoanFirstIdInvalid()
107111
3594e447: LendingMarketV2_SubLoanFrozenAlready()
108-
ec6fe9e6: LendingMarketV2_SubLoanGraceDiscountRateExcess()
109-
780a282c: LendingMarketV2_SubLoanGraceDiscountRateInitializationProhibited()
110-
f8193836: LendingMarketV2_SubLoanGraceDiscountRateZeroingProhibited()
111112
93a72df7: LendingMarketV2_SubLoanIdExcess()
112113
640fca71: LendingMarketV2_SubLoanNonexistent()
113-
6f70d282: LendingMarketV2_SubLoanPrincipalInvalid()
114114
e3ffa0f0: LendingMarketV2_SubLoanRapayerAddressZero()
115-
dd7944f6: LendingMarketV2_SubLoanRateValueInvalid()
115+
54cae7a0: LendingMarketV2_SubLoanRateValueExcess()
116116
f2ed3857: LendingMarketV2_SubLoanRepaymentExcess()
117117
4f347cfb: LendingMarketV2_SubLoanRepaymentOrDiscountAmountUnrounded()
118+
d6cfdf1f: LendingMarketV2_SubLoanRepaymentOrDiscountAmountZero()
118119
aabf8c3f: LendingMarketV2_SubLoanRevoked()
119-
1fe1b161: LendingMarketV2_SubLoanStartTimestampInvalid()
120120
795c6653: LendingMarketV2_SubLoanUnfrozen()
121121
925258c1: LendingMarketV2_SubLoanUpdateIndexExcess()
122122
6c16552a: LendingMarketV2_UnauthorizedCallContext()
@@ -143,6 +143,6 @@ bd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff: RoleAdminChang
143143
2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d: RoleGranted(bytes32,address,address)
144144
f6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b: RoleRevoked(bytes32,address,address)
145145
895f3b93d28af7742f7011e760a6d43609b08239f7db494d8bc936a9e29ede1b: SubLoanTaken(uint256,uint256,uint256,uint256,uint256,bytes32)
146-
b53ca16c39e039942b724ac003fc5eecf2c126ae985ae9873a3930ee43178c07: SubLoanUpdated(uint256,uint256,bytes32,bytes32,bytes32,bytes32,bytes32)
146+
3f9e7811e74866268e0429642c9667083837770c2d378362f2cb994a1ac4b19b: SubLoanUpdated(uint256,uint256,bytes32,bytes32,bytes32,bytes32,bytes32,bytes32,bytes32,bytes32)
147147
5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa: Unpaused(address)
148148
bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b: Upgraded(address)

0 commit comments

Comments
 (0)