@@ -182,5 +182,38 @@ export const POIDH_ABI = [
182182 "outputs" : [ { "internalType" : "uint256" , "name" : "" , "type" : "uint256" } ] ,
183183 "stateMutability" : "view" ,
184184 "type" : "function"
185- }
185+ } ,
186+ // ── Custom errors ────────────────────────────────────────────────────────
187+ { "inputs" : [ ] , "name" : "NoEther" , "type" : "error" } ,
188+ { "inputs" : [ ] , "name" : "MinimumBountyNotMet" , "type" : "error" } ,
189+ { "inputs" : [ ] , "name" : "MinimumContributionNotMet" , "type" : "error" } ,
190+ { "inputs" : [ ] , "name" : "BountyNotFound" , "type" : "error" } ,
191+ { "inputs" : [ ] , "name" : "ClaimNotFound" , "type" : "error" } ,
192+ { "inputs" : [ ] , "name" : "VotingOngoing" , "type" : "error" } ,
193+ { "inputs" : [ ] , "name" : "VotingEnded" , "type" : "error" } ,
194+ { "inputs" : [ ] , "name" : "NoVotingPeriodSet" , "type" : "error" } ,
195+ { "inputs" : [ ] , "name" : "BountyClaimed" , "type" : "error" } ,
196+ { "inputs" : [ ] , "name" : "BountyClosed" , "type" : "error" } ,
197+ { "inputs" : [ ] , "name" : "NotOpenBounty" , "type" : "error" } ,
198+ { "inputs" : [ ] , "name" : "NotSoloBounty" , "type" : "error" } ,
199+ { "inputs" : [ ] , "name" : "WrongCaller" , "type" : "error" } ,
200+ { "inputs" : [ ] , "name" : "IssuerCannotClaim" , "type" : "error" } ,
201+ { "inputs" : [ ] , "name" : "IssuerCannotWithdraw" , "type" : "error" } ,
202+ { "inputs" : [ ] , "name" : "NotActiveParticipant" , "type" : "error" } ,
203+ { "inputs" : [ ] , "name" : "AlreadyVoted" , "type" : "error" } ,
204+ { "inputs" : [ ] , "name" : "ClaimAlreadyAccepted" , "type" : "error" } ,
205+ { "inputs" : [ ] , "name" : "NothingToWithdraw" , "type" : "error" } ,
206+ { "inputs" : [ ] , "name" : "TransferFailed" , "type" : "error" } ,
207+ { "inputs" : [ ] , "name" : "InsufficientBalance" , "type" : "error" } ,
208+ { "inputs" : [ ] , "name" : "MaxParticipantsReached" , "type" : "error" } ,
209+ { "inputs" : [ ] , "name" : "NotCancelledOpenBounty" , "type" : "error" } ,
210+ { "inputs" : [ ] , "name" : "VoteWouldPass" , "type" : "error" } ,
211+ { "inputs" : [ ] , "name" : "InvalidStartClaimIndex" , "type" : "error" } ,
212+ { "inputs" : [ ] , "name" : "ContractsCannotCreateBounties" , "type" : "error" } ,
213+ { "inputs" : [ ] , "name" : "InvalidTreasury" , "type" : "error" } ,
214+ { "inputs" : [ ] , "name" : "InvalidPoidhNft" , "type" : "error" } ,
215+ { "inputs" : [ ] , "name" : "InvalidWithdrawTo" , "type" : "error" } ,
216+ { "inputs" : [ ] , "name" : "DirectEtherNotAccepted" , "type" : "error" } ,
217+ { "inputs" : [ ] , "name" : "InvalidMinBountyAmount" , "type" : "error" } ,
218+ { "inputs" : [ ] , "name" : "InvalidMinContribution" , "type" : "error" }
186219] as const ;
0 commit comments