@boostxyz/sdk 7.8.0 → 8.0.0-canary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Actions/Action.cjs +1 -1
- package/dist/Actions/Action.js +1 -1
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.cjs.map +1 -1
- package/dist/Actions/EventAction.d.ts +4 -4
- package/dist/Actions/EventAction.js +97 -97
- package/dist/Actions/EventAction.js.map +1 -1
- package/dist/{AllowList-BJ9HQGFs.cjs → AllowList-BacG3oLt.cjs} +2 -2
- package/dist/{AllowList-BJ9HQGFs.cjs.map → AllowList-BacG3oLt.cjs.map} +1 -1
- package/dist/{AllowList-DiU7g4Hs.js → AllowList-NPDlllP6.js} +28 -28
- package/dist/{AllowList-DiU7g4Hs.js.map → AllowList-NPDlllP6.js.map} +1 -1
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.js +3 -3
- package/dist/AllowLists/SimpleAllowList.cjs +1 -1
- package/dist/AllowLists/SimpleAllowList.js +8 -8
- package/dist/AllowLists/SimpleDenyList.cjs +1 -1
- package/dist/AllowLists/SimpleDenyList.js +3 -3
- package/dist/Auth/PassthroughAuth.cjs +1 -1
- package/dist/Auth/PassthroughAuth.js +1 -1
- package/dist/BoostCore.cjs +2 -2
- package/dist/BoostCore.cjs.map +1 -1
- package/dist/BoostCore.d.ts +106 -23
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +518 -451
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.js +46 -46
- package/dist/{Budget-YIhV65cc.js → Budget-Dq0K1LVM.js} +36 -36
- package/dist/{Budget-YIhV65cc.js.map → Budget-Dq0K1LVM.js.map} +1 -1
- package/dist/{Budget-D_zhh1rh.cjs → Budget-Gk2p5v0g.cjs} +2 -2
- package/dist/{Budget-D_zhh1rh.cjs.map → Budget-Gk2p5v0g.cjs.map} +1 -1
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.js +2 -2
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.js +24 -24
- package/dist/Deployable/Contract.cjs +1 -1
- package/dist/Deployable/Contract.cjs.map +1 -1
- package/dist/Deployable/Contract.d.ts +8 -0
- package/dist/Deployable/Contract.d.ts.map +1 -1
- package/dist/Deployable/Contract.js +14 -4
- package/dist/Deployable/Contract.js.map +1 -1
- package/dist/Deployable/Deployable.cjs +1 -1
- package/dist/Deployable/Deployable.cjs.map +1 -1
- package/dist/Deployable/Deployable.d.ts +7 -0
- package/dist/Deployable/Deployable.d.ts.map +1 -1
- package/dist/Deployable/Deployable.js +13 -4
- package/dist/Deployable/Deployable.js.map +1 -1
- package/dist/Deployable/DeployableTarget.cjs +1 -1
- package/dist/Deployable/DeployableTarget.js +7 -7
- package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.js +16 -16
- package/dist/{Incentive-CeoEla-t.js → Incentive-DupDIsTS.js} +23 -23
- package/dist/{Incentive-CeoEla-t.js.map → Incentive-DupDIsTS.js.map} +1 -1
- package/dist/{Incentive-CrnbYN_a.cjs → Incentive-YiX6zKm1.cjs} +2 -2
- package/dist/{Incentive-CrnbYN_a.cjs.map → Incentive-YiX6zKm1.cjs.map} +1 -1
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.js +17 -17
- package/dist/Incentives/CGDAIncentive.cjs +1 -1
- package/dist/Incentives/CGDAIncentive.js +38 -38
- package/dist/Incentives/ERC20Incentive.cjs +1 -1
- package/dist/Incentives/ERC20Incentive.js +13 -13
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.cjs +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.d.ts +6 -6
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.js +22 -22
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.js.map +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs.map +1 -1
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.d.ts +6 -6
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js +91 -91
- package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts +6 -6
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js +9 -9
- package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.d.ts +6 -6
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js +9 -9
- package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.cjs +1 -1
- package/dist/Incentives/ERC20VariableIncentive.js +12 -12
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.js +2 -2
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.js +10 -10
- package/dist/{SimpleDenyList-7-VTqfsH.cjs → SimpleDenyList-DMdld3JN.cjs} +2 -2
- package/dist/{SimpleDenyList-7-VTqfsH.cjs.map → SimpleDenyList-DMdld3JN.cjs.map} +1 -1
- package/dist/{SimpleDenyList-Dr03aOeP.js → SimpleDenyList-DyKqIWYL.js} +14 -14
- package/dist/{SimpleDenyList-Dr03aOeP.js.map → SimpleDenyList-DyKqIWYL.js.map} +1 -1
- package/dist/{Validator-rYW7PMwW.cjs → Validator-BwPDBcxh.cjs} +2 -2
- package/dist/{Validator-rYW7PMwW.cjs.map → Validator-BwPDBcxh.cjs.map} +1 -1
- package/dist/{Validator-DgvB9wge.js → Validator-vn0kQ3Wu.js} +9 -9
- package/dist/{Validator-DgvB9wge.js.map → Validator-vn0kQ3Wu.js.map} +1 -1
- package/dist/Validators/LimitedSignerValidator.cjs +1 -1
- package/dist/Validators/LimitedSignerValidator.js +17 -17
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.js +3 -3
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.js +2 -2
- package/dist/deployments-DimWVnA4.cjs +2 -0
- package/dist/deployments-DimWVnA4.cjs.map +1 -0
- package/dist/deployments-Dw5Suk_D.js +158 -0
- package/dist/deployments-Dw5Suk_D.js.map +1 -0
- package/dist/deployments.json +115 -153
- package/dist/generated-BzLYuFx3.cjs +3 -0
- package/dist/generated-BzLYuFx3.cjs.map +1 -0
- package/dist/{generated-B6mEIx8i.js → generated-D6oDILUw.js} +250 -193
- package/dist/generated-D6oDILUw.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +16 -16
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/src/BoostCore.test.ts +34 -23
- package/src/BoostCore.ts +124 -26
- package/src/Deployable/Contract.ts +11 -0
- package/src/Deployable/Deployable.ts +10 -0
- package/src/utils.ts +0 -1
- package/dist/deployments-BjBgk03b.cjs +0 -2
- package/dist/deployments-BjBgk03b.cjs.map +0 -1
- package/dist/deployments-CHQ30INq.js +0 -194
- package/dist/deployments-CHQ30INq.js.map +0 -1
- package/dist/generated-B6mEIx8i.js.map +0 -1
- package/dist/generated-dd4FN0Fo.cjs +0 -3
- package/dist/generated-dd4FN0Fo.cjs.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { c$ as Y, d0 as p0, d1 as y0, d2 as b0, d3 as l0 } from "../generated-
|
|
1
|
+
import { c$ as Y, d0 as p0, d1 as y0, d2 as b0, d3 as l0 } from "../generated-D6oDILUw.js";
|
|
2
2
|
import { getTransaction as R, getTransactionReceipt as V } from "@wagmi/core";
|
|
3
3
|
import { isAddressEqual as E, toEventSelector as G, decodeFunctionData as Z, isAddress as H, decodeEventLog as Q, zeroHash as C, fromHex as L, encodeAbiParameters as g0, pad as K, zeroAddress as h0, trim as x0 } from "viem";
|
|
4
|
-
import { j as m0 } from "../deployments-
|
|
4
|
+
import { j as m0 } from "../deployments-Dw5Suk_D.js";
|
|
5
5
|
import { DeployableTarget as w0 } from "../Deployable/DeployableTarget.js";
|
|
6
6
|
import { ValidationAbiMissingError as N, FunctionDataDecodeError as q, UnparseableAbiParamError as J, DecodedArgsMalformedError as A0, DecodedArgsError as A, FieldValueUndefinedError as f0, InvalidTupleDecodingError as I, UnrecognizedFilterTypeError as T0, FieldValueNotComparableError as e0, InvalidNumericalCriteriaError as _, NoEventActionStepsProvidedError as v0, TooManyEventActionStepsProvidedError as E0, InvalidTupleEncodingError as O } from "../errors.js";
|
|
7
7
|
import { RegistryType as I0, CheatCodes as B, TRANSFER_SIGNATURE as D } from "../utils.js";
|
|
8
|
-
const S0 = "0x60a0604052348015600e575f80fd5b5060156019565b607c565b63409feecd198054600181161560365763f92ee8a95f526004601cfd5b6001600160401b03808260011c146077578060011b8355806020527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602080a15b505050565b608051611c276100945f395f6101510152611c275ff3fe6080604052600436106100ad575f3560e01c80639bc1cf8111610066578063d7768c471161004c578063d7768c4714610206578063dbdf211014610232578063ddd6ab0814610253575f80fd5b80639bc1cf81146101b9578063c26624e8146101da575f80fd5b806328d6183b1161009657806328d6183b14610106578063393df8cb14610140578063439fab9114610198575f80fd5b806301ffc9a7146100b157806309c5eabe146100e5575b5f80fd5b3480156100bc575f80fd5b506100d06100cb366004611281565b610270565b60405190151581526020015b60405180910390f35b6100f86100f33660046112c7565b6102cb565b6040516100dc929190611381565b348015610111575f80fd5b506040517f7687b0ed0000000000000000000000000000000000000000000000000000000081526020016100dc565b34801561014b575f80fd5b506101737f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100dc565b3480156101a3575f80fd5b506101b76101b23660046112c7565b610300565b005b3480156101c4575f80fd5b506101cd6103a0565b6040516100dc919061149b565b3480156101e5575f80fd5b506101f96101f436600461151c565b61059f565b6040516100dc9190611533565b348015610211575f80fd5b506102256102203660046112c7565b61077a565b6040516100dc9190611545565b34801561023d575f80fd5b506102466107ae565b6040516100dc91906115a7565b34801561025e575f80fd5b506004546040519081526020016100dc565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f7687b0ed0000000000000000000000000000000000000000000000000000000014806102c557506102c582610858565b92915050565b5f60606040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffbf60113280546003825580156103515760018160011c14303b106103485763f92ee8a95f526004601cfd5b818160ff1b1b91505b50610366610361838501856118a8565b6108ad565b801561039b576002815560016020527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602080a15b505050565b60606004805480602002602001604051908101604052809291908181526020015f905b82821015610596578382905f5260205f2090600502016040518060c00160405290815f8201548152602001600182015f9054906101000a900460ff166001811115610410576104106113a3565b6001811115610421576104216113a3565b81526001820154610100810460ff90811660208401526201000090910473ffffffffffffffffffffffffffffffffffffffff1660408084019190915260028401546060840152805160808082019092526003850180549290940193909290918391166007811115610494576104946113a3565b60078111156104a5576104a56113a3565b81528154602090910190610100900460ff1660058111156104c8576104c86113a3565b60058111156104d9576104d96113a3565b8152815462010000900463ffffffff166020820152600182018054604090920191610503906119a9565b80601f016020809104026020016040519081016040528092919081815260200182805461052f906119a9565b801561057a5780601f106105515761010080835404028352916020019161057a565b820191905f5260205f20905b81548152906001019060200180831161055d57829003601f168201915b50505050508152505081525050815260200190600101906103c3565b50505050905090565b6105a7611226565b600482815481106105ba576105ba6119fa565b905f5260205f2090600502016040518060c00160405290815f8201548152602001600182015f9054906101000a900460ff1660018111156105fd576105fd6113a3565b600181111561060e5761060e6113a3565b81526001820154610100810460ff90811660208401526201000090910473ffffffffffffffffffffffffffffffffffffffff1660408084019190915260028401546060840152805160808082019092526003850180549290940193909290918391166007811115610681576106816113a3565b6007811115610692576106926113a3565b81528154602090910190610100900460ff1660058111156106b5576106b56113a3565b60058111156106c6576106c66113a3565b8152815462010000900463ffffffff1660208201526001820180546040909201916106f0906119a9565b80601f016020809104026020016040519081016040528092919081815260200182805461071c906119a9565b80156107675780601f1061073e57610100808354040283529160200191610767565b820191905f5260205f20905b81548152906001019060200180831161074a57829003601f168201915b5050509190925250505090525092915050565b60606040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091526040805160a081019091525f8054829060ff1660018111156107fc576107fc6113a3565b600181111561080d5761080d6113a3565b815260018201546020820152600282015460ff81166040830152610100900473ffffffffffffffffffffffffffffffffffffffff166060820152600390910154608090910152919050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167fe67157950000000000000000000000000000000000000000000000000000000014806102c557506102c582611156565b6108b56111ec565b805180515f8054909190829060ff1916600183818111156108d8576108d86113a3565b02179055506020828101516001808401919091556040840151600284018054606087015173ffffffffffffffffffffffffffffffffffffffff16610100027fffffffffffffffffffffff00000000000000000000000000000000000000000090911660ff90931692909217919091179055608090930151600390920191909155828101516004805480850182555f91909152815160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b8101918255928201517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c90930180549294919392909160ff19919091169083818111156109e1576109e16113a3565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610aa257610aa26113a3565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610ae757610ae76113a3565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610b3b9082611a72565b505050604083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610bcc57610bcc6113a3565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610c8d57610c8d6113a3565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610cd257610cd26113a3565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610d269082611a72565b505050606083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610db757610db76113a3565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610e7857610e786113a3565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610ebd57610ebd6113a3565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610f119082611a72565b505050608083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610fa257610fa26113a3565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115611063576110636113a3565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101008360058111156110a8576110a86113a3565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff909116178155606082015160018201906110fc9082611a72565b50505050507fdc8145a6c863ebd27b18aa903b7f82f1015527a05a81f227ef06ab79616082b4815f0151826020015183604001518460600151856080015160405161114b959493929190611b89565b60405180910390a150565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f6ab67a0d0000000000000000000000000000000000000000000000000000000014806102c557507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316146102c5565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffbf60113280546001166112235763d7e6bcf85f526004601cfd5b50565b6040805160c081019091525f808252602082019081525f6020820181905260408201819052606082015260800161127c6040805160808101909152805f81526020015f81525f6020820152606060409091015290565b905290565b5f60208284031215611291575f80fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146112c0575f80fd5b9392505050565b5f80602083850312156112d8575f80fd5b823567ffffffffffffffff8111156112ee575f80fd5b8301601f810185136112fe575f80fd5b803567ffffffffffffffff811115611314575f80fd5b856020828401011115611325575f80fd5b6020919091019590945092505050565b5f81518084528060208401602086015e5f6020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b8215158152604060208201525f61139b6040830184611335565b949350505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffd5b600281106113e0576113e06113a3565b9052565b805182525f60208201516113fb60208501826113d0565b5060ff604083015116604084015273ffffffffffffffffffffffffffffffffffffffff60608301511660608401526080820151608084015260a082015160c060a0850152805160088110611451576114516113a3565b60c085015260208101516006811061146b5761146b6113a3565b60e0850152604081015163ffffffff1661010085015260600151608061012085015261139b610140850182611335565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015611510577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08786030184526114fb8583516113e4565b945060209384019391909101906001016114c1565b50929695505050505050565b5f6020828403121561152c575f80fd5b5035919050565b602081525f6112c060208301846113e4565b602081525f6112c06020830184611335565b6115628282516113d0565b6020810151602083015260ff604082015116604083015273ffffffffffffffffffffffffffffffffffffffff6060820151166060830152608081015160808301525050565b60a081016102c58284611557565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715611605576116056115b5565b60405290565b60405160c0810167ffffffffffffffff81118282101715611605576116056115b5565b6040516080810167ffffffffffffffff81118282101715611605576116056115b5565b80356002811061165f575f80fd5b919050565b803560ff8116811461165f575f80fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461165f575f80fd5b5f60a082840312156116a7575f80fd5b6116af6115e2565b90506116ba82611651565b8152602082810135908201526116d260408301611664565b60408201526116e360608301611674565b606082015260809182013591810191909152919050565b5f82601f830112611709575f80fd5b813567ffffffffffffffff811115611723576117236115b5565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810167ffffffffffffffff81118282101715611770576117706115b5565b604052818152838201602001851015611787575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60c082840312156117b3575f80fd5b6117bb61160b565b8235815290506117cd60208301611651565b60208201526117de60408301611664565b60408201526117ef60608301611674565b60608201526080828101359082015260a082013567ffffffffffffffff811115611817575f80fd5b820160808185031215611828575f80fd5b61183061162e565b81356008811061183e575f80fd5b8152602082013560068110611851575f80fd5b6020820152604082013563ffffffff8116811461186c575f80fd5b6040820152606082013567ffffffffffffffff81111561188a575f80fd5b611896868285016116fa565b60608301525060a08301525092915050565b5f602082840312156118b8575f80fd5b813567ffffffffffffffff8111156118ce575f80fd5b820161012081850312156118e0575f80fd5b6118e86115e2565b6118f28583611697565b815260a082013567ffffffffffffffff81111561190d575f80fd5b611919868285016117a3565b60208301525060c082013567ffffffffffffffff811115611938575f80fd5b611944868285016117a3565b60408301525060e082013567ffffffffffffffff811115611963575f80fd5b61196f868285016117a3565b60608301525061010082013567ffffffffffffffff81111561198f575f80fd5b61199b868285016117a3565b608083015250949350505050565b600181811c908216806119bd57607f821691505b6020821081036119f4577f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b50919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b601f82111561039b57805f5260205f20601f840160051c81016020851015611a4c5750805b601f840160051c820191505b81811015611a6b575f8155600101611a58565b5050505050565b815167ffffffffffffffff811115611a8c57611a8c6115b5565b611aa081611a9a84546119a9565b84611a27565b6020601f821160018114611af1575f8315611abb5750848201515b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600385901b1c1916600184901b178455611a6b565b5f848152602081207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08516915b82811015611b3e5787850151825560209485019460019092019101611b1e565b5084821015611b7a57868401517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600387901b60f8161c191681555b50505050600190811b01905550565b611b938187611557565b61012060a08201525f611baa6101208301876113e4565b82810360c0840152611bbc81876113e4565b905082810360e0840152611bd081866113e4565b9050828103610100840152611be581856113e4565b9897505050505050505056fea2646970667358221220a8f9468bd81df646b95b9d19599966d6a1b1f344117e00f66aa985f1fdfee66b64736f6c634300081a0033", N0 = {
|
|
8
|
+
const S0 = "0x60a0604052348015600e575f80fd5b5060156019565b607c565b63409feecd198054600181161560365763f92ee8a95f526004601cfd5b6001600160401b03808260011c146077578060011b8355806020527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602080a15b505050565b608051611c666100945f395f6101510152611c665ff3fe6080604052600436106100ad575f3560e01c80639bc1cf8111610066578063d7768c471161004c578063d7768c4714610206578063dbdf211014610232578063ddd6ab0814610253575f80fd5b80639bc1cf81146101b9578063c26624e8146101da575f80fd5b806328d6183b1161009657806328d6183b14610106578063393df8cb14610140578063439fab9114610198575f80fd5b806301ffc9a7146100b157806309c5eabe146100e5575b5f80fd5b3480156100bc575f80fd5b506100d06100cb36600461128c565b610270565b60405190151581526020015b60405180910390f35b6100f86100f33660046112d2565b6102cb565b6040516100dc92919061138c565b348015610111575f80fd5b506040517f7687b0ed0000000000000000000000000000000000000000000000000000000081526020016100dc565b34801561014b575f80fd5b506101737f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100dc565b3480156101a3575f80fd5b506101b76101b23660046112d2565b610300565b005b3480156101c4575f80fd5b506101cd6103a0565b6040516100dc91906114a6565b3480156101e5575f80fd5b506101f96101f4366004611527565b61059f565b6040516100dc919061153e565b348015610211575f80fd5b506102256102203660046112d2565b61077a565b6040516100dc9190611550565b34801561023d575f80fd5b506102466107ae565b6040516100dc91906115b5565b34801561025e575f80fd5b506004546040519081526020016100dc565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f7687b0ed0000000000000000000000000000000000000000000000000000000014806102c557506102c58261085e565b92915050565b5f60606040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffbf60113280546003825580156103515760018160011c14303b106103485763f92ee8a95f526004601cfd5b818160ff1b1b91505b50610366610361838501856118e7565b6108b3565b801561039b576002815560016020527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602080a15b505050565b60606004805480602002602001604051908101604052809291908181526020015f905b82821015610596578382905f5260205f2090600502016040518060c00160405290815f8201548152602001600182015f9054906101000a900460ff166001811115610410576104106113ae565b6001811115610421576104216113ae565b81526001820154610100810460ff90811660208401526201000090910473ffffffffffffffffffffffffffffffffffffffff1660408084019190915260028401546060840152805160808082019092526003850180549290940193909290918391166007811115610494576104946113ae565b60078111156104a5576104a56113ae565b81528154602090910190610100900460ff1660058111156104c8576104c86113ae565b60058111156104d9576104d96113ae565b8152815462010000900463ffffffff166020820152600182018054604090920191610503906119e8565b80601f016020809104026020016040519081016040528092919081815260200182805461052f906119e8565b801561057a5780601f106105515761010080835404028352916020019161057a565b820191905f5260205f20905b81548152906001019060200180831161055d57829003601f168201915b50505050508152505081525050815260200190600101906103c3565b50505050905090565b6105a7611231565b600482815481106105ba576105ba611a39565b905f5260205f2090600502016040518060c00160405290815f8201548152602001600182015f9054906101000a900460ff1660018111156105fd576105fd6113ae565b600181111561060e5761060e6113ae565b81526001820154610100810460ff90811660208401526201000090910473ffffffffffffffffffffffffffffffffffffffff1660408084019190915260028401546060840152805160808082019092526003850180549290940193909290918391166007811115610681576106816113ae565b6007811115610692576106926113ae565b81528154602090910190610100900460ff1660058111156106b5576106b56113ae565b60058111156106c6576106c66113ae565b8152815462010000900463ffffffff1660208201526001820180546040909201916106f0906119e8565b80601f016020809104026020016040519081016040528092919081815260200182805461071c906119e8565b80156107675780601f1061073e57610100808354040283529160200191610767565b820191905f5260205f20905b81548152906001019060200180831161074a57829003601f168201915b5050509190925250505090525092915050565b60606040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091526040805160a081019091525f8054829060ff1660018111156107fc576107fc6113ae565b600181111561080d5761080d6113ae565b815260018201546020820152600282015463ffffffff81166040830152640100000000900473ffffffffffffffffffffffffffffffffffffffff166060820152600390910154608090910152919050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167fe67157950000000000000000000000000000000000000000000000000000000014806102c557506102c582611161565b6108bb6111f7565b805180515f8054909190829060ff1916600183818111156108de576108de6113ae565b02179055506020828101516001808401919091556040840151600284018054606087015173ffffffffffffffffffffffffffffffffffffffff16640100000000027fffffffffffffffff00000000000000000000000000000000000000000000000090911663ffffffff90931692909217919091179055608090930151600390920191909155828101516004805480850182555f91909152815160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b8101918255928201517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c90930180549294919392909160ff199091169083818111156109ec576109ec6113ae565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610aad57610aad6113ae565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610af257610af26113ae565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610b469082611ab1565b505050604083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610bd757610bd76113ae565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610c9857610c986113ae565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610cdd57610cdd6113ae565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610d319082611ab1565b505050606083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610dc257610dc26113ae565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610e8357610e836113ae565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610ec857610ec86113ae565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610f1c9082611ab1565b505050608083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610fad57610fad6113ae565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff199091169083600781111561106e5761106e6113ae565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101008360058111156110b3576110b36113ae565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff909116178155606082015160018201906111079082611ab1565b50505050507f7c54f3f7ef1d1e3acbe06bce75dbb6f17c64cb446c13bf354da8d7735b99f2a6815f01518260200151836040015184606001518560800151604051611156959493929190611bc8565b60405180910390a150565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f6ab67a0d0000000000000000000000000000000000000000000000000000000014806102c557507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316146102c5565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffbf601132805460011661122e5763d7e6bcf85f526004601cfd5b50565b6040805160c081019091525f808252602082019081525f602082018190526040820181905260608201526080016112876040805160808101909152805f81526020015f81525f6020820152606060409091015290565b905290565b5f6020828403121561129c575f80fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146112cb575f80fd5b9392505050565b5f80602083850312156112e3575f80fd5b823567ffffffffffffffff8111156112f9575f80fd5b8301601f81018513611309575f80fd5b803567ffffffffffffffff81111561131f575f80fd5b856020828401011115611330575f80fd5b6020919091019590945092505050565b5f81518084528060208401602086015e5f6020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b8215158152604060208201525f6113a66040830184611340565b949350505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffd5b600281106113eb576113eb6113ae565b9052565b805182525f602082015161140660208501826113db565b5060ff604083015116604084015273ffffffffffffffffffffffffffffffffffffffff60608301511660608401526080820151608084015260a082015160c060a085015280516008811061145c5761145c6113ae565b60c0850152602081015160068110611476576114766113ae565b60e0850152604081015163ffffffff166101008501526060015160806101208501526113a6610140850182611340565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b8281101561151b577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08786030184526115068583516113ef565b945060209384019391909101906001016114cc565b50929695505050505050565b5f60208284031215611537575f80fd5b5035919050565b602081525f6112cb60208301846113ef565b602081525f6112cb6020830184611340565b61156d8282516113db565b6020810151602083015263ffffffff604082015116604083015273ffffffffffffffffffffffffffffffffffffffff6060820151166060830152608081015160808301525050565b60a081016102c58284611562565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715611613576116136115c3565b60405290565b6040516080810167ffffffffffffffff81118282101715611613576116136115c3565b60405160c0810167ffffffffffffffff81118282101715611613576116136115c3565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff811182821017156116a6576116a66115c3565b604052919050565b8035600281106116bc575f80fd5b919050565b803563ffffffff811681146116bc575f80fd5b803573ffffffffffffffffffffffffffffffffffffffff811681146116bc575f80fd5b5f60a08284031215611707575f80fd5b61170f6115f0565b905061171a826116ae565b815260208281013590820152611732604083016116c1565b6040820152611743606083016116d4565b606082015260809182013591810191909152919050565b5f6080828403121561176a575f80fd5b611772611619565b9050813560088110611782575f80fd5b8152602082013560068110611795575f80fd5b60208201526117a6604083016116c1565b6040820152606082013567ffffffffffffffff8111156117c4575f80fd5b8201601f810184136117d4575f80fd5b803567ffffffffffffffff8111156117ee576117ee6115c3565b61181f60207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8401160161165f565b818152856020838501011115611833575f80fd5b816020840160208301375f6020838301015280606085015250505092915050565b5f60c08284031215611864575f80fd5b61186c61163c565b82358152905061187e602083016116ae565b6020820152604082013560ff81168114611896575f80fd5b60408201526118a7606083016116d4565b60608201526080828101359082015260a082013567ffffffffffffffff8111156118cf575f80fd5b6118db8482850161175a565b60a08301525092915050565b5f602082840312156118f7575f80fd5b813567ffffffffffffffff81111561190d575f80fd5b8201610120818503121561191f575f80fd5b6119276115f0565b61193185836116f7565b815260a082013567ffffffffffffffff81111561194c575f80fd5b61195886828501611854565b60208301525060c082013567ffffffffffffffff811115611977575f80fd5b61198386828501611854565b60408301525060e082013567ffffffffffffffff8111156119a2575f80fd5b6119ae86828501611854565b60608301525061010082013567ffffffffffffffff8111156119ce575f80fd5b6119da86828501611854565b608083015250949350505050565b600181811c908216806119fc57607f821691505b602082108103611a33577f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b50919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b601f82111561039b57805f5260205f20601f840160051c81016020851015611a8b5750805b601f840160051c820191505b81811015611aaa575f8155600101611a97565b5050505050565b815167ffffffffffffffff811115611acb57611acb6115c3565b611adf81611ad984546119e8565b84611a66565b6020601f821160018114611b30575f8315611afa5750848201515b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600385901b1c1916600184901b178455611aaa565b5f848152602081207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08516915b82811015611b7d5787850151825560209485019460019092019101611b5d565b5084821015611bb957868401517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600387901b60f8161c191681555b50505050600190811b01905550565b611bd28187611562565b61012060a08201525f611be96101208301876113ef565b82810360c0840152611bfb81876113ef565b905082810360e0840152611c0f81866113ef565b9050828103610100840152611c2481856113ef565b9897505050505050505056fea2646970667358221220ec29c85e9420d542351535cfbb2c79285bfb5d86014ee966669d793fa2a4481264736f6c634300081a0033", N0 = {
|
|
9
9
|
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef": {
|
|
10
10
|
name: "Transfer",
|
|
11
11
|
type: "event",
|
|
@@ -1380,27 +1380,27 @@ const S0 = "0x60a0604052348015600e575f80fd5b5060156019565b607c565b63409feecd1980
|
|
|
1380
1380
|
}
|
|
1381
1381
|
]
|
|
1382
1382
|
}
|
|
1383
|
-
}, g = Symbol.for("@ts-pattern/matcher"), C0 = Symbol.for("@ts-pattern/isVariadic"), U = "@ts-pattern/anonymous-select-key",
|
|
1383
|
+
}, g = Symbol.for("@ts-pattern/matcher"), C0 = Symbol.for("@ts-pattern/isVariadic"), U = "@ts-pattern/anonymous-select-key", z = (t) => !!(t && typeof t == "object"), W = (t) => t && !!t[g], l = (t, f, e) => {
|
|
1384
1384
|
if (W(t)) {
|
|
1385
1385
|
const n = t[g](), { matched: d, selections: i } = n.match(f);
|
|
1386
|
-
return d && i && Object.keys(i).forEach((
|
|
1386
|
+
return d && i && Object.keys(i).forEach((s) => e(s, i[s])), d;
|
|
1387
1387
|
}
|
|
1388
|
-
if (
|
|
1389
|
-
if (!
|
|
1388
|
+
if (z(t)) {
|
|
1389
|
+
if (!z(f)) return !1;
|
|
1390
1390
|
if (Array.isArray(t)) {
|
|
1391
1391
|
if (!Array.isArray(f)) return !1;
|
|
1392
1392
|
let n = [], d = [], i = [];
|
|
1393
|
-
for (const
|
|
1394
|
-
const r = t[
|
|
1393
|
+
for (const s of t.keys()) {
|
|
1394
|
+
const r = t[s];
|
|
1395
1395
|
W(r) && r[C0] ? i.push(r) : i.length ? d.push(r) : n.push(r);
|
|
1396
1396
|
}
|
|
1397
1397
|
if (i.length) {
|
|
1398
1398
|
if (i.length > 1) throw new Error("Pattern error: Using `...P.array(...)` several times in a single pattern is not allowed.");
|
|
1399
1399
|
if (f.length < n.length + d.length) return !1;
|
|
1400
|
-
const
|
|
1401
|
-
return n.every((c, v) => l(c,
|
|
1400
|
+
const s = f.slice(0, n.length), r = d.length === 0 ? [] : f.slice(-d.length), a = f.slice(n.length, d.length === 0 ? 1 / 0 : -d.length);
|
|
1401
|
+
return n.every((c, v) => l(c, s[v], e)) && d.every((c, v) => l(c, r[v], e)) && (i.length === 0 || l(i[0], a, e));
|
|
1402
1402
|
}
|
|
1403
|
-
return t.length === f.length && t.every((
|
|
1403
|
+
return t.length === f.length && t.every((s, r) => l(s, f[r], e));
|
|
1404
1404
|
}
|
|
1405
1405
|
return Reflect.ownKeys(t).every((n) => {
|
|
1406
1406
|
const d = t[n];
|
|
@@ -1411,7 +1411,7 @@ const S0 = "0x60a0604052348015600e575f80fd5b5060156019565b607c565b63409feecd1980
|
|
|
1411
1411
|
return Object.is(f, t);
|
|
1412
1412
|
}, T = (t) => {
|
|
1413
1413
|
var f, e, n;
|
|
1414
|
-
return
|
|
1414
|
+
return z(t) ? W(t) ? (f = (e = (n = t[g]()).getSelectionKeys) == null ? void 0 : e.call(n)) != null ? f : [] : Array.isArray(t) ? k(t, T) : k(Object.values(t), T) : [];
|
|
1415
1415
|
}, k = (t, f) => t.reduce((e, n) => e.concat(f(n)), []);
|
|
1416
1416
|
function p(t) {
|
|
1417
1417
|
return Object.assign(t, { optional: () => B0(t), and: (f) => o(t, f), or: (f) => k0(t, f), select: (f) => f === void 0 ? t0(t) : t0(f, t) });
|
|
@@ -1450,8 +1450,8 @@ function t0(...t) {
|
|
|
1450
1450
|
const f = typeof t[0] == "string" ? t[0] : void 0, e = t.length === 2 ? t[1] : typeof t[0] == "string" ? void 0 : t[0];
|
|
1451
1451
|
return p({ [g]: () => ({ match: (n) => {
|
|
1452
1452
|
let d = { [f ?? U]: n };
|
|
1453
|
-
return { matched: e === void 0 || l(e, n, (i,
|
|
1454
|
-
d[i] =
|
|
1453
|
+
return { matched: e === void 0 || l(e, n, (i, s) => {
|
|
1454
|
+
d[i] = s;
|
|
1455
1455
|
}), selections: d };
|
|
1456
1456
|
}, getSelectionKeys: () => [f ?? U].concat(e === void 0 ? [] : T(e)) }) });
|
|
1457
1457
|
}
|
|
@@ -1508,9 +1508,9 @@ class R0 extends Error {
|
|
|
1508
1508
|
super(`Pattern matching error: no pattern matches value ${e}`), this.input = void 0, this.input = f;
|
|
1509
1509
|
}
|
|
1510
1510
|
}
|
|
1511
|
-
const
|
|
1511
|
+
const X = { matched: !1, value: void 0 };
|
|
1512
1512
|
function n0(t) {
|
|
1513
|
-
return new M(t,
|
|
1513
|
+
return new M(t, X);
|
|
1514
1514
|
}
|
|
1515
1515
|
class M {
|
|
1516
1516
|
constructor(f, e) {
|
|
@@ -1521,16 +1521,16 @@ class M {
|
|
|
1521
1521
|
const e = f[f.length - 1], n = [f[0]];
|
|
1522
1522
|
let d;
|
|
1523
1523
|
f.length === 3 && typeof f[1] == "function" ? d = f[1] : f.length > 2 && n.push(...f.slice(1, f.length - 1));
|
|
1524
|
-
let i = !1,
|
|
1524
|
+
let i = !1, s = {};
|
|
1525
1525
|
const r = (c, v) => {
|
|
1526
|
-
i = !0,
|
|
1527
|
-
},
|
|
1528
|
-
return new M(this.input,
|
|
1526
|
+
i = !0, s[c] = v;
|
|
1527
|
+
}, a = !n.some((c) => l(c, this.input, r)) || d && !d(this.input) ? X : { matched: !0, value: e(i ? U in s ? s[U] : s : this.input, this.input) };
|
|
1528
|
+
return new M(this.input, a);
|
|
1529
1529
|
}
|
|
1530
1530
|
when(f, e) {
|
|
1531
1531
|
if (this.state.matched) return this;
|
|
1532
1532
|
const n = !!f(this.input);
|
|
1533
|
-
return new M(this.input, n ? { matched: !0, value: e(this.input, this.input) } :
|
|
1533
|
+
return new M(this.input, n ? { matched: !0, value: e(this.input, this.input) } : X);
|
|
1534
1534
|
}
|
|
1535
1535
|
otherwise(f) {
|
|
1536
1536
|
return this.state.matched ? this.state.value : f(this.input);
|
|
@@ -1704,12 +1704,12 @@ const $ = class $ extends w0 {
|
|
|
1704
1704
|
if (e.abiItem ? d = e.abiItem : d = e.knownSignatures[n], !d)
|
|
1705
1705
|
throw new N(n);
|
|
1706
1706
|
if ("logs" in e) {
|
|
1707
|
-
const r = e.logs.filter((
|
|
1708
|
-
for (const
|
|
1709
|
-
if (!E(
|
|
1707
|
+
const r = e.logs.filter((a) => a.topics[0] === n).map((a) => F(d, a));
|
|
1708
|
+
for (const a of r) {
|
|
1709
|
+
if (!E(a.address, f.targetContract)) continue;
|
|
1710
1710
|
const c = this.validateClaimantAgainstArgs(
|
|
1711
1711
|
f,
|
|
1712
|
-
|
|
1712
|
+
a
|
|
1713
1713
|
);
|
|
1714
1714
|
if (c) return c;
|
|
1715
1715
|
}
|
|
@@ -1722,12 +1722,12 @@ const $ = class $ extends w0 {
|
|
|
1722
1722
|
});
|
|
1723
1723
|
if (e.notBeforeBlockNumber && i.blockNumber < e.notBeforeBlockNumber)
|
|
1724
1724
|
return;
|
|
1725
|
-
let
|
|
1726
|
-
n === D ? { decodedLogs:
|
|
1727
|
-
for (let r of
|
|
1725
|
+
let s;
|
|
1726
|
+
n === D ? { decodedLogs: s } = await this.decodeTransferLogs(i) : s = i.logs.filter((r) => r.topics[0] === G(d)).map((r) => F(d, r));
|
|
1727
|
+
for (let r of s) {
|
|
1728
1728
|
if (!E(r.address, f.targetContract)) continue;
|
|
1729
|
-
let
|
|
1730
|
-
if (
|
|
1729
|
+
let a = this.validateClaimantAgainstArgs(f, r);
|
|
1730
|
+
if (a) return a;
|
|
1731
1731
|
}
|
|
1732
1732
|
}
|
|
1733
1733
|
if (f.signatureType === 1 && "hash" in e) {
|
|
@@ -1739,16 +1739,16 @@ const $ = class $ extends w0 {
|
|
|
1739
1739
|
let i;
|
|
1740
1740
|
if (e.abiItem ? i = e.abiItem : i = e.knownSignatures[n], !i)
|
|
1741
1741
|
throw new N(f.signature);
|
|
1742
|
-
let
|
|
1742
|
+
let s;
|
|
1743
1743
|
try {
|
|
1744
|
-
|
|
1744
|
+
s = Z({
|
|
1745
1745
|
abi: [i],
|
|
1746
1746
|
data: d.input
|
|
1747
1747
|
});
|
|
1748
1748
|
} catch (r) {
|
|
1749
1749
|
throw new q([i], r);
|
|
1750
1750
|
}
|
|
1751
|
-
return this.validateClaimantAgainstArgs(f,
|
|
1751
|
+
return this.validateClaimantAgainstArgs(f, s);
|
|
1752
1752
|
}
|
|
1753
1753
|
}
|
|
1754
1754
|
/**
|
|
@@ -1766,10 +1766,10 @@ const $ = class $ extends w0 {
|
|
|
1766
1766
|
const [d, i] = H0(f.fieldIndex);
|
|
1767
1767
|
if (e.args.length <= d)
|
|
1768
1768
|
return;
|
|
1769
|
-
const
|
|
1770
|
-
if (!Array.isArray(
|
|
1769
|
+
const s = e.args[d];
|
|
1770
|
+
if (!Array.isArray(s) || s.length <= i)
|
|
1771
1771
|
return;
|
|
1772
|
-
const r =
|
|
1772
|
+
const r = s[i];
|
|
1773
1773
|
return H(r) ? r : void 0;
|
|
1774
1774
|
}
|
|
1775
1775
|
if (e.args.length <= f.fieldIndex)
|
|
@@ -1824,11 +1824,11 @@ const $ = class $ extends w0 {
|
|
|
1824
1824
|
if (e.notBeforeBlockNumber && i.blockNumber < e.notBeforeBlockNumber)
|
|
1825
1825
|
return !1;
|
|
1826
1826
|
if (f.signature === D) {
|
|
1827
|
-
const { decodedLogs: r, event:
|
|
1828
|
-
return this.isActionEventValid(f, r,
|
|
1827
|
+
const { decodedLogs: r, event: a } = await this.decodeTransferLogs(i);
|
|
1828
|
+
return this.isActionEventValid(f, r, a);
|
|
1829
1829
|
}
|
|
1830
|
-
const
|
|
1831
|
-
return this.isActionEventValid(f,
|
|
1830
|
+
const s = i.logs.filter((r) => r.topics[0] === G(d)).map((r) => F(d, r));
|
|
1831
|
+
return this.isActionEventValid(f, s, d);
|
|
1832
1832
|
}
|
|
1833
1833
|
if (f.signatureType === 1 && "hash" in e) {
|
|
1834
1834
|
const n = await R(this._config, {
|
|
@@ -1859,13 +1859,13 @@ const $ = class $ extends w0 {
|
|
|
1859
1859
|
criteria: d,
|
|
1860
1860
|
fieldValue: void 0
|
|
1861
1861
|
});
|
|
1862
|
-
const { value:
|
|
1862
|
+
const { value: s, type: r } = this.parseFieldFromAbi(
|
|
1863
1863
|
i.args,
|
|
1864
1864
|
d.fieldIndex,
|
|
1865
1865
|
n.inputs || [],
|
|
1866
1866
|
d.fieldType
|
|
1867
|
-
),
|
|
1868
|
-
if (this.validateFieldAgainstCriteria(
|
|
1867
|
+
), a = { ...d, fieldType: r };
|
|
1868
|
+
if (this.validateFieldAgainstCriteria(a, s, { log: i }))
|
|
1869
1869
|
return !0;
|
|
1870
1870
|
} catch {
|
|
1871
1871
|
}
|
|
@@ -1896,12 +1896,12 @@ const $ = class $ extends w0 {
|
|
|
1896
1896
|
try {
|
|
1897
1897
|
return {
|
|
1898
1898
|
decodedLogs: e.map((i) => {
|
|
1899
|
-
const { eventName:
|
|
1899
|
+
const { eventName: s, args: r } = Q({
|
|
1900
1900
|
abi: [n],
|
|
1901
1901
|
data: i.data,
|
|
1902
1902
|
topics: i.topics
|
|
1903
1903
|
});
|
|
1904
|
-
return { ...i, eventName:
|
|
1904
|
+
return { ...i, eventName: s, args: r };
|
|
1905
1905
|
}),
|
|
1906
1906
|
event: n
|
|
1907
1907
|
};
|
|
@@ -1909,12 +1909,12 @@ const $ = class $ extends w0 {
|
|
|
1909
1909
|
try {
|
|
1910
1910
|
return n.inputs[2].indexed = !1, {
|
|
1911
1911
|
decodedLogs: e.map((i) => {
|
|
1912
|
-
const { eventName:
|
|
1912
|
+
const { eventName: s, args: r } = Q({
|
|
1913
1913
|
abi: [n],
|
|
1914
1914
|
data: i.data,
|
|
1915
1915
|
topics: i.topics
|
|
1916
1916
|
});
|
|
1917
|
-
return { ...i, eventName:
|
|
1917
|
+
return { ...i, eventName: s, args: r };
|
|
1918
1918
|
}),
|
|
1919
1919
|
event: n
|
|
1920
1920
|
};
|
|
@@ -1953,21 +1953,21 @@ const $ = class $ extends w0 {
|
|
|
1953
1953
|
filterData: C
|
|
1954
1954
|
}
|
|
1955
1955
|
});
|
|
1956
|
-
const
|
|
1957
|
-
if (!
|
|
1958
|
-
throw new J(e,
|
|
1959
|
-
const r = f[e],
|
|
1960
|
-
if (
|
|
1956
|
+
const s = n[e];
|
|
1957
|
+
if (!s || !s.type)
|
|
1958
|
+
throw new J(e, s);
|
|
1959
|
+
const r = f[e], a = s0(s.type);
|
|
1960
|
+
if (a === 1 && (typeof r != "string" || !H(r)))
|
|
1961
1961
|
throw new f0({
|
|
1962
1962
|
fieldValue: r,
|
|
1963
1963
|
criteria: {
|
|
1964
1964
|
fieldIndex: e,
|
|
1965
1965
|
filterType: 0,
|
|
1966
|
-
fieldType:
|
|
1966
|
+
fieldType: a,
|
|
1967
1967
|
filterData: C
|
|
1968
1968
|
}
|
|
1969
1969
|
});
|
|
1970
|
-
return { value: r, type:
|
|
1970
|
+
return { value: r, type: a };
|
|
1971
1971
|
}
|
|
1972
1972
|
const i = $0(e);
|
|
1973
1973
|
return r0(f, i, n);
|
|
@@ -1987,28 +1987,28 @@ const $ = class $ extends w0 {
|
|
|
1987
1987
|
*/
|
|
1988
1988
|
isActionFunctionValid(f, e, n) {
|
|
1989
1989
|
const d = f.actionParameter, i = f.signature;
|
|
1990
|
-
let
|
|
1991
|
-
if (n.abiItem ?
|
|
1990
|
+
let s;
|
|
1991
|
+
if (n.abiItem ? s = n.abiItem : s = n.knownSignatures[i], !s)
|
|
1992
1992
|
throw new N(i);
|
|
1993
1993
|
let r;
|
|
1994
1994
|
try {
|
|
1995
1995
|
r = Z({
|
|
1996
|
-
abi: [
|
|
1996
|
+
abi: [s],
|
|
1997
1997
|
data: e.input
|
|
1998
1998
|
});
|
|
1999
|
-
} catch (
|
|
2000
|
-
throw new q([
|
|
1999
|
+
} catch (a) {
|
|
2000
|
+
throw new q([s], a);
|
|
2001
2001
|
}
|
|
2002
2002
|
if (!(r != null && r.args))
|
|
2003
2003
|
return !1;
|
|
2004
2004
|
try {
|
|
2005
|
-
const { value:
|
|
2005
|
+
const { value: a, type: c } = this.parseFieldFromAbi(
|
|
2006
2006
|
r.args,
|
|
2007
2007
|
d.fieldIndex,
|
|
2008
|
-
|
|
2008
|
+
s.inputs || [],
|
|
2009
2009
|
d.fieldType
|
|
2010
2010
|
), v = { ...d, fieldType: c };
|
|
2011
|
-
return this.validateFieldAgainstCriteria(v,
|
|
2011
|
+
return this.validateFieldAgainstCriteria(v, a, {
|
|
2012
2012
|
decodedArgs: r.args
|
|
2013
2013
|
});
|
|
2014
2014
|
} catch {
|
|
@@ -2137,12 +2137,12 @@ const $ = class $ extends w0 {
|
|
|
2137
2137
|
);
|
|
2138
2138
|
let i;
|
|
2139
2139
|
if (F0(n)) {
|
|
2140
|
-
let
|
|
2141
|
-
if (
|
|
2140
|
+
let s = n.actionSteps.filter((a) => !!a);
|
|
2141
|
+
if (s.length === 0)
|
|
2142
2142
|
throw new v0();
|
|
2143
|
-
if (
|
|
2143
|
+
if (s.length > 4)
|
|
2144
2144
|
throw new E0();
|
|
2145
|
-
let r = Array.from({ length: 4 }, (
|
|
2145
|
+
let r = Array.from({ length: 4 }, (a, c) => s.at(c) || s.at(-1));
|
|
2146
2146
|
i = {
|
|
2147
2147
|
actionClaimant: n.actionClaimant,
|
|
2148
2148
|
actionStepOne: r[0],
|
|
@@ -2218,15 +2218,15 @@ const $ = class $ extends w0 {
|
|
|
2218
2218
|
if (e.notBeforeBlockNumber && i.blockNumber < e.notBeforeBlockNumber)
|
|
2219
2219
|
return [];
|
|
2220
2220
|
if (f.signature === D) {
|
|
2221
|
-
const { decodedLogs: r, event:
|
|
2221
|
+
const { decodedLogs: r, event: a } = await this.decodeTransferLogs(i);
|
|
2222
2222
|
return this.filterLogsByActionStepCriteria(
|
|
2223
2223
|
f,
|
|
2224
2224
|
r,
|
|
2225
|
-
|
|
2225
|
+
a
|
|
2226
2226
|
);
|
|
2227
2227
|
}
|
|
2228
|
-
const
|
|
2229
|
-
return this.filterLogsByActionStepCriteria(f,
|
|
2228
|
+
const s = i.logs.filter((r) => r.topics[0] === G(d)).map((r) => F(d, r));
|
|
2229
|
+
return this.filterLogsByActionStepCriteria(f, s, d);
|
|
2230
2230
|
}
|
|
2231
2231
|
/**
|
|
2232
2232
|
* Filters logs that meet the given action step criteria
|
|
@@ -2240,18 +2240,18 @@ const $ = class $ extends w0 {
|
|
|
2240
2240
|
filterLogsByActionStepCriteria(f, e, n) {
|
|
2241
2241
|
const d = f.actionParameter, i = [];
|
|
2242
2242
|
if (!e.length) return i;
|
|
2243
|
-
for (let
|
|
2244
|
-
if (E(
|
|
2243
|
+
for (let s of e)
|
|
2244
|
+
if (E(s.address, f.targetContract))
|
|
2245
2245
|
try {
|
|
2246
|
-
if (!Array.isArray(
|
|
2246
|
+
if (!Array.isArray(s.args))
|
|
2247
2247
|
continue;
|
|
2248
|
-
const { value: r, type:
|
|
2249
|
-
|
|
2248
|
+
const { value: r, type: a } = this.parseFieldFromAbi(
|
|
2249
|
+
s.args,
|
|
2250
2250
|
d.fieldIndex,
|
|
2251
2251
|
n.inputs || [],
|
|
2252
2252
|
d.fieldType
|
|
2253
|
-
), c = { ...d, fieldType:
|
|
2254
|
-
this.validateFieldAgainstCriteria(c, r, { log:
|
|
2253
|
+
), c = { ...d, fieldType: a };
|
|
2254
|
+
this.validateFieldAgainstCriteria(c, r, { log: s }) && i.push(s);
|
|
2255
2255
|
} catch {
|
|
2256
2256
|
}
|
|
2257
2257
|
return i;
|
|
@@ -2275,22 +2275,22 @@ function r0(t, f, e) {
|
|
|
2275
2275
|
throw new I(void 0, n);
|
|
2276
2276
|
const d = e[n], i = t[n];
|
|
2277
2277
|
if (!W0(d)) {
|
|
2278
|
-
const
|
|
2279
|
-
return { value: i, type:
|
|
2278
|
+
const a = s0(d.type);
|
|
2279
|
+
return { value: i, type: a };
|
|
2280
2280
|
}
|
|
2281
2281
|
if (!Array.isArray(i))
|
|
2282
2282
|
throw new I(
|
|
2283
2283
|
"rawValue is not an array, but param.type is tuple"
|
|
2284
2284
|
);
|
|
2285
|
-
const
|
|
2286
|
-
if (!
|
|
2285
|
+
const s = f.slice(1);
|
|
2286
|
+
if (!s.length)
|
|
2287
2287
|
throw new I(void 0, -1);
|
|
2288
|
-
const r =
|
|
2288
|
+
const r = s[0] ?? d.components.length + 1;
|
|
2289
2289
|
if (r >= d.components.length)
|
|
2290
2290
|
throw new I(void 0, r);
|
|
2291
|
-
return r0(i,
|
|
2291
|
+
return r0(i, s, d.components);
|
|
2292
2292
|
}
|
|
2293
|
-
function
|
|
2293
|
+
function s0(t) {
|
|
2294
2294
|
const f = t.toLowerCase();
|
|
2295
2295
|
if (f.startsWith("uint"))
|
|
2296
2296
|
return 0;
|
|
@@ -2312,7 +2312,7 @@ function O0(t) {
|
|
|
2312
2312
|
}
|
|
2313
2313
|
return f;
|
|
2314
2314
|
}
|
|
2315
|
-
function
|
|
2315
|
+
function a0(t) {
|
|
2316
2316
|
return {
|
|
2317
2317
|
...t,
|
|
2318
2318
|
chainid: BigInt(t.chainid)
|
|
@@ -2339,7 +2339,7 @@ function U0(t) {
|
|
|
2339
2339
|
}
|
|
2340
2340
|
function P(t) {
|
|
2341
2341
|
return {
|
|
2342
|
-
...
|
|
2342
|
+
...a0(t),
|
|
2343
2343
|
signatureType: t.signatureType ?? u0(t.signature),
|
|
2344
2344
|
signature: K(t.signature),
|
|
2345
2345
|
actionType: t.actionType || 0,
|
|
@@ -2463,7 +2463,7 @@ function M0({
|
|
|
2463
2463
|
[
|
|
2464
2464
|
{
|
|
2465
2465
|
actionClaimant: {
|
|
2466
|
-
...
|
|
2466
|
+
...a0(t),
|
|
2467
2467
|
signatureType: t.signatureType ?? u0(t.signature),
|
|
2468
2468
|
signature: K(t.signature)
|
|
2469
2469
|
},
|
|
@@ -2520,24 +2520,24 @@ function F(t, f) {
|
|
|
2520
2520
|
data: f.data,
|
|
2521
2521
|
topics: f.topics
|
|
2522
2522
|
}), n = Array.isArray(e.args) ? e.args : Object.values(e.args);
|
|
2523
|
-
if (!t.inputs.some((
|
|
2523
|
+
if (!t.inputs.some((a) => a.indexed))
|
|
2524
2524
|
return {
|
|
2525
2525
|
...f,
|
|
2526
2526
|
...e
|
|
2527
2527
|
};
|
|
2528
2528
|
const d = [], i = [];
|
|
2529
|
-
for (let
|
|
2530
|
-
t.inputs[
|
|
2531
|
-
const
|
|
2529
|
+
for (let a = 0; a < t.inputs.length; a++)
|
|
2530
|
+
t.inputs[a].indexed ? d.push(a) : i.push(a);
|
|
2531
|
+
const s = Array.from({ length: t.inputs.length });
|
|
2532
2532
|
let r = 0;
|
|
2533
|
-
for (let
|
|
2534
|
-
|
|
2535
|
-
for (let
|
|
2536
|
-
|
|
2533
|
+
for (let a = 0; a < d.length; a++)
|
|
2534
|
+
s[d[a]] = n[r++];
|
|
2535
|
+
for (let a = 0; a < i.length; a++)
|
|
2536
|
+
s[i[a]] = n[r++];
|
|
2537
2537
|
return {
|
|
2538
2538
|
...f,
|
|
2539
2539
|
eventName: e.eventName,
|
|
2540
|
-
args:
|
|
2540
|
+
args: s
|
|
2541
2541
|
};
|
|
2542
2542
|
}
|
|
2543
2543
|
function V0([t, f]) {
|