@boostxyz/sdk 7.7.0 → 8.0.0-canary.0
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 +25 -4
- package/dist/Actions/EventAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.js +208 -184
- package/dist/Actions/EventAction.js.map +1 -1
- package/dist/{AllowList-DiU7g4Hs.js → AllowList-CWqAYlwr.js} +28 -28
- package/dist/{AllowList-DiU7g4Hs.js.map → AllowList-CWqAYlwr.js.map} +1 -1
- package/dist/{AllowList-BJ9HQGFs.cjs → AllowList-Lpqz7tn9.cjs} +2 -2
- package/dist/{AllowList-BJ9HQGFs.cjs.map → AllowList-Lpqz7tn9.cjs.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-BPPXnBAK.js} +36 -36
- package/dist/{Budget-YIhV65cc.js.map → Budget-BPPXnBAK.js.map} +1 -1
- package/dist/{Budget-D_zhh1rh.cjs → Budget-rZm-AY09.cjs} +2 -2
- package/dist/{Budget-D_zhh1rh.cjs.map → Budget-rZm-AY09.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-CrnbYN_a.cjs → Incentive-Bse5BKbF.cjs} +2 -2
- package/dist/{Incentive-CrnbYN_a.cjs.map → Incentive-Bse5BKbF.cjs.map} +1 -1
- package/dist/{Incentive-CeoEla-t.js → Incentive-D1sYPD0W.js} +23 -23
- package/dist/{Incentive-CeoEla-t.js.map → Incentive-D1sYPD0W.js.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-Dr03aOeP.js → SimpleDenyList-BtEUdiAj.js} +14 -14
- package/dist/{SimpleDenyList-Dr03aOeP.js.map → SimpleDenyList-BtEUdiAj.js.map} +1 -1
- package/dist/{SimpleDenyList-7-VTqfsH.cjs → SimpleDenyList-DEoMIYhE.cjs} +2 -2
- package/dist/{SimpleDenyList-7-VTqfsH.cjs.map → SimpleDenyList-DEoMIYhE.cjs.map} +1 -1
- package/dist/{Validator-rYW7PMwW.cjs → Validator-DHS4vjSa.cjs} +2 -2
- package/dist/{Validator-rYW7PMwW.cjs.map → Validator-DHS4vjSa.cjs.map} +1 -1
- package/dist/{Validator-DgvB9wge.js → Validator-Kpvmj9Bs.js} +9 -9
- package/dist/{Validator-DgvB9wge.js.map → Validator-Kpvmj9Bs.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-CHQ30INq.js → deployments-Coa8CGi2.js} +67 -67
- package/dist/{deployments-CHQ30INq.js.map → deployments-Coa8CGi2.js.map} +1 -1
- package/dist/{deployments-BjBgk03b.cjs → deployments-Dgzcz4Ev.cjs} +2 -2
- package/dist/deployments-Dgzcz4Ev.cjs.map +1 -0
- package/dist/deployments.json +46 -46
- 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 +185 -182
- 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/Actions/EventAction.test.ts +161 -1
- package/src/Actions/EventAction.ts +52 -5
- 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.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
|
|
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
|
-
import { isAddressEqual as E, toEventSelector as G, decodeFunctionData as
|
|
4
|
-
import { j as
|
|
5
|
-
import { DeployableTarget as
|
|
6
|
-
import { ValidationAbiMissingError as N, FunctionDataDecodeError as q, UnparseableAbiParamError as J, DecodedArgsMalformedError as
|
|
7
|
-
import { RegistryType as
|
|
8
|
-
const E0 = "0x60a0604052348015600e575f80fd5b5060156019565b607c565b63409feecd198054600181161560365763f92ee8a95f526004601cfd5b6001600160401b03808260011c146077578060011b8355806020527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602080a15b505050565b608051611c276100945f395f6101510152611c275ff3fe6080604052600436106100ad575f3560e01c80639bc1cf8111610066578063d7768c471161004c578063d7768c4714610206578063dbdf211014610232578063ddd6ab0814610253575f80fd5b80639bc1cf81146101b9578063c26624e8146101da575f80fd5b806328d6183b1161009657806328d6183b14610106578063393df8cb14610140578063439fab9114610198575f80fd5b806301ffc9a7146100b157806309c5eabe146100e5575b5f80fd5b3480156100bc575f80fd5b506100d06100cb366004611281565b610270565b60405190151581526020015b60405180910390f35b6100f86100f33660046112c7565b6102cb565b6040516100dc929190611381565b348015610111575f80fd5b506040517f7687b0ed0000000000000000000000000000000000000000000000000000000081526020016100dc565b34801561014b575f80fd5b506101737f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100dc565b3480156101a3575f80fd5b506101b76101b23660046112c7565b610300565b005b3480156101c4575f80fd5b506101cd6103a0565b6040516100dc919061149b565b3480156101e5575f80fd5b506101f96101f436600461151c565b61059f565b6040516100dc9190611533565b348015610211575f80fd5b506102256102203660046112c7565b61077a565b6040516100dc9190611545565b34801561023d575f80fd5b506102466107ae565b6040516100dc91906115a7565b34801561025e575f80fd5b506004546040519081526020016100dc565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f7687b0ed0000000000000000000000000000000000000000000000000000000014806102c557506102c582610858565b92915050565b5f60606040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffbf60113280546003825580156103515760018160011c14303b106103485763f92ee8a95f526004601cfd5b818160ff1b1b91505b50610366610361838501856118a8565b6108ad565b801561039b576002815560016020527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602080a15b505050565b60606004805480602002602001604051908101604052809291908181526020015f905b82821015610596578382905f5260205f2090600502016040518060c00160405290815f8201548152602001600182015f9054906101000a900460ff166001811115610410576104106113a3565b6001811115610421576104216113a3565b81526001820154610100810460ff90811660208401526201000090910473ffffffffffffffffffffffffffffffffffffffff1660408084019190915260028401546060840152805160808082019092526003850180549290940193909290918391166007811115610494576104946113a3565b60078111156104a5576104a56113a3565b81528154602090910190610100900460ff1660058111156104c8576104c86113a3565b60058111156104d9576104d96113a3565b8152815462010000900463ffffffff166020820152600182018054604090920191610503906119a9565b80601f016020809104026020016040519081016040528092919081815260200182805461052f906119a9565b801561057a5780601f106105515761010080835404028352916020019161057a565b820191905f5260205f20905b81548152906001019060200180831161055d57829003601f168201915b50505050508152505081525050815260200190600101906103c3565b50505050905090565b6105a7611226565b600482815481106105ba576105ba6119fa565b905f5260205f2090600502016040518060c00160405290815f8201548152602001600182015f9054906101000a900460ff1660018111156105fd576105fd6113a3565b600181111561060e5761060e6113a3565b81526001820154610100810460ff90811660208401526201000090910473ffffffffffffffffffffffffffffffffffffffff1660408084019190915260028401546060840152805160808082019092526003850180549290940193909290918391166007811115610681576106816113a3565b6007811115610692576106926113a3565b81528154602090910190610100900460ff1660058111156106b5576106b56113a3565b60058111156106c6576106c66113a3565b8152815462010000900463ffffffff1660208201526001820180546040909201916106f0906119a9565b80601f016020809104026020016040519081016040528092919081815260200182805461071c906119a9565b80156107675780601f1061073e57610100808354040283529160200191610767565b820191905f5260205f20905b81548152906001019060200180831161074a57829003601f168201915b5050509190925250505090525092915050565b60606040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091526040805160a081019091525f8054829060ff1660018111156107fc576107fc6113a3565b600181111561080d5761080d6113a3565b815260018201546020820152600282015460ff81166040830152610100900473ffffffffffffffffffffffffffffffffffffffff166060820152600390910154608090910152919050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167fe67157950000000000000000000000000000000000000000000000000000000014806102c557506102c582611156565b6108b56111ec565b805180515f8054909190829060ff1916600183818111156108d8576108d86113a3565b02179055506020828101516001808401919091556040840151600284018054606087015173ffffffffffffffffffffffffffffffffffffffff16610100027fffffffffffffffffffffff00000000000000000000000000000000000000000090911660ff90931692909217919091179055608090930151600390920191909155828101516004805480850182555f91909152815160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b8101918255928201517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c90930180549294919392909160ff19919091169083818111156109e1576109e16113a3565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610aa257610aa26113a3565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610ae757610ae76113a3565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610b3b9082611a72565b505050604083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610bcc57610bcc6113a3565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610c8d57610c8d6113a3565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610cd257610cd26113a3565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610d269082611a72565b505050606083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610db757610db76113a3565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610e7857610e786113a3565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610ebd57610ebd6113a3565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610f119082611a72565b505050608083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610fa257610fa26113a3565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115611063576110636113a3565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101008360058111156110a8576110a86113a3565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff909116178155606082015160018201906110fc9082611a72565b50505050507fdc8145a6c863ebd27b18aa903b7f82f1015527a05a81f227ef06ab79616082b4815f0151826020015183604001518460600151856080015160405161114b959493929190611b89565b60405180910390a150565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f6ab67a0d0000000000000000000000000000000000000000000000000000000014806102c557507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316146102c5565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffbf60113280546001166112235763d7e6bcf85f526004601cfd5b50565b6040805160c081019091525f808252602082019081525f6020820181905260408201819052606082015260800161127c6040805160808101909152805f81526020015f81525f6020820152606060409091015290565b905290565b5f60208284031215611291575f80fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146112c0575f80fd5b9392505050565b5f80602083850312156112d8575f80fd5b823567ffffffffffffffff8111156112ee575f80fd5b8301601f810185136112fe575f80fd5b803567ffffffffffffffff811115611314575f80fd5b856020828401011115611325575f80fd5b6020919091019590945092505050565b5f81518084528060208401602086015e5f6020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b8215158152604060208201525f61139b6040830184611335565b949350505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffd5b600281106113e0576113e06113a3565b9052565b805182525f60208201516113fb60208501826113d0565b5060ff604083015116604084015273ffffffffffffffffffffffffffffffffffffffff60608301511660608401526080820151608084015260a082015160c060a0850152805160088110611451576114516113a3565b60c085015260208101516006811061146b5761146b6113a3565b60e0850152604081015163ffffffff1661010085015260600151608061012085015261139b610140850182611335565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015611510577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08786030184526114fb8583516113e4565b945060209384019391909101906001016114c1565b50929695505050505050565b5f6020828403121561152c575f80fd5b5035919050565b602081525f6112c060208301846113e4565b602081525f6112c06020830184611335565b6115628282516113d0565b6020810151602083015260ff604082015116604083015273ffffffffffffffffffffffffffffffffffffffff6060820151166060830152608081015160808301525050565b60a081016102c58284611557565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715611605576116056115b5565b60405290565b60405160c0810167ffffffffffffffff81118282101715611605576116056115b5565b6040516080810167ffffffffffffffff81118282101715611605576116056115b5565b80356002811061165f575f80fd5b919050565b803560ff8116811461165f575f80fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461165f575f80fd5b5f60a082840312156116a7575f80fd5b6116af6115e2565b90506116ba82611651565b8152602082810135908201526116d260408301611664565b60408201526116e360608301611674565b606082015260809182013591810191909152919050565b5f82601f830112611709575f80fd5b813567ffffffffffffffff811115611723576117236115b5565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810167ffffffffffffffff81118282101715611770576117706115b5565b604052818152838201602001851015611787575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60c082840312156117b3575f80fd5b6117bb61160b565b8235815290506117cd60208301611651565b60208201526117de60408301611664565b60408201526117ef60608301611674565b60608201526080828101359082015260a082013567ffffffffffffffff811115611817575f80fd5b820160808185031215611828575f80fd5b61183061162e565b81356008811061183e575f80fd5b8152602082013560068110611851575f80fd5b6020820152604082013563ffffffff8116811461186c575f80fd5b6040820152606082013567ffffffffffffffff81111561188a575f80fd5b611896868285016116fa565b60608301525060a08301525092915050565b5f602082840312156118b8575f80fd5b813567ffffffffffffffff8111156118ce575f80fd5b820161012081850312156118e0575f80fd5b6118e86115e2565b6118f28583611697565b815260a082013567ffffffffffffffff81111561190d575f80fd5b611919868285016117a3565b60208301525060c082013567ffffffffffffffff811115611938575f80fd5b611944868285016117a3565b60408301525060e082013567ffffffffffffffff811115611963575f80fd5b61196f868285016117a3565b60608301525061010082013567ffffffffffffffff81111561198f575f80fd5b61199b868285016117a3565b608083015250949350505050565b600181811c908216806119bd57607f821691505b6020821081036119f4577f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b50919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b601f82111561039b57805f5260205f20601f840160051c81016020851015611a4c5750805b601f840160051c820191505b81811015611a6b575f8155600101611a58565b5050505050565b815167ffffffffffffffff811115611a8c57611a8c6115b5565b611aa081611a9a84546119a9565b84611a27565b6020601f821160018114611af1575f8315611abb5750848201515b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600385901b1c1916600184901b178455611a6b565b5f848152602081207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08516915b82811015611b3e5787850151825560209485019460019092019101611b1e565b5084821015611b7a57868401517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600387901b60f8161c191681555b50505050600190811b01905550565b611b938187611557565b61012060a08201525f611baa6101208301876113e4565b82810360c0840152611bbc81876113e4565b905082810360e0840152611bd081866113e4565b9050828103610100840152611be581856113e4565b9897505050505050505056fea2646970667358221220a8f9468bd81df646b95b9d19599966d6a1b1f344117e00f66aa985f1fdfee66b64736f6c634300081a0033", S0 = {
|
|
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-Coa8CGi2.js";
|
|
5
|
+
import { DeployableTarget as w0 } from "../Deployable/DeployableTarget.js";
|
|
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
|
+
import { RegistryType as I0, CheatCodes as B, TRANSFER_SIGNATURE as D } from "../utils.js";
|
|
8
|
+
const S0 = "0x60a0604052348015600e575f80fd5b5060156019565b607c565b63409feecd198054600181161560365763f92ee8a95f526004601cfd5b6001600160401b03808260011c146077578060011b8355806020527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602080a15b505050565b608051611c666100945f395f6101510152611c665ff3fe6080604052600436106100ad575f3560e01c80639bc1cf8111610066578063d7768c471161004c578063d7768c4714610206578063dbdf211014610232578063ddd6ab0814610253575f80fd5b80639bc1cf81146101b9578063c26624e8146101da575f80fd5b806328d6183b1161009657806328d6183b14610106578063393df8cb14610140578063439fab9114610198575f80fd5b806301ffc9a7146100b157806309c5eabe146100e5575b5f80fd5b3480156100bc575f80fd5b506100d06100cb36600461128c565b610270565b60405190151581526020015b60405180910390f35b6100f86100f33660046112d2565b6102cb565b6040516100dc92919061138c565b348015610111575f80fd5b506040517f7687b0ed0000000000000000000000000000000000000000000000000000000081526020016100dc565b34801561014b575f80fd5b506101737f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100dc565b3480156101a3575f80fd5b506101b76101b23660046112d2565b610300565b005b3480156101c4575f80fd5b506101cd6103a0565b6040516100dc91906114a6565b3480156101e5575f80fd5b506101f96101f4366004611527565b61059f565b6040516100dc919061153e565b348015610211575f80fd5b506102256102203660046112d2565b61077a565b6040516100dc9190611550565b34801561023d575f80fd5b506102466107ae565b6040516100dc91906115b5565b34801561025e575f80fd5b506004546040519081526020016100dc565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f7687b0ed0000000000000000000000000000000000000000000000000000000014806102c557506102c58261085e565b92915050565b5f60606040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffbf60113280546003825580156103515760018160011c14303b106103485763f92ee8a95f526004601cfd5b818160ff1b1b91505b50610366610361838501856118e7565b6108b3565b801561039b576002815560016020527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602080a15b505050565b60606004805480602002602001604051908101604052809291908181526020015f905b82821015610596578382905f5260205f2090600502016040518060c00160405290815f8201548152602001600182015f9054906101000a900460ff166001811115610410576104106113ae565b6001811115610421576104216113ae565b81526001820154610100810460ff90811660208401526201000090910473ffffffffffffffffffffffffffffffffffffffff1660408084019190915260028401546060840152805160808082019092526003850180549290940193909290918391166007811115610494576104946113ae565b60078111156104a5576104a56113ae565b81528154602090910190610100900460ff1660058111156104c8576104c86113ae565b60058111156104d9576104d96113ae565b8152815462010000900463ffffffff166020820152600182018054604090920191610503906119e8565b80601f016020809104026020016040519081016040528092919081815260200182805461052f906119e8565b801561057a5780601f106105515761010080835404028352916020019161057a565b820191905f5260205f20905b81548152906001019060200180831161055d57829003601f168201915b50505050508152505081525050815260200190600101906103c3565b50505050905090565b6105a7611231565b600482815481106105ba576105ba611a39565b905f5260205f2090600502016040518060c00160405290815f8201548152602001600182015f9054906101000a900460ff1660018111156105fd576105fd6113ae565b600181111561060e5761060e6113ae565b81526001820154610100810460ff90811660208401526201000090910473ffffffffffffffffffffffffffffffffffffffff1660408084019190915260028401546060840152805160808082019092526003850180549290940193909290918391166007811115610681576106816113ae565b6007811115610692576106926113ae565b81528154602090910190610100900460ff1660058111156106b5576106b56113ae565b60058111156106c6576106c66113ae565b8152815462010000900463ffffffff1660208201526001820180546040909201916106f0906119e8565b80601f016020809104026020016040519081016040528092919081815260200182805461071c906119e8565b80156107675780601f1061073e57610100808354040283529160200191610767565b820191905f5260205f20905b81548152906001019060200180831161074a57829003601f168201915b5050509190925250505090525092915050565b60606040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091526040805160a081019091525f8054829060ff1660018111156107fc576107fc6113ae565b600181111561080d5761080d6113ae565b815260018201546020820152600282015463ffffffff81166040830152640100000000900473ffffffffffffffffffffffffffffffffffffffff166060820152600390910154608090910152919050565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167fe67157950000000000000000000000000000000000000000000000000000000014806102c557506102c582611161565b6108bb6111f7565b805180515f8054909190829060ff1916600183818111156108de576108de6113ae565b02179055506020828101516001808401919091556040840151600284018054606087015173ffffffffffffffffffffffffffffffffffffffff16640100000000027fffffffffffffffff00000000000000000000000000000000000000000000000090911663ffffffff90931692909217919091179055608090930151600390920191909155828101516004805480850182555f91909152815160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b8101918255928201517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c90930180549294919392909160ff199091169083818111156109ec576109ec6113ae565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610aad57610aad6113ae565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610af257610af26113ae565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610b469082611ab1565b505050604083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610bd757610bd76113ae565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610c9857610c986113ae565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610cdd57610cdd6113ae565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610d319082611ab1565b505050606083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610dc257610dc26113ae565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff1990911690836007811115610e8357610e836113ae565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff16610100836005811115610ec857610ec86113ae565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff90911617815560608201516001820190610f1c9082611ab1565b505050608083015160048054600181810183555f92909252825160059091027f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b810191825560208401517f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19c909101805494965091945092909160ff19909116908381811115610fad57610fad6113ae565b0217905550604082015160018083018054606086015173ffffffffffffffffffffffffffffffffffffffff1662010000027fffffffffffffffffffff0000000000000000000000000000000000000000ffff60ff90951661010002949094167fffffffffffffffffffff000000000000000000000000000000000000000000ff90911617929092179091556080830151600283015560a0830151805160038401805492939092839160ff199091169083600781111561106e5761106e6113ae565b02179055506020820151815482907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101008360058111156110b3576110b36113ae565b02179055506040820151815463ffffffff90911662010000027fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000ffff909116178155606082015160018201906111079082611ab1565b50505050507f7c54f3f7ef1d1e3acbe06bce75dbb6f17c64cb446c13bf354da8d7735b99f2a6815f01518260200151836040015184606001518560800151604051611156959493929190611bc8565b60405180910390a150565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f6ab67a0d0000000000000000000000000000000000000000000000000000000014806102c557507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316146102c5565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffbf601132805460011661122e5763d7e6bcf85f526004601cfd5b50565b6040805160c081019091525f808252602082019081525f602082018190526040820181905260608201526080016112876040805160808101909152805f81526020015f81525f6020820152606060409091015290565b905290565b5f6020828403121561129c575f80fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146112cb575f80fd5b9392505050565b5f80602083850312156112e3575f80fd5b823567ffffffffffffffff8111156112f9575f80fd5b8301601f81018513611309575f80fd5b803567ffffffffffffffff81111561131f575f80fd5b856020828401011115611330575f80fd5b6020919091019590945092505050565b5f81518084528060208401602086015e5f6020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b8215158152604060208201525f6113a66040830184611340565b949350505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffd5b600281106113eb576113eb6113ae565b9052565b805182525f602082015161140660208501826113db565b5060ff604083015116604084015273ffffffffffffffffffffffffffffffffffffffff60608301511660608401526080820151608084015260a082015160c060a085015280516008811061145c5761145c6113ae565b60c0850152602081015160068110611476576114766113ae565b60e0850152604081015163ffffffff166101008501526060015160806101208501526113a6610140850182611340565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b8281101561151b577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08786030184526115068583516113ef565b945060209384019391909101906001016114cc565b50929695505050505050565b5f60208284031215611537575f80fd5b5035919050565b602081525f6112cb60208301846113ef565b602081525f6112cb6020830184611340565b61156d8282516113db565b6020810151602083015263ffffffff604082015116604083015273ffffffffffffffffffffffffffffffffffffffff6060820151166060830152608081015160808301525050565b60a081016102c58284611562565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715611613576116136115c3565b60405290565b6040516080810167ffffffffffffffff81118282101715611613576116136115c3565b60405160c0810167ffffffffffffffff81118282101715611613576116136115c3565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff811182821017156116a6576116a66115c3565b604052919050565b8035600281106116bc575f80fd5b919050565b803563ffffffff811681146116bc575f80fd5b803573ffffffffffffffffffffffffffffffffffffffff811681146116bc575f80fd5b5f60a08284031215611707575f80fd5b61170f6115f0565b905061171a826116ae565b815260208281013590820152611732604083016116c1565b6040820152611743606083016116d4565b606082015260809182013591810191909152919050565b5f6080828403121561176a575f80fd5b611772611619565b9050813560088110611782575f80fd5b8152602082013560068110611795575f80fd5b60208201526117a6604083016116c1565b6040820152606082013567ffffffffffffffff8111156117c4575f80fd5b8201601f810184136117d4575f80fd5b803567ffffffffffffffff8111156117ee576117ee6115c3565b61181f60207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8401160161165f565b818152856020838501011115611833575f80fd5b816020840160208301375f6020838301015280606085015250505092915050565b5f60c08284031215611864575f80fd5b61186c61163c565b82358152905061187e602083016116ae565b6020820152604082013560ff81168114611896575f80fd5b60408201526118a7606083016116d4565b60608201526080828101359082015260a082013567ffffffffffffffff8111156118cf575f80fd5b6118db8482850161175a565b60a08301525092915050565b5f602082840312156118f7575f80fd5b813567ffffffffffffffff81111561190d575f80fd5b8201610120818503121561191f575f80fd5b6119276115f0565b61193185836116f7565b815260a082013567ffffffffffffffff81111561194c575f80fd5b61195886828501611854565b60208301525060c082013567ffffffffffffffff811115611977575f80fd5b61198386828501611854565b60408301525060e082013567ffffffffffffffff8111156119a2575f80fd5b6119ae86828501611854565b60608301525061010082013567ffffffffffffffff8111156119ce575f80fd5b6119da86828501611854565b608083015250949350505050565b600181811c908216806119fc57607f821691505b602082108103611a33577f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b50919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b601f82111561039b57805f5260205f20601f840160051c81016020851015611a8b5750805b601f840160051c820191505b81811015611aaa575f8155600101611a97565b5050505050565b815167ffffffffffffffff811115611acb57611acb6115c3565b611adf81611ad984546119e8565b84611a66565b6020601f821160018114611b30575f8315611afa5750848201515b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600385901b1c1916600184901b178455611aaa565b5f848152602081207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08516915b82811015611b7d5787850151825560209485019460019092019101611b5d565b5084821015611bb957868401517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600387901b60f8161c191681555b50505050600190811b01905550565b611bd28187611562565b61012060a08201525f611be96101208301876113ef565b82810360c0840152611bfb81876113ef565b905082810360e0840152611c0f81866113ef565b9050828103610100840152611c2481856113ef565b9897505050505050505056fea2646970667358221220ec29c85e9420d542351535cfbb2c79285bfb5d86014ee966669d793fa2a4481264736f6c634300081a0033", N0 = {
|
|
9
9
|
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef": {
|
|
10
10
|
name: "Transfer",
|
|
11
11
|
type: "event",
|
|
@@ -1380,27 +1380,27 @@ const E0 = "0x60a0604052348015600e575f80fd5b5060156019565b607c565b63409feecd1980
|
|
|
1380
1380
|
}
|
|
1381
1381
|
]
|
|
1382
1382
|
}
|
|
1383
|
-
}, g = Symbol.for("@ts-pattern/matcher"),
|
|
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[
|
|
1395
|
-
W(r) && r[
|
|
1393
|
+
for (const s of t.keys()) {
|
|
1394
|
+
const r = t[s];
|
|
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,12 +1411,12 @@ const E0 = "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
|
-
return Object.assign(t, { optional: () =>
|
|
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) });
|
|
1418
1418
|
}
|
|
1419
|
-
function
|
|
1419
|
+
function B0(t) {
|
|
1420
1420
|
return p({ [g]: () => ({ match: (f) => {
|
|
1421
1421
|
let e = {};
|
|
1422
1422
|
const n = (d, i) => {
|
|
@@ -1434,7 +1434,7 @@ function o(...t) {
|
|
|
1434
1434
|
return { matched: t.every((d) => l(d, f, n)), selections: e };
|
|
1435
1435
|
}, getSelectionKeys: () => k(t, T), matcherType: "and" }) });
|
|
1436
1436
|
}
|
|
1437
|
-
function
|
|
1437
|
+
function k0(...t) {
|
|
1438
1438
|
return p({ [g]: () => ({ match: (f) => {
|
|
1439
1439
|
let e = {};
|
|
1440
1440
|
const n = (d, i) => {
|
|
@@ -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
|
}
|
|
@@ -1497,7 +1497,7 @@ p(u(function(t) {
|
|
|
1497
1497
|
p(u(function(t) {
|
|
1498
1498
|
return t != null;
|
|
1499
1499
|
}));
|
|
1500
|
-
class
|
|
1500
|
+
class R0 extends Error {
|
|
1501
1501
|
constructor(f) {
|
|
1502
1502
|
let e;
|
|
1503
1503
|
try {
|
|
@@ -1521,11 +1521,11 @@ 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;
|
|
@@ -1537,7 +1537,7 @@ class M {
|
|
|
1537
1537
|
}
|
|
1538
1538
|
exhaustive() {
|
|
1539
1539
|
if (this.state.matched) return this.state.value;
|
|
1540
|
-
throw new
|
|
1540
|
+
throw new R0(this.input);
|
|
1541
1541
|
}
|
|
1542
1542
|
run() {
|
|
1543
1543
|
return this.exhaustive();
|
|
@@ -1546,14 +1546,14 @@ class M {
|
|
|
1546
1546
|
return this;
|
|
1547
1547
|
}
|
|
1548
1548
|
}
|
|
1549
|
-
const
|
|
1550
|
-
var
|
|
1551
|
-
function
|
|
1549
|
+
const j = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_BOOST_MAINNET_SIGNER_EOA: "0xCBD0C302040bC803B4B2EDaF21Be0e49Deff5480", VITE_BOOST_TESTNET_SIGNER_EOA: "0xd63167e9db11B108940b2E8236581F961f33f396" };
|
|
1550
|
+
var L0 = /* @__PURE__ */ ((t) => (t[t.EQUAL = 0] = "EQUAL", t[t.NOT_EQUAL = 1] = "NOT_EQUAL", t[t.GREATER_THAN = 2] = "GREATER_THAN", t[t.LESS_THAN = 3] = "LESS_THAN", t[t.CONTAINS = 4] = "CONTAINS", t[t.REGEX = 5] = "REGEX", t[t.GREATER_THAN_OR_EQUAL = 6] = "GREATER_THAN_OR_EQUAL", t[t.LESS_THAN_OR_EQUAL = 7] = "LESS_THAN_OR_EQUAL", t))(L0 || {}), _0 = /* @__PURE__ */ ((t) => (t[t.UINT = 0] = "UINT", t[t.ADDRESS = 1] = "ADDRESS", t[t.BYTES = 2] = "BYTES", t[t.STRING = 3] = "STRING", t[t.TUPLE = 4] = "TUPLE", t[t.INT = 5] = "INT", t))(_0 || {}), D0 = /* @__PURE__ */ ((t) => (t[t.EVENT = 0] = "EVENT", t[t.FUNC = 1] = "FUNC", t))(D0 || {}), P0 = /* @__PURE__ */ ((t) => (t[t.RAW = 0] = "RAW", t[t.WAD = 1] = "WAD", t))(P0 || {});
|
|
1551
|
+
function F0(t) {
|
|
1552
1552
|
return Array.isArray(t.actionSteps);
|
|
1553
1553
|
}
|
|
1554
|
-
const $ = class $ extends
|
|
1554
|
+
const $ = class $ extends w0 {
|
|
1555
1555
|
constructor() {
|
|
1556
|
-
super(...arguments), this.abi =
|
|
1556
|
+
super(...arguments), this.abi = Y;
|
|
1557
1557
|
}
|
|
1558
1558
|
/**
|
|
1559
1559
|
* Gets a specific action event by index
|
|
@@ -1576,13 +1576,13 @@ const $ = class $ extends x0 {
|
|
|
1576
1576
|
* @returns {Promise<ActionStep[]>}
|
|
1577
1577
|
*/
|
|
1578
1578
|
async getActionSteps(f) {
|
|
1579
|
-
const e = await
|
|
1579
|
+
const e = await p0(this._config, {
|
|
1580
1580
|
address: this.assertValidAddress(),
|
|
1581
1581
|
...this.optionallyAttachAccount(),
|
|
1582
1582
|
// biome-ignore lint/suspicious/noExplicitAny: Accept any shape of valid wagmi/viem parameters, wagmi does the same thing internally
|
|
1583
1583
|
...f
|
|
1584
1584
|
});
|
|
1585
|
-
return
|
|
1585
|
+
return O0(e.map(i0));
|
|
1586
1586
|
}
|
|
1587
1587
|
/**
|
|
1588
1588
|
* Gets the count of action events
|
|
@@ -1604,7 +1604,7 @@ const $ = class $ extends x0 {
|
|
|
1604
1604
|
* @returns {Promise<ActionClaimant>}
|
|
1605
1605
|
*/
|
|
1606
1606
|
async getActionClaimant(f) {
|
|
1607
|
-
const e = await
|
|
1607
|
+
const e = await y0(this._config, {
|
|
1608
1608
|
address: this.assertValidAddress(),
|
|
1609
1609
|
...this.optionallyAttachAccount(),
|
|
1610
1610
|
...f
|
|
@@ -1633,14 +1633,14 @@ const $ = class $ extends x0 {
|
|
|
1633
1633
|
* @returns {Promise<{ hash: `0x${string}`; result: readonly [boolean, `0x${string}`]; }>}
|
|
1634
1634
|
*/
|
|
1635
1635
|
async executeRaw(f, e) {
|
|
1636
|
-
const { request: n, result: d } = await
|
|
1636
|
+
const { request: n, result: d } = await b0(this._config, {
|
|
1637
1637
|
address: this.assertValidAddress(),
|
|
1638
1638
|
...this.optionallyAttachAccount(),
|
|
1639
1639
|
// biome-ignore lint/suspicious/noExplicitAny: Accept any shape of valid wagmi/viem parameters, wagmi does the same thing internally
|
|
1640
1640
|
...e,
|
|
1641
1641
|
args: [f]
|
|
1642
1642
|
});
|
|
1643
|
-
return { hash: await
|
|
1643
|
+
return { hash: await l0(this._config, n), result: d };
|
|
1644
1644
|
}
|
|
1645
1645
|
/**
|
|
1646
1646
|
* Derives the action claimant address from a transaction based on the provided ActionClaimant configuration.
|
|
@@ -1704,12 +1704,12 @@ const $ = class $ extends x0 {
|
|
|
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 x0 {
|
|
|
1722
1722
|
});
|
|
1723
1723
|
if (e.notBeforeBlockNumber && i.blockNumber < e.notBeforeBlockNumber)
|
|
1724
1724
|
return;
|
|
1725
|
-
let
|
|
1726
|
-
n ===
|
|
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 x0 {
|
|
|
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
|
/**
|
|
@@ -1760,10 +1760,22 @@ const $ = class $ extends x0 {
|
|
|
1760
1760
|
* @returns {Address | undefined} The validated address if found and valid, otherwise undefined.
|
|
1761
1761
|
*/
|
|
1762
1762
|
validateClaimantAgainstArgs(f, e) {
|
|
1763
|
-
if (!e || !Array.isArray(e == null ? void 0 : e.args)
|
|
1763
|
+
if (!e || !Array.isArray(e == null ? void 0 : e.args))
|
|
1764
|
+
return;
|
|
1765
|
+
if (G0(f.fieldIndex)) {
|
|
1766
|
+
const [d, i] = H0(f.fieldIndex);
|
|
1767
|
+
if (e.args.length <= d)
|
|
1768
|
+
return;
|
|
1769
|
+
const s = e.args[d];
|
|
1770
|
+
if (!Array.isArray(s) || s.length <= i)
|
|
1771
|
+
return;
|
|
1772
|
+
const r = s[i];
|
|
1773
|
+
return H(r) ? r : void 0;
|
|
1774
|
+
}
|
|
1775
|
+
if (e.args.length <= f.fieldIndex)
|
|
1764
1776
|
return;
|
|
1765
1777
|
const n = e.args.at(f.fieldIndex);
|
|
1766
|
-
if (
|
|
1778
|
+
if (H(n)) return n;
|
|
1767
1779
|
}
|
|
1768
1780
|
/**
|
|
1769
1781
|
* Retrieves action steps, and uses them to validate against, and optionally fetch logs that match the step's signature.
|
|
@@ -1811,12 +1823,12 @@ const $ = class $ extends x0 {
|
|
|
1811
1823
|
});
|
|
1812
1824
|
if (e.notBeforeBlockNumber && i.blockNumber < e.notBeforeBlockNumber)
|
|
1813
1825
|
return !1;
|
|
1814
|
-
if (f.signature ===
|
|
1815
|
-
const { decodedLogs: r, event:
|
|
1816
|
-
return this.isActionEventValid(f, r,
|
|
1826
|
+
if (f.signature === D) {
|
|
1827
|
+
const { decodedLogs: r, event: a } = await this.decodeTransferLogs(i);
|
|
1828
|
+
return this.isActionEventValid(f, r, a);
|
|
1817
1829
|
}
|
|
1818
|
-
const
|
|
1819
|
-
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);
|
|
1820
1832
|
}
|
|
1821
1833
|
if (f.signatureType === 1 && "hash" in e) {
|
|
1822
1834
|
const n = await R(this._config, {
|
|
@@ -1842,18 +1854,18 @@ const $ = class $ extends x0 {
|
|
|
1842
1854
|
for (let i of e)
|
|
1843
1855
|
try {
|
|
1844
1856
|
if (!Array.isArray(i.args))
|
|
1845
|
-
throw new
|
|
1857
|
+
throw new A0({
|
|
1846
1858
|
log: i,
|
|
1847
1859
|
criteria: d,
|
|
1848
1860
|
fieldValue: void 0
|
|
1849
1861
|
});
|
|
1850
|
-
const { value:
|
|
1862
|
+
const { value: s, type: r } = this.parseFieldFromAbi(
|
|
1851
1863
|
i.args,
|
|
1852
1864
|
d.fieldIndex,
|
|
1853
1865
|
n.inputs || [],
|
|
1854
1866
|
d.fieldType
|
|
1855
|
-
),
|
|
1856
|
-
if (this.validateFieldAgainstCriteria(
|
|
1867
|
+
), a = { ...d, fieldType: r };
|
|
1868
|
+
if (this.validateFieldAgainstCriteria(a, s, { log: i }))
|
|
1857
1869
|
return !0;
|
|
1858
1870
|
} catch {
|
|
1859
1871
|
}
|
|
@@ -1877,19 +1889,19 @@ const $ = class $ extends x0 {
|
|
|
1877
1889
|
*/
|
|
1878
1890
|
async decodeTransferLogs(f) {
|
|
1879
1891
|
const e = f.logs.filter(
|
|
1880
|
-
(d) => d.topics[0] ===
|
|
1892
|
+
(d) => d.topics[0] === D
|
|
1881
1893
|
), n = structuredClone(
|
|
1882
|
-
|
|
1894
|
+
N0["Transfer(address indexed,address indexed,uint256 indexed)"]
|
|
1883
1895
|
);
|
|
1884
1896
|
try {
|
|
1885
1897
|
return {
|
|
1886
1898
|
decodedLogs: e.map((i) => {
|
|
1887
|
-
const { eventName:
|
|
1899
|
+
const { eventName: s, args: r } = Q({
|
|
1888
1900
|
abi: [n],
|
|
1889
1901
|
data: i.data,
|
|
1890
1902
|
topics: i.topics
|
|
1891
1903
|
});
|
|
1892
|
-
return { ...i, eventName:
|
|
1904
|
+
return { ...i, eventName: s, args: r };
|
|
1893
1905
|
}),
|
|
1894
1906
|
event: n
|
|
1895
1907
|
};
|
|
@@ -1897,12 +1909,12 @@ const $ = class $ extends x0 {
|
|
|
1897
1909
|
try {
|
|
1898
1910
|
return n.inputs[2].indexed = !1, {
|
|
1899
1911
|
decodedLogs: e.map((i) => {
|
|
1900
|
-
const { eventName:
|
|
1912
|
+
const { eventName: s, args: r } = Q({
|
|
1901
1913
|
abi: [n],
|
|
1902
1914
|
data: i.data,
|
|
1903
1915
|
topics: i.topics
|
|
1904
1916
|
});
|
|
1905
|
-
return { ...i, eventName:
|
|
1917
|
+
return { ...i, eventName: s, args: r };
|
|
1906
1918
|
}),
|
|
1907
1919
|
event: n
|
|
1908
1920
|
};
|
|
@@ -1941,23 +1953,23 @@ const $ = class $ extends x0 {
|
|
|
1941
1953
|
filterData: C
|
|
1942
1954
|
}
|
|
1943
1955
|
});
|
|
1944
|
-
const
|
|
1945
|
-
if (!
|
|
1946
|
-
throw new J(e,
|
|
1947
|
-
const r = f[e],
|
|
1948
|
-
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)))
|
|
1949
1961
|
throw new f0({
|
|
1950
1962
|
fieldValue: r,
|
|
1951
1963
|
criteria: {
|
|
1952
1964
|
fieldIndex: e,
|
|
1953
1965
|
filterType: 0,
|
|
1954
|
-
fieldType:
|
|
1966
|
+
fieldType: a,
|
|
1955
1967
|
filterData: C
|
|
1956
1968
|
}
|
|
1957
1969
|
});
|
|
1958
|
-
return { value: r, type:
|
|
1970
|
+
return { value: r, type: a };
|
|
1959
1971
|
}
|
|
1960
|
-
const i =
|
|
1972
|
+
const i = $0(e);
|
|
1961
1973
|
return r0(f, i, n);
|
|
1962
1974
|
}
|
|
1963
1975
|
/**
|
|
@@ -1975,28 +1987,28 @@ const $ = class $ extends x0 {
|
|
|
1975
1987
|
*/
|
|
1976
1988
|
isActionFunctionValid(f, e, n) {
|
|
1977
1989
|
const d = f.actionParameter, i = f.signature;
|
|
1978
|
-
let
|
|
1979
|
-
if (n.abiItem ?
|
|
1990
|
+
let s;
|
|
1991
|
+
if (n.abiItem ? s = n.abiItem : s = n.knownSignatures[i], !s)
|
|
1980
1992
|
throw new N(i);
|
|
1981
1993
|
let r;
|
|
1982
1994
|
try {
|
|
1983
|
-
r =
|
|
1984
|
-
abi: [
|
|
1995
|
+
r = Z({
|
|
1996
|
+
abi: [s],
|
|
1985
1997
|
data: e.input
|
|
1986
1998
|
});
|
|
1987
|
-
} catch (
|
|
1988
|
-
throw new q([
|
|
1999
|
+
} catch (a) {
|
|
2000
|
+
throw new q([s], a);
|
|
1989
2001
|
}
|
|
1990
2002
|
if (!(r != null && r.args))
|
|
1991
2003
|
return !1;
|
|
1992
2004
|
try {
|
|
1993
|
-
const { value:
|
|
2005
|
+
const { value: a, type: c } = this.parseFieldFromAbi(
|
|
1994
2006
|
r.args,
|
|
1995
2007
|
d.fieldIndex,
|
|
1996
|
-
|
|
2008
|
+
s.inputs || [],
|
|
1997
2009
|
d.fieldType
|
|
1998
2010
|
), v = { ...d, fieldType: c };
|
|
1999
|
-
return this.validateFieldAgainstCriteria(v,
|
|
2011
|
+
return this.validateFieldAgainstCriteria(v, a, {
|
|
2000
2012
|
decodedArgs: r.args
|
|
2001
2013
|
});
|
|
2002
2014
|
} catch {
|
|
@@ -2019,7 +2031,7 @@ const $ = class $ extends x0 {
|
|
|
2019
2031
|
if (f.filterType === 0 && f.fieldType === 2 && f.fieldIndex === B.ANY_ACTION_PARAM)
|
|
2020
2032
|
return !0;
|
|
2021
2033
|
if (f.fieldType === 4)
|
|
2022
|
-
throw new
|
|
2034
|
+
throw new I(
|
|
2023
2035
|
"Tuples should not be passed into validateFieldAgainstCriteria"
|
|
2024
2036
|
);
|
|
2025
2037
|
const d = f.fieldType;
|
|
@@ -2103,7 +2115,7 @@ const $ = class $ extends x0 {
|
|
|
2103
2115
|
return new RegExp(i).test(e);
|
|
2104
2116
|
}
|
|
2105
2117
|
default:
|
|
2106
|
-
throw new
|
|
2118
|
+
throw new T0({
|
|
2107
2119
|
...n,
|
|
2108
2120
|
criteria: f,
|
|
2109
2121
|
fieldValue: e
|
|
@@ -2124,13 +2136,13 @@ const $ = class $ extends x0 {
|
|
|
2124
2136
|
e
|
|
2125
2137
|
);
|
|
2126
2138
|
let i;
|
|
2127
|
-
if (
|
|
2128
|
-
let
|
|
2129
|
-
if (
|
|
2130
|
-
throw new
|
|
2131
|
-
if (
|
|
2132
|
-
throw new
|
|
2133
|
-
let r = Array.from({ length: 4 }, (
|
|
2139
|
+
if (F0(n)) {
|
|
2140
|
+
let s = n.actionSteps.filter((a) => !!a);
|
|
2141
|
+
if (s.length === 0)
|
|
2142
|
+
throw new v0();
|
|
2143
|
+
if (s.length > 4)
|
|
2144
|
+
throw new E0();
|
|
2145
|
+
let r = Array.from({ length: 4 }, (a, c) => s.at(c) || s.at(-1));
|
|
2134
2146
|
i = {
|
|
2135
2147
|
actionClaimant: n.actionClaimant,
|
|
2136
2148
|
actionStepOne: r[0],
|
|
@@ -2141,9 +2153,9 @@ const $ = class $ extends x0 {
|
|
|
2141
2153
|
} else
|
|
2142
2154
|
i = n;
|
|
2143
2155
|
return {
|
|
2144
|
-
abi:
|
|
2145
|
-
bytecode:
|
|
2146
|
-
args: [
|
|
2156
|
+
abi: Y,
|
|
2157
|
+
bytecode: S0,
|
|
2158
|
+
args: [M0(i)],
|
|
2147
2159
|
...this.optionallyAttachAccount(d.account)
|
|
2148
2160
|
};
|
|
2149
2161
|
}
|
|
@@ -2205,16 +2217,16 @@ const $ = class $ extends x0 {
|
|
|
2205
2217
|
});
|
|
2206
2218
|
if (e.notBeforeBlockNumber && i.blockNumber < e.notBeforeBlockNumber)
|
|
2207
2219
|
return [];
|
|
2208
|
-
if (f.signature ===
|
|
2209
|
-
const { decodedLogs: r, event:
|
|
2220
|
+
if (f.signature === D) {
|
|
2221
|
+
const { decodedLogs: r, event: a } = await this.decodeTransferLogs(i);
|
|
2210
2222
|
return this.filterLogsByActionStepCriteria(
|
|
2211
2223
|
f,
|
|
2212
2224
|
r,
|
|
2213
|
-
|
|
2225
|
+
a
|
|
2214
2226
|
);
|
|
2215
2227
|
}
|
|
2216
|
-
const
|
|
2217
|
-
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);
|
|
2218
2230
|
}
|
|
2219
2231
|
/**
|
|
2220
2232
|
* Filters logs that meet the given action step criteria
|
|
@@ -2228,57 +2240,57 @@ const $ = class $ extends x0 {
|
|
|
2228
2240
|
filterLogsByActionStepCriteria(f, e, n) {
|
|
2229
2241
|
const d = f.actionParameter, i = [];
|
|
2230
2242
|
if (!e.length) return i;
|
|
2231
|
-
for (let
|
|
2232
|
-
if (E(
|
|
2243
|
+
for (let s of e)
|
|
2244
|
+
if (E(s.address, f.targetContract))
|
|
2233
2245
|
try {
|
|
2234
|
-
if (!Array.isArray(
|
|
2246
|
+
if (!Array.isArray(s.args))
|
|
2235
2247
|
continue;
|
|
2236
|
-
const { value: r, type:
|
|
2237
|
-
|
|
2248
|
+
const { value: r, type: a } = this.parseFieldFromAbi(
|
|
2249
|
+
s.args,
|
|
2238
2250
|
d.fieldIndex,
|
|
2239
2251
|
n.inputs || [],
|
|
2240
2252
|
d.fieldType
|
|
2241
|
-
), c = { ...d, fieldType:
|
|
2242
|
-
this.validateFieldAgainstCriteria(c, r, { log:
|
|
2253
|
+
), c = { ...d, fieldType: a };
|
|
2254
|
+
this.validateFieldAgainstCriteria(c, r, { log: s }) && i.push(s);
|
|
2243
2255
|
} catch {
|
|
2244
2256
|
}
|
|
2245
2257
|
return i;
|
|
2246
2258
|
}
|
|
2247
2259
|
};
|
|
2248
2260
|
$.bases = {
|
|
2249
|
-
...
|
|
2250
|
-
...
|
|
2251
|
-
}, $.registryType =
|
|
2261
|
+
...j != null && j.VITE_EVENT_ACTION_BASE ? { 31337: void 0 } : {},
|
|
2262
|
+
...m0
|
|
2263
|
+
}, $.registryType = I0.ACTION;
|
|
2252
2264
|
let d0 = $;
|
|
2253
|
-
function
|
|
2265
|
+
function W0(t) {
|
|
2254
2266
|
return t.type === "tuple" || t.type.startsWith("tuple[");
|
|
2255
2267
|
}
|
|
2256
2268
|
function r0(t, f, e) {
|
|
2257
2269
|
if (!f.length)
|
|
2258
|
-
throw new
|
|
2270
|
+
throw new I(
|
|
2259
2271
|
"No indexes found; cannot parse TUPLE field"
|
|
2260
2272
|
);
|
|
2261
2273
|
const n = f[0] ?? e.length + 1;
|
|
2262
2274
|
if (n >= e.length)
|
|
2263
|
-
throw new
|
|
2275
|
+
throw new I(void 0, n);
|
|
2264
2276
|
const d = e[n], i = t[n];
|
|
2265
|
-
if (!
|
|
2266
|
-
const
|
|
2267
|
-
return { value: i, type:
|
|
2277
|
+
if (!W0(d)) {
|
|
2278
|
+
const a = s0(d.type);
|
|
2279
|
+
return { value: i, type: a };
|
|
2268
2280
|
}
|
|
2269
2281
|
if (!Array.isArray(i))
|
|
2270
|
-
throw new
|
|
2282
|
+
throw new I(
|
|
2271
2283
|
"rawValue is not an array, but param.type is tuple"
|
|
2272
2284
|
);
|
|
2273
|
-
const
|
|
2274
|
-
if (!
|
|
2275
|
-
throw new
|
|
2276
|
-
const r =
|
|
2285
|
+
const s = f.slice(1);
|
|
2286
|
+
if (!s.length)
|
|
2287
|
+
throw new I(void 0, -1);
|
|
2288
|
+
const r = s[0] ?? d.components.length + 1;
|
|
2277
2289
|
if (r >= d.components.length)
|
|
2278
|
-
throw new
|
|
2279
|
-
return r0(i,
|
|
2290
|
+
throw new I(void 0, r);
|
|
2291
|
+
return r0(i, s, d.components);
|
|
2280
2292
|
}
|
|
2281
|
-
function
|
|
2293
|
+
function s0(t) {
|
|
2282
2294
|
const f = t.toLowerCase();
|
|
2283
2295
|
if (f.startsWith("uint"))
|
|
2284
2296
|
return 0;
|
|
@@ -2292,7 +2304,7 @@ function a0(t) {
|
|
|
2292
2304
|
return 3;
|
|
2293
2305
|
throw new A(`Unrecognized ABI type: ${t}`);
|
|
2294
2306
|
}
|
|
2295
|
-
function
|
|
2307
|
+
function O0(t) {
|
|
2296
2308
|
const f = [], e = {};
|
|
2297
2309
|
for (let n of t) {
|
|
2298
2310
|
const d = JSON.stringify(n);
|
|
@@ -2300,7 +2312,7 @@ function F0(t) {
|
|
|
2300
2312
|
}
|
|
2301
2313
|
return f;
|
|
2302
2314
|
}
|
|
2303
|
-
function
|
|
2315
|
+
function a0(t) {
|
|
2304
2316
|
return {
|
|
2305
2317
|
...t,
|
|
2306
2318
|
chainid: BigInt(t.chainid)
|
|
@@ -2322,29 +2334,29 @@ function u0(t) {
|
|
|
2322
2334
|
return f.slice(0, 56) === "0".repeat(56) ? 1 : 0;
|
|
2323
2335
|
throw new Error("Invalid signature format");
|
|
2324
2336
|
}
|
|
2325
|
-
function
|
|
2326
|
-
return
|
|
2337
|
+
function U0(t) {
|
|
2338
|
+
return x0(K(t));
|
|
2327
2339
|
}
|
|
2328
|
-
function
|
|
2340
|
+
function P(t) {
|
|
2329
2341
|
return {
|
|
2330
|
-
...
|
|
2342
|
+
...a0(t),
|
|
2331
2343
|
signatureType: t.signatureType ?? u0(t.signature),
|
|
2332
|
-
signature:
|
|
2344
|
+
signature: K(t.signature),
|
|
2333
2345
|
actionType: t.actionType || 0,
|
|
2334
2346
|
actionParameter: t.actionParameter.fieldType === 0 ? {
|
|
2335
2347
|
...t.actionParameter,
|
|
2336
|
-
filterData:
|
|
2348
|
+
filterData: U0(t.actionParameter.filterData)
|
|
2337
2349
|
} : t.actionParameter
|
|
2338
2350
|
};
|
|
2339
2351
|
}
|
|
2340
|
-
function
|
|
2352
|
+
function M0({
|
|
2341
2353
|
actionClaimant: t,
|
|
2342
2354
|
actionStepOne: f,
|
|
2343
2355
|
actionStepTwo: e,
|
|
2344
2356
|
actionStepThree: n,
|
|
2345
2357
|
actionStepFour: d
|
|
2346
2358
|
}) {
|
|
2347
|
-
return
|
|
2359
|
+
return g0(
|
|
2348
2360
|
[
|
|
2349
2361
|
{
|
|
2350
2362
|
type: "tuple",
|
|
@@ -2451,19 +2463,19 @@ function O0({
|
|
|
2451
2463
|
[
|
|
2452
2464
|
{
|
|
2453
2465
|
actionClaimant: {
|
|
2454
|
-
...
|
|
2466
|
+
...a0(t),
|
|
2455
2467
|
signatureType: t.signatureType ?? u0(t.signature),
|
|
2456
|
-
signature:
|
|
2468
|
+
signature: K(t.signature)
|
|
2457
2469
|
},
|
|
2458
|
-
actionStepOne:
|
|
2459
|
-
actionStepTwo:
|
|
2460
|
-
actionStepThree:
|
|
2461
|
-
actionStepFour:
|
|
2470
|
+
actionStepOne: P(f),
|
|
2471
|
+
actionStepTwo: P(e),
|
|
2472
|
+
actionStepThree: P(n),
|
|
2473
|
+
actionStepFour: P(d)
|
|
2462
2474
|
}
|
|
2463
2475
|
]
|
|
2464
2476
|
);
|
|
2465
2477
|
}
|
|
2466
|
-
function
|
|
2478
|
+
function q0() {
|
|
2467
2479
|
return {
|
|
2468
2480
|
filterType: 0,
|
|
2469
2481
|
fieldType: 2,
|
|
@@ -2471,71 +2483,71 @@ function K0() {
|
|
|
2471
2483
|
filterData: C
|
|
2472
2484
|
};
|
|
2473
2485
|
}
|
|
2474
|
-
function
|
|
2486
|
+
function J0(t) {
|
|
2475
2487
|
return {
|
|
2476
2488
|
signatureType: 0,
|
|
2477
2489
|
signature: C,
|
|
2478
2490
|
fieldIndex: B.TX_SENDER_CLAIMANT,
|
|
2479
|
-
targetContract:
|
|
2491
|
+
targetContract: h0,
|
|
2480
2492
|
chainid: t
|
|
2481
2493
|
};
|
|
2482
2494
|
}
|
|
2483
|
-
const
|
|
2484
|
-
function
|
|
2495
|
+
const S = 63;
|
|
2496
|
+
function ff(t) {
|
|
2485
2497
|
if (t.length > 5)
|
|
2486
2498
|
throw new O("Can only pack up to 5 indexes.");
|
|
2487
2499
|
let f = 0;
|
|
2488
2500
|
return t.forEach((e, n) => {
|
|
2489
|
-
if (e >
|
|
2501
|
+
if (e > S)
|
|
2490
2502
|
throw new O(
|
|
2491
|
-
`Index ${e} exceeds the maximum allowed value (${
|
|
2503
|
+
`Index ${e} exceeds the maximum allowed value (${S}).`
|
|
2492
2504
|
);
|
|
2493
|
-
f |= (e &
|
|
2494
|
-
}), t.length < 5 && (f |=
|
|
2505
|
+
f |= (e & S) << n * 6;
|
|
2506
|
+
}), t.length < 5 && (f |= S << t.length * 6), f;
|
|
2495
2507
|
}
|
|
2496
|
-
function
|
|
2508
|
+
function $0(t) {
|
|
2497
2509
|
const f = [];
|
|
2498
2510
|
for (let e = 0; e < 5; e++) {
|
|
2499
|
-
const n = t >> e * 6 &
|
|
2500
|
-
if (n ===
|
|
2511
|
+
const n = t >> e * 6 & S;
|
|
2512
|
+
if (n === S) break;
|
|
2501
2513
|
f.push(n);
|
|
2502
2514
|
}
|
|
2503
2515
|
return f;
|
|
2504
2516
|
}
|
|
2505
2517
|
function F(t, f) {
|
|
2506
|
-
const e =
|
|
2518
|
+
const e = Q({
|
|
2507
2519
|
abi: [t],
|
|
2508
2520
|
data: f.data,
|
|
2509
2521
|
topics: f.topics
|
|
2510
2522
|
}), n = Array.isArray(e.args) ? e.args : Object.values(e.args);
|
|
2511
|
-
if (!t.inputs.some((
|
|
2523
|
+
if (!t.inputs.some((a) => a.indexed))
|
|
2512
2524
|
return {
|
|
2513
2525
|
...f,
|
|
2514
2526
|
...e
|
|
2515
2527
|
};
|
|
2516
2528
|
const d = [], i = [];
|
|
2517
|
-
for (let
|
|
2518
|
-
t.inputs[
|
|
2519
|
-
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 });
|
|
2520
2532
|
let r = 0;
|
|
2521
|
-
for (let
|
|
2522
|
-
|
|
2523
|
-
for (let
|
|
2524
|
-
|
|
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++];
|
|
2525
2537
|
return {
|
|
2526
2538
|
...f,
|
|
2527
2539
|
eventName: e.eventName,
|
|
2528
|
-
args:
|
|
2540
|
+
args: s
|
|
2529
2541
|
};
|
|
2530
2542
|
}
|
|
2531
|
-
function
|
|
2543
|
+
function V0([t, f]) {
|
|
2532
2544
|
if (t < 0 || t > 13 || f < 0 || f > 13)
|
|
2533
2545
|
throw new O(
|
|
2534
2546
|
`Tuple indices must be between 0-13, got: [${t}, ${f}]`
|
|
2535
2547
|
);
|
|
2536
2548
|
return 32 + (t << 4) + f;
|
|
2537
2549
|
}
|
|
2538
|
-
function
|
|
2550
|
+
function o0(t) {
|
|
2539
2551
|
if (t < 32 || t > 253)
|
|
2540
2552
|
throw new O(
|
|
2541
2553
|
`Field index must be between 32-253, got: ${t}`
|
|
@@ -2543,15 +2555,24 @@ function M0(t) {
|
|
|
2543
2555
|
const f = t - 32, e = f >> 4 & 15, n = f & 15;
|
|
2544
2556
|
return [e, n];
|
|
2545
2557
|
}
|
|
2546
|
-
function
|
|
2558
|
+
function c0(t) {
|
|
2547
2559
|
return t >= 32;
|
|
2548
2560
|
}
|
|
2549
|
-
function
|
|
2550
|
-
|
|
2561
|
+
function G0(t) {
|
|
2562
|
+
return c0(t);
|
|
2563
|
+
}
|
|
2564
|
+
function ef(t) {
|
|
2565
|
+
return V0(t);
|
|
2566
|
+
}
|
|
2567
|
+
function H0(t) {
|
|
2568
|
+
return o0(t);
|
|
2569
|
+
}
|
|
2570
|
+
function tf(t, f) {
|
|
2571
|
+
if (!c0(f))
|
|
2551
2572
|
throw new A(
|
|
2552
2573
|
`Field index ${f} is invalid. Expected index >= 32`
|
|
2553
2574
|
);
|
|
2554
|
-
const [e, n] =
|
|
2575
|
+
const [e, n] = o0(f);
|
|
2555
2576
|
if (e === void 0 || n === void 0)
|
|
2556
2577
|
throw new A(
|
|
2557
2578
|
`Failed to unpack field indexes from ${f}`
|
|
@@ -2576,21 +2597,24 @@ function J0(t, f) {
|
|
|
2576
2597
|
}
|
|
2577
2598
|
export {
|
|
2578
2599
|
d0 as EventAction,
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2600
|
+
L0 as FilterType,
|
|
2601
|
+
_0 as PrimitiveType,
|
|
2602
|
+
D0 as SignatureType,
|
|
2603
|
+
P0 as ValueType,
|
|
2604
|
+
q0 as anyActionParameter,
|
|
2584
2605
|
F as decodeAndReorderLogArgs,
|
|
2585
2606
|
u0 as detectSignatureType,
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
M0 as
|
|
2594
|
-
|
|
2607
|
+
tf as getScalarValueFromTuple,
|
|
2608
|
+
G0 as isClaimantFieldIndexTuple,
|
|
2609
|
+
c0 as isCriteriaFieldIndexTuple,
|
|
2610
|
+
F0 as isEventActionPayloadSimple,
|
|
2611
|
+
ef as packClaimantFieldIndexes,
|
|
2612
|
+
V0 as packCriteriaFieldIndexes,
|
|
2613
|
+
ff as packFieldIndexes,
|
|
2614
|
+
M0 as prepareEventActionPayload,
|
|
2615
|
+
J0 as transactionSenderClaimant,
|
|
2616
|
+
H0 as unpackClaimantFieldIndexes,
|
|
2617
|
+
o0 as unpackCriteriaFieldIndexes,
|
|
2618
|
+
$0 as unpackFieldIndexes
|
|
2595
2619
|
};
|
|
2596
2620
|
//# sourceMappingURL=EventAction.js.map
|