{
  "abi": [
    {
      "type": "constructor",
      "inputs": [
        {
          "name": "campaignParams",
          "type": "tuple",
          "internalType": "struct MerkleLT.ConstructorParams",
          "components": [
            { "name": "campaignName", "type": "string", "internalType": "string" },
            { "name": "campaignStartTime", "type": "uint40", "internalType": "uint40" },
            { "name": "cancelable", "type": "bool", "internalType": "bool" },
            { "name": "claimType", "type": "uint8", "internalType": "enum ClaimType" },
            { "name": "expiration", "type": "uint40", "internalType": "uint40" },
            { "name": "initialAdmin", "type": "address", "internalType": "address" },
            { "name": "ipfsCID", "type": "string", "internalType": "string" },
            { "name": "lockup", "type": "address", "internalType": "contract ISablierLockup" },
            { "name": "merkleRoot", "type": "bytes32", "internalType": "bytes32" },
            { "name": "shape", "type": "string", "internalType": "string" },
            { "name": "token", "type": "address", "internalType": "contract IERC20" },
            {
              "name": "tranchesWithPercentages",
              "type": "tuple[]",
              "internalType": "struct MerkleLT.TrancheWithPercentage[]",
              "components": [
                { "name": "unlockPercentage", "type": "uint64", "internalType": "UD2x18" },
                { "name": "duration", "type": "uint40", "internalType": "uint40" }
              ]
            },
            { "name": "transferable", "type": "bool", "internalType": "bool" },
            { "name": "vestingStartTime", "type": "uint40", "internalType": "uint40" }
          ]
        },
        { "name": "campaignCreator", "type": "address", "internalType": "address" },
        { "name": "comptroller", "type": "address", "internalType": "address" }
      ],
      "stateMutability": "nonpayable"
    },
    {
      "type": "function",
      "name": "CAMPAIGN_START_TIME",
      "inputs": [],
      "outputs": [{ "name": "", "type": "uint40", "internalType": "uint40" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "CLAIM_TYPE",
      "inputs": [],
      "outputs": [{ "name": "", "type": "uint8", "internalType": "enum ClaimType" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "COMPTROLLER",
      "inputs": [],
      "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "EXPIRATION",
      "inputs": [],
      "outputs": [{ "name": "", "type": "uint40", "internalType": "uint40" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "IS_SABLIER_MERKLE",
      "inputs": [],
      "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "MERKLE_ROOT",
      "inputs": [],
      "outputs": [{ "name": "", "type": "bytes32", "internalType": "bytes32" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "SABLIER_LOCKUP",
      "inputs": [],
      "outputs": [{ "name": "", "type": "address", "internalType": "contract ISablierLockup" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "STREAM_CANCELABLE",
      "inputs": [],
      "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "STREAM_TRANSFERABLE",
      "inputs": [],
      "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "TOKEN",
      "inputs": [],
      "outputs": [{ "name": "", "type": "address", "internalType": "contract IERC20" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "VESTING_START_TIME",
      "inputs": [],
      "outputs": [{ "name": "", "type": "uint40", "internalType": "uint40" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "admin",
      "inputs": [],
      "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "attestor",
      "inputs": [],
      "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "calculateMinFeeWei",
      "inputs": [],
      "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "campaignName",
      "inputs": [],
      "outputs": [{ "name": "", "type": "string", "internalType": "string" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "claim",
      "inputs": [
        { "name": "index", "type": "uint256", "internalType": "uint256" },
        { "name": "recipient", "type": "address", "internalType": "address" },
        { "name": "amount", "type": "uint128", "internalType": "uint128" },
        { "name": "merkleProof", "type": "bytes32[]", "internalType": "bytes32[]" }
      ],
      "outputs": [],
      "stateMutability": "payable"
    },
    {
      "type": "function",
      "name": "claimTo",
      "inputs": [
        { "name": "index", "type": "uint256", "internalType": "uint256" },
        { "name": "to", "type": "address", "internalType": "address" },
        { "name": "amount", "type": "uint128", "internalType": "uint128" },
        { "name": "merkleProof", "type": "bytes32[]", "internalType": "bytes32[]" }
      ],
      "outputs": [],
      "stateMutability": "payable"
    },
    {
      "type": "function",
      "name": "claimViaAttestation",
      "inputs": [
        { "name": "index", "type": "uint256", "internalType": "uint256" },
        { "name": "to", "type": "address", "internalType": "address" },
        { "name": "amount", "type": "uint128", "internalType": "uint128" },
        { "name": "expireAt", "type": "uint40", "internalType": "uint40" },
        { "name": "merkleProof", "type": "bytes32[]", "internalType": "bytes32[]" },
        { "name": "attestation", "type": "bytes", "internalType": "bytes" }
      ],
      "outputs": [],
      "stateMutability": "payable"
    },
    {
      "type": "function",
      "name": "claimViaSig",
      "inputs": [
        { "name": "index", "type": "uint256", "internalType": "uint256" },
        { "name": "recipient", "type": "address", "internalType": "address" },
        { "name": "to", "type": "address", "internalType": "address" },
        { "name": "amount", "type": "uint128", "internalType": "uint128" },
        { "name": "validFrom", "type": "uint40", "internalType": "uint40" },
        { "name": "merkleProof", "type": "bytes32[]", "internalType": "bytes32[]" },
        { "name": "signature", "type": "bytes", "internalType": "bytes" }
      ],
      "outputs": [],
      "stateMutability": "payable"
    },
    {
      "type": "function",
      "name": "claimedStreams",
      "inputs": [{ "name": "recipient", "type": "address", "internalType": "address" }],
      "outputs": [{ "name": "", "type": "uint256[]", "internalType": "uint256[]" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "clawback",
      "inputs": [
        { "name": "to", "type": "address", "internalType": "address" },
        { "name": "amount", "type": "uint128", "internalType": "uint128" }
      ],
      "outputs": [],
      "stateMutability": "nonpayable"
    },
    {
      "type": "function",
      "name": "domainSeparator",
      "inputs": [],
      "outputs": [{ "name": "", "type": "bytes32", "internalType": "bytes32" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "firstClaimTime",
      "inputs": [],
      "outputs": [{ "name": "", "type": "uint40", "internalType": "uint40" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "hasClaimed",
      "inputs": [{ "name": "index", "type": "uint256", "internalType": "uint256" }],
      "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "hasExpired",
      "inputs": [],
      "outputs": [{ "name": "", "type": "bool", "internalType": "bool" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "ipfsCID",
      "inputs": [],
      "outputs": [{ "name": "", "type": "string", "internalType": "string" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "lowerMinFeeUSD",
      "inputs": [{ "name": "newMinFeeUSD", "type": "uint256", "internalType": "uint256" }],
      "outputs": [],
      "stateMutability": "nonpayable"
    },
    {
      "type": "function",
      "name": "minFeeUSD",
      "inputs": [],
      "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "setAttestor",
      "inputs": [{ "name": "newAttestor", "type": "address", "internalType": "address" }],
      "outputs": [],
      "stateMutability": "nonpayable"
    },
    {
      "type": "function",
      "name": "sponsor",
      "inputs": [
        { "name": "token", "type": "address", "internalType": "contract IERC20" },
        { "name": "amount", "type": "uint128", "internalType": "uint128" },
        { "name": "biller", "type": "address", "internalType": "address" }
      ],
      "outputs": [],
      "stateMutability": "nonpayable"
    },
    {
      "type": "function",
      "name": "streamShape",
      "inputs": [],
      "outputs": [{ "name": "", "type": "string", "internalType": "string" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "tranchesWithPercentages",
      "inputs": [],
      "outputs": [
        {
          "name": "",
          "type": "tuple[]",
          "internalType": "struct MerkleLT.TrancheWithPercentage[]",
          "components": [
            { "name": "unlockPercentage", "type": "uint64", "internalType": "UD2x18" },
            { "name": "duration", "type": "uint40", "internalType": "uint40" }
          ]
        }
      ],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "transferAdmin",
      "inputs": [{ "name": "newAdmin", "type": "address", "internalType": "address" }],
      "outputs": [],
      "stateMutability": "nonpayable"
    },
    {
      "type": "event",
      "name": "ClaimLTWithTransfer",
      "inputs": [
        { "name": "index", "type": "uint256", "indexed": false, "internalType": "uint256" },
        { "name": "recipient", "type": "address", "indexed": true, "internalType": "address" },
        { "name": "amount", "type": "uint128", "indexed": false, "internalType": "uint128" },
        { "name": "to", "type": "address", "indexed": false, "internalType": "address" },
        { "name": "viaSig", "type": "bool", "indexed": false, "internalType": "bool" }
      ],
      "anonymous": false
    },
    {
      "type": "event",
      "name": "ClaimLTWithVesting",
      "inputs": [
        { "name": "index", "type": "uint256", "indexed": false, "internalType": "uint256" },
        { "name": "recipient", "type": "address", "indexed": true, "internalType": "address" },
        { "name": "amount", "type": "uint128", "indexed": false, "internalType": "uint128" },
        { "name": "streamId", "type": "uint256", "indexed": true, "internalType": "uint256" },
        { "name": "to", "type": "address", "indexed": false, "internalType": "address" },
        { "name": "viaSig", "type": "bool", "indexed": false, "internalType": "bool" }
      ],
      "anonymous": false
    },
    {
      "type": "event",
      "name": "Clawback",
      "inputs": [
        { "name": "admin", "type": "address", "indexed": true, "internalType": "address" },
        { "name": "to", "type": "address", "indexed": true, "internalType": "address" },
        { "name": "amount", "type": "uint128", "indexed": false, "internalType": "uint128" }
      ],
      "anonymous": false
    },
    {
      "type": "event",
      "name": "LowerMinFeeUSD",
      "inputs": [
        { "name": "comptroller", "type": "address", "indexed": true, "internalType": "address" },
        { "name": "newMinFeeUSD", "type": "uint256", "indexed": false, "internalType": "uint256" },
        { "name": "previousMinFeeUSD", "type": "uint256", "indexed": false, "internalType": "uint256" }
      ],
      "anonymous": false
    },
    {
      "type": "event",
      "name": "SetAttestor",
      "inputs": [
        { "name": "caller", "type": "address", "indexed": true, "internalType": "address" },
        { "name": "previousAttestor", "type": "address", "indexed": true, "internalType": "address" },
        { "name": "newAttestor", "type": "address", "indexed": true, "internalType": "address" }
      ],
      "anonymous": false
    },
    {
      "type": "event",
      "name": "Sponsor",
      "inputs": [
        { "name": "caller", "type": "address", "indexed": true, "internalType": "address" },
        { "name": "token", "type": "address", "indexed": true, "internalType": "contract IERC20" },
        { "name": "amount", "type": "uint128", "indexed": false, "internalType": "uint128" },
        { "name": "biller", "type": "address", "indexed": true, "internalType": "address" }
      ],
      "anonymous": false
    },
    {
      "type": "event",
      "name": "TransferAdmin",
      "inputs": [
        { "name": "oldAdmin", "type": "address", "indexed": true, "internalType": "address" },
        { "name": "newAdmin", "type": "address", "indexed": true, "internalType": "address" }
      ],
      "anonymous": false
    },
    {
      "type": "error",
      "name": "CallerNotAdmin",
      "inputs": [
        { "name": "admin", "type": "address", "internalType": "address" },
        { "name": "caller", "type": "address", "internalType": "address" }
      ]
    },
    {
      "type": "error",
      "name": "PRBMath_MulDiv18_Overflow",
      "inputs": [
        { "name": "x", "type": "uint256", "internalType": "uint256" },
        { "name": "y", "type": "uint256", "internalType": "uint256" }
      ]
    },
    {
      "type": "error",
      "name": "PRBMath_UD60x18_IntoUint128_Overflow",
      "inputs": [{ "name": "x", "type": "uint256", "internalType": "UD60x18" }]
    },
    {
      "type": "error",
      "name": "SablierMerkleBase_CallerNotComptroller",
      "inputs": [
        { "name": "comptroller", "type": "address", "internalType": "address" },
        { "name": "caller", "type": "address", "internalType": "address" }
      ]
    },
    {
      "type": "error",
      "name": "SablierMerkleBase_CampaignExpired",
      "inputs": [
        { "name": "blockTimestamp", "type": "uint256", "internalType": "uint256" },
        { "name": "expiration", "type": "uint40", "internalType": "uint40" }
      ]
    },
    {
      "type": "error",
      "name": "SablierMerkleBase_CampaignNotStarted",
      "inputs": [
        { "name": "blockTimestamp", "type": "uint256", "internalType": "uint256" },
        { "name": "campaignStartTime", "type": "uint40", "internalType": "uint40" }
      ]
    },
    {
      "type": "error",
      "name": "SablierMerkleBase_ClawbackNotAllowed",
      "inputs": [
        { "name": "blockTimestamp", "type": "uint256", "internalType": "uint256" },
        { "name": "expiration", "type": "uint40", "internalType": "uint40" },
        { "name": "firstClaimTime", "type": "uint40", "internalType": "uint40" }
      ]
    },
    {
      "type": "error",
      "name": "SablierMerkleBase_FeeTransferFailed",
      "inputs": [
        { "name": "feeRecipient", "type": "address", "internalType": "address" },
        { "name": "feeAmount", "type": "uint256", "internalType": "uint256" }
      ]
    },
    {
      "type": "error",
      "name": "SablierMerkleBase_IndexClaimed",
      "inputs": [{ "name": "index", "type": "uint256", "internalType": "uint256" }]
    },
    {
      "type": "error",
      "name": "SablierMerkleBase_InsufficientFeePayment",
      "inputs": [
        { "name": "feePaid", "type": "uint256", "internalType": "uint256" },
        { "name": "minFeeWei", "type": "uint256", "internalType": "uint256" }
      ]
    },
    { "type": "error", "name": "SablierMerkleBase_InvalidProof", "inputs": [] },
    {
      "type": "error",
      "name": "SablierMerkleBase_NewMinFeeUSDNotLower",
      "inputs": [
        { "name": "currentMinFeeUSD", "type": "uint256", "internalType": "uint256" },
        { "name": "newMinFeeUSD", "type": "uint256", "internalType": "uint256" }
      ]
    },
    { "type": "error", "name": "SablierMerkleBase_SponsorAmountZero", "inputs": [] },
    { "type": "error", "name": "SablierMerkleBase_ToZeroAddress", "inputs": [] },
    {
      "type": "error",
      "name": "SablierMerkleBase_UnsupportedClaimType",
      "inputs": [
        { "name": "claimTypeRequired", "type": "uint8", "internalType": "enum ClaimType" },
        { "name": "claimTypeSupported", "type": "uint8", "internalType": "enum ClaimType" }
      ]
    },
    {
      "type": "error",
      "name": "SablierMerkleSignature_AttestationExpired",
      "inputs": [
        { "name": "expireAt", "type": "uint256", "internalType": "uint256" },
        { "name": "blockTimestamp", "type": "uint256", "internalType": "uint256" }
      ]
    },
    { "type": "error", "name": "SablierMerkleSignature_AttestorNotSet", "inputs": [] },
    {
      "type": "error",
      "name": "SablierMerkleSignature_CallerNotAuthorized",
      "inputs": [
        { "name": "caller", "type": "address", "internalType": "address" },
        { "name": "campaignAdmin", "type": "address", "internalType": "address" },
        { "name": "comptroller", "type": "address", "internalType": "address" }
      ]
    },
    { "type": "error", "name": "SablierMerkleSignature_InvalidSignature", "inputs": [] },
    {
      "type": "error",
      "name": "SablierMerkleSignature_SignatureNotYetValid",
      "inputs": [
        { "name": "validFrom", "type": "uint40", "internalType": "uint40" },
        { "name": "blockTimestamp", "type": "uint40", "internalType": "uint40" }
      ]
    },
    {
      "type": "error",
      "name": "SafeERC20FailedOperation",
      "inputs": [{ "name": "token", "type": "address", "internalType": "address" }]
    }
  ],
  "bytecode": {
    "object": "0x61020060405234610a1757614674803803809161001e82610200610c6b565b6102003960608112610a1757610200516001600160401b038111610a17576101c081830312610a17576040516101c081016001600160401b03811182821017610880576040526102008201516001600160401b038111610a175761008d90846102000190846102000101610c8e565b815261009c6102208301610cfb565b60208201908152916100b16102408201610d0d565b6040830190815261026082015192906003841015610a1757606082019384526100dd6102808401610cfb565b60808301908152936100f26102a08501610d1a565b60a084019081526102c08501519092906001600160401b038111610a175761012590896102000190876102000101610c8e565b60c085019081526102e08601519092906001600160a01b0381168103610a175760e08601526103008601516101008601526103208601516001600160401b038111610a175761017f908a6102000190886102000101610c8e565b6101208601526103408601516001600160a01b0381168103610a17576101408601526103608601516001600160401b038111610a17576102008a0161021f888301011215610a17578681016102000151906001600160401b038211610880576040519a6101f260208460051b018d610c6b565b828c526020808d019360061b838b610200010101019181610200018311610a1757890161022001925b828410610c0b575050505061016085019889526102536101a06102416103808901610d0d565b97886101808901526102000101610cfb565b6101a0860190815297610267610220610d1a565b91610273610240610d1a565b935160e0880151610120890151604051909b90996001600160a01b03909216989192151560808b018b81106001600160401b03821117610880576040528a5260208a0198895260408a019b8c5260608a019a15158b5264ffffffffff83519551169351906003821015610bf7575191519751610100840151610140948501516040519a92986001600160a01b0391821697929664ffffffffff96909616958c0193909116906001600160401b0384118c8510176108805760409384526001600160a01b039081168c5260208c01988952928b0191825260608b019384529890911660808a0190815260a08a0193845260c08a0189905260e08a019788526101008a019485526101208a019586525f80546001600160a01b0319168a178155909864ffffffffff92917fbdd36143ee09de60bdefca70680e0f71189b2ed7acee364b53917ad433fdaf808180a3511660805251906003821015610bf75760a09190915285516001600160a01b0390811660c052905164ffffffffff1660e05290516101005290511661012052518051906001600160401b0382116108805760015490600182811c92168015610bed575b60208310146109cf5781601f849311610b7f575b50602090601f8311600114610b19575f92610b0e575b50508160011b915f199060031b1c1916176001555b518051906001600160401b03821161088057600354600181811c91168015610b04575b60208210146109cf57601f8111610aa1575b50602090601f8311600114610a395760209392915f9183610a2e575b50508160011b915f199060031b1c1916176003555b51915160405163111b863560e31b81525f60048201526001600160a01b0391821660248201529283916044918391165afa908115610a23575f916109ed575b50600455516001600160a01b0316610140525115156101605251151561018052518051906001600160401b03821161088057600654600181811c911680156109e3575b60208210146109cf57601f811161096c575b50602090601f83116001146109005764ffffffffff9392915f91836108f5575b50508160011b915f199060031b1c1916176006555b60018060a01b03610120511660018060a01b036101405116906040519060205f81840163095ea7b360e01b815285602486015281196044860152604485526105d9606486610c6b565b84519082855af15f513d826108d9575b505015610894575b505050466101a05260405160208101907f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86682527f13cd784591b49af6fc220be53013eaddf1dc15399ca43850d206ea319aca082160408201524660608201523060808201526080815261066560a082610c6b565b5190206101c05251166101e052805151905f5b8281106107f0576040516138ed9081610d8782396080518181816108ed01526126b3015260a05181818161039a0152818161048401528181610d26015281816110460152611a2b015260c0518181816102d0015281816103100152818161077e01528181610ae001528181610df7015281816126e90152613335015260e05181818161072d01528181611994015281816126080152612a54015261010051818181610b1b01526128890152610120518181816108ac015281816112fa015281816113b6015281816118f901528181611c5e01528181611d1201528181612cc20152612d930152610140518181816103640152818161158301528181611edf0152612f60015261016051818181610677015281816113f301528181611d4f0152612dd00152610180518181816106eb0152818161141d01528181611d790152612dfa01526101a051816133ba01526101c051816133e001526101e051818181610a900152818161114601528181611a9a0152612ae70152f35b8151805182101561086c576020908260051b01015190600954916801000000000000000083101561088057600183018060095583101561086c5760019260095f5260205f200190838060401b038151166cffffffffff00000000000000006020845493015160401b1691858060681b0319161717905501610678565b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52604160045260245ffd5b6108cc6108d1936040519063095ea7b360e01b602083015260248201525f6044820152604481526108c6606482610c6b565b82610d2e565b610d2e565b5f80806105f1565b9091506108ed5750803b15155b5f806105e9565b6001146108e6565b015190505f8061057b565b90601f1983169160065f52815f20925f5b818110610954575091600193918564ffffffffff9796941061093c575b505050811b01600655610590565b01515f1960f88460031b161c191690555f808061092e565b92936020600181928786015181550195019301610911565b60065f527ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f601f840160051c810191602085106109c5575b601f0160051c01905b8181106109ba575061055b565b5f81556001016109ad565b90915081906109a4565b634e487b7160e01b5f52602260045260245ffd5b90607f1690610549565b90506020813d602011610a1b575b81610a0860209383610c6b565b81010312610a1757515f610506565b5f80fd5b3d91506109fb565b6040513d5f823e3d90fd5b015190505f806104b2565b90601f1983169160035f52815f20925f5b818110610a895750916001939185602097969410610a71575b505050811b016003556104c7565b01515f1960f88460031b161c191690555f8080610a63565b92936020600181928786015181550195019301610a4a565b60035f527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b601f840160051c81019160208510610afa575b601f0160051c01905b818110610aef5750610496565b5f8155600101610ae2565b9091508190610ad9565b90607f1690610484565b015190505f8061044c565b60015f9081528281209350601f198516905b818110610b675750908460019594939210610b4f575b505050811b01600155610461565b01515f1960f88460031b161c191690555f8080610b41565b92936020600181928786015181550195019301610b2b565b60015f529091507fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6601f840160051c81019160208510610be3575b90601f859493920160051c01905b818110610bd55750610436565b5f8155849350600101610bc8565b9091508190610bba565b91607f1691610422565b634e487b7160e01b5f52602160045260245ffd5b60408483610200010312610a175760408051919082016001600160401b03811183821017610880576040528451906001600160401b0382168203610a17578260209260409452610c5c838801610cfb565b8382015281520193019261021b565b601f909101601f19168101906001600160401b0382119082101761088057604052565b81601f82011215610a17578051906001600160401b0382116108805760405192610cc2601f8401601f191660200185610c6b565b82845260208383010111610a17575f5b828110610ce657505060205f918301015290565b80602080928401015182828701015201610cd2565b519064ffffffffff82168203610a1757565b51908115158203610a1757565b51906001600160a01b0382168203610a1757565b905f602091828151910182855af115610a23575f513d610d7d57506001600160a01b0381163b155b610d5d5750565b635274afe760e01b5f9081526001600160a01b0391909116600452602490fd5b60011415610d5656fe60806040526004361015610011575f80fd5b5f3560e01c80630724fda91461216f5780630854a79c14611a1c5780631686c909146118985780632074358314610fad57806323e5336714610f925780632481a13a14610e6f5780633a12a5bc14610d9b5780633f31ae3f14610d17578063496500a814610c9e57806349fc73dd14610b5b5780634e0bb8cc14610b3e57806351e75e8b14610b045780635f82c67e14610ab45780636c0b1e8c14610a735780637423649b14610a5857806375829def146109d257806376c30a95146109115780637ca3944d146108d057806382bfefc81461088057806382d72f7f1461085c5780638ec688691461076b57806390e64d1314610751578063bb4b573414610710578063bf44497a146106d4578063cada25c21461069c578063cbe9e5ef14610660578063ce51650714610620578063e74f822d146103f9578063eb8cd77514610388578063f3ffe13f14610338578063f5770b1f146101dc578063f698da25146101ba5763f851a44014610184575f80fd5b346101b6575f6003193601126101b657602073ffffffffffffffffffffffffffffffffffffffff5f5416604051908152f35b5f80fd5b346101b6575f6003193601126101b65760206101d46133b7565b604051908152f35b346101b65760206003193601126101b6576101f56123ed565b73ffffffffffffffffffffffffffffffffffffffff5f541680331415806102f8575b61028f575073ffffffffffffffffffffffffffffffffffffffff8061023a6132d3565b921691827fffffffffffffffffffffffff0000000000000000000000000000000000000000600854161760085516337fe12891ebe30d5f5d47856103adbbd7804332e875271e2903e5dd759badf2f42d5f80a4005b7f153cfb83000000000000000000000000000000000000000000000000000000005f523360045260245273ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001660445260645ffd5b5073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016331415610217565b346101b6575f6003193601126101b657602060405173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b6577f000000000000000000000000000000000000000000000000000000000000000060405160038210156103cc576020918152f35b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffd5b60c06003193601126101b657600435610410612410565b604435906fffffffffffffffffffffffffffffffff821682036101b6576064359264ffffffffff84168094036101b65760843567ffffffffffffffff81116101b657610460903690600401612475565b9060a43567ffffffffffffffff81116101b657610481903690600401612518565b907f000000000000000000000000000000000000000000000000000000000000000060038110156103cc57600181036105ea575073ffffffffffffffffffffffffffffffffffffffff8616156105c2576104d96132d3565b73ffffffffffffffffffffffffffffffffffffffff81161561059a5742891061056a5791610559916105619594936105689a60405160208101917f219f32e1e2ac61bb8bf48019aeabd1a04366f69f4d9a4e73b315e56deb50c0438352336040830152606082015260608152610550608082612263565b519020906134fb565b8533856126a6565b3390612acc565b005b887f820dbdf9000000000000000000000000000000000000000000000000000000005f526004524260245260445ffd5b7f91cce831000000000000000000000000000000000000000000000000000000005f5260045ffd5b7f036fcd52000000000000000000000000000000000000000000000000000000005f5260045ffd5b61061b907fcb0b66a3000000000000000000000000000000000000000000000000000000005f526001600452612546565b60445ffd5b346101b65760206003193601126101b657602061065660043560ff6001918060081c5f526005602052161b60405f205416151590565b6040519015158152f35b346101b6575f6003193601126101b65760206040517f000000000000000000000000000000000000000000000000000000000000000015158152f35b346101b6575f6003193601126101b65760206106b66132d3565b73ffffffffffffffffffffffffffffffffffffffff60405191168152f35b346101b6575f6003193601126101b65760206040517f000000000000000000000000000000000000000000000000000000000000000015158152f35b346101b6575f6003193601126101b657602060405164ffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b6576020610656612600565b346101b65760206003193601126101b6577f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1660043533820361082c57600454808210156107fe57816040917fcafa56d109bc30839f1bad76f9d17abcbd6c936490d4ec0fbc6d331bf89f92af9360045582519182526020820152a2005b7f173c9c82000000000000000000000000000000000000000000000000000000005f5260045260245260445ffd5b507fead08252000000000000000000000000000000000000000000000000000000005f526004523360245260445ffd5b346101b6575f6003193601126101b657602064ffffffffff60025416604051908152f35b346101b6575f6003193601126101b657602060405173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b657602060405164ffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b65760206003193601126101b65773ffffffffffffffffffffffffffffffffffffffff61093f6123ed565b165f52600760205260405f20604051806020835491828152019081935f5260205f20905f5b8181106109bc575050508161097a910382612263565b604051918291602083019060208452518091526040830191905f5b8181106109a3575050500390f35b8251845285945060209384019390920191600101610995565b8254845260209093019260019283019201610964565b346101b65760206003193601126101b65773ffffffffffffffffffffffffffffffffffffffff610a006123ed565b610a08613225565b16807fffffffffffffffffffffffff00000000000000000000000000000000000000005f5416175f55337fbdd36143ee09de60bdefca70680e0f71189b2ed7acee364b53917ad433fdaf805f80a3005b346101b6575f6003193601126101b657602060405160018152f35b346101b6575f6003193601126101b657602060405164ffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b657602060405173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b65760206040517f00000000000000000000000000000000000000000000000000000000000000008152f35b346101b6575f6003193601126101b6576020600454604051908152f35b346101b6575f6003193601126101b6576040515f6003548060011c90600181168015610c94575b602083108114610c6757828552908115610c255750600114610bc7575b610bc383610baf81850382612263565b604051918291602083526020830190612390565b0390f35b60035f9081527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b939250905b808210610c0b57509091508101602001610baf610b9f565b919260018160209254838588010152019101909291610bf3565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660208086019190915291151560051b84019091019150610baf9050610b9f565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b91607f1691610b82565b346101b6575f6003193601126101b657610cb661256c565b6040518091602082016020835281518091526020604084019201905f5b818110610ce1575050500390f35b8251805167ffffffffffffffff16855260209081015164ffffffffff168186015286955060409094019390920191600101610cd3565b610d20366124a6565b909291927f000000000000000000000000000000000000000000000000000000000000000060038110156103cc5780610d6b575093610d668392610568968685856126a6565b612acc565b61061b907fcb0b66a3000000000000000000000000000000000000000000000000000000005f525f600452612546565b346101b6575f6003193601126101b657600454604051907fb0fa59e8000000000000000000000000000000000000000000000000000000008252600482015260208160248173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165afa8015610e64575f90610e31575b602090604051908152f35b506020813d602011610e5c575b81610e4b60209383612263565b810103126101b65760209051610e26565b3d9150610e3e565b6040513d5f823e3d90fd5b346101b65760606003193601126101b65760043573ffffffffffffffffffffffffffffffffffffffff81168082036101b657610ea9612456565b9173ffffffffffffffffffffffffffffffffffffffff610ec7612433565b169283156105c2576fffffffffffffffffffffffffffffffff16908115610f6a57610f3c90604051907f23b872dd00000000000000000000000000000000000000000000000000000000602083015233602483015285604483015283606483015260648252610f37608483612263565b613474565b6040519081527f5c3fcf40f5e26ff8e74068a6d3b372d00de14949e859fa20fb3616b2c7128b9b60203392a4005b7f642ef277000000000000000000000000000000000000000000000000000000005f5260045ffd5b346101b6575f6003193601126101b657610bc3610baf6122a4565b60e06003193601126101b657600435610fc4612410565b610fcc612433565b91606435906fffffffffffffffffffffffffffffffff8216938483036101b65760843564ffffffffff81168091036101b65760a43567ffffffffffffffff81116101b65761101e903690600401612475565b60c49691963567ffffffffffffffff81116101b657611041903690600401612518565b9790927f000000000000000000000000000000000000000000000000000000000000000060038110156103cc5780610d6b575073ffffffffffffffffffffffffffffffffffffffff86169384156105c2578a996111109160405160208101907fb0f12a3a6931229a836eaab08aeb1ebe2ddebad3bfd83f30d39f6c4a3b0f4f8182528b604082015273ffffffffffffffffffffffffffffffffffffffff86169d8e606083015289608083015260a08201528960c082015260c0815261110760e082612263565b519020846134fb565b64ffffffffff4216948581116118685750908761112e9392886126a6565b6040519161113b8361222a565b5f80845260208401527f000000000000000000000000000000000000000000000000000000000000000064ffffffffff81166118605750915b61117c61256c565b9283519361118985612554565b946111976040519687612263565b8086527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe06111c482612554565b015f5b81811061183d5750506fffffffffffffffffffffffffffffffff6112086112038d67ffffffffffffffff6111fa87612aab565b51511690613721565b6135a6565b169164ffffffffff80602061121c84612aab565b51015116850116604051906112308261222a565b848252602082015261124188612aab565b5261124b87612aab565b5060015b8c83821061177c579050839291506fffffffffffffffffffffffffffffffff64ffffffffff9594161061172a575b505016815264ffffffffff60206112b77fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86510186612ab8565b510151166020820181905242106113735750505060018161131e7ff46684b730cdfda57162147f36e667c94ecc144aa37e949cffe699e2f7c7f38d969761136e947f0000000000000000000000000000000000000000000000000000000000000000613276565b604051948594859273ffffffffffffffffffffffffffffffffffffffff906fffffffffffffffffffffffffffffffff60609497969397608087019887521660208601521660408401521515910152565b0390a2005b9190965f959493955473ffffffffffffffffffffffffffffffffffffffff1692604051936113a085612246565b84526020840198895260408401918252606084017f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168152608085017f00000000000000000000000000000000000000000000000000000000000000001515815260a08601917f00000000000000000000000000000000000000000000000000000000000000001515835260c0870193845261144f6122a4565b9460e088019586526040519c8d987f9d93ddd3000000000000000000000000000000000000000000000000000000008a5260048a01604090525173ffffffffffffffffffffffffffffffffffffffff1660448a01525173ffffffffffffffffffffffffffffffffffffffff166064890152516fffffffffffffffffffffffffffffffff1660848801525173ffffffffffffffffffffffffffffffffffffffff1660a487015251151560c486015251151560e485015251805164ffffffffff166101048501526020015164ffffffffff166101248401525161014483016101209052610164830161153e91612390565b82810360031901602484015281519081815260200191602001905f5b8181106116ec57505050908060209203815f73ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165af1948515610e64575f956116b8575b50835f52600760205260405f2080546801000000000000000081101561168b576001810180835581101561165e575f91825260209182902001869055604080519283526fffffffffffffffffffffffffffffffff9093169082015273ffffffffffffffffffffffffffffffffffffffff90921690820152600160608201527fc1a996f3693566bf333b8f07ae109766a59a6660dc05dadd5f419487f797f70b9080608081015b0390a3005b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b9094506020813d6020116116e4575b816116d460209383612263565b810103126101b6575193856115b3565b3d91506116c7565b825180516fffffffffffffffffffffffffffffffff16855260209081015164ffffffffff16818601528a95506040909401939092019160010161155a565b6fffffffffffffffffffffffffffffffff6117687fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82930189612ab8565b51928b031681835116011690528a8061127d565b906fffffffffffffffffffffffffffffffff6117aa61120360019467ffffffffffffffff6111fa8689612ab8565b958601169464ffffffffff8060206117e47fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86018e612ab8565b510151168160206117f58689612ab8565b5101511601166fffffffffffffffffffffffffffffffff604051926118198461222a565b168252602082015261182b828b612ab8565b52611836818a612ab8565b500161124f565b60209060405161184c8161222a565b5f81525f8382015282828b010152016111c7565b905091611174565b85907f663ab84b000000000000000000000000000000000000000000000000000000005f5260045260245260445ffd5b346101b65760406003193601126101b6576118b16123ed565b6118b9612456565b6118c1613225565b64ffffffffff60025416801515806119ce575b806119bf575b61196557506fffffffffffffffffffffffffffffffff169061191d82827f0000000000000000000000000000000000000000000000000000000000000000613276565b7f2e9d425ba8b27655048400b366d7b6a1f7180ebdb088e06bb7389704860ffe1f602073ffffffffffffffffffffffffffffffffffffffff805f5416936040519586521693a3005b7fe2e40a0c000000000000000000000000000000000000000000000000000000005f524260045264ffffffffff7f00000000000000000000000000000000000000000000000000000000000000001660245260445260645ffd5b506119c8612600565b156118da565b5062093a80810164ffffffffff81116119ef5764ffffffffff1642116118d4565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b611a25366124a6565b939291907f000000000000000000000000000000000000000000000000000000000000000060038110156103cc5780610d6b575073ffffffffffffffffffffffffffffffffffffffff83169485156105c257611a83918333876126a6565b604051611a8f8161222a565b5f80825260208201527f000000000000000000000000000000000000000000000000000000000000000064ffffffffff8116612169575064ffffffffff4216945b611ad861256c565b916fffffffffffffffffffffffffffffffff841696835193611af985612554565b94611b076040519687612263565b8086527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0611b3482612554565b015f5b8181106121465750506fffffffffffffffffffffffffffffffff611b7261120367ffffffffffffffff611b6986612aab565b5151168d613721565b169164ffffffffff806020611b8684612aab565b5101511685011660405190611b9a8261222a565b8482526020820152611bab88612aab565b52611bb587612aab565b5060015b8b838210612085579050839291506fffffffffffffffffffffffffffffffff64ffffffffff95941610612033575b505016815264ffffffffff6020611c217fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86510186612ab8565b51015116602082018190524210611cd057505050611c827ff46684b730cdfda57162147f36e667c94ecc144aa37e949cffe699e2f7c7f38d9394837f0000000000000000000000000000000000000000000000000000000000000000613276565b604080519485526fffffffffffffffffffffffffffffffff909116602085015273ffffffffffffffffffffffffffffffffffffffff909116908301525f60608301523391806080810161136e565b9190955f9493945473ffffffffffffffffffffffffffffffffffffffff169260405193611cfc85612246565b84526020840197885260408401918252606084017f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168152608085017f00000000000000000000000000000000000000000000000000000000000000001515815260a08601917f00000000000000000000000000000000000000000000000000000000000000001515835260c08701938452611dab6122a4565b9460e088019586526040519b8c987f9d93ddd3000000000000000000000000000000000000000000000000000000008a5260048a01604090525173ffffffffffffffffffffffffffffffffffffffff1660448a01525173ffffffffffffffffffffffffffffffffffffffff166064890152516fffffffffffffffffffffffffffffffff1660848801525173ffffffffffffffffffffffffffffffffffffffff1660a487015251151560c486015251151560e485015251805164ffffffffff166101048501526020015164ffffffffff1661012484015251610144830161012090526101648301611e9a91612390565b82810360031901602484015281519081815260200191602001905f5b818110611ff557505050908060209203815f73ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165af1938415610e64575f94611fc1575b50335f52600760205260405f20918254926801000000000000000084101561168b576001840180825584101561165e577fc1a996f3693566bf333b8f07ae109766a59a6660dc05dadd5f419487f797f70b9386915f5260205f2001556116595f6040519384933397859273ffffffffffffffffffffffffffffffffffffffff906fffffffffffffffffffffffffffffffff60609497969397608087019887521660208601521660408401521515910152565b9093506020813d602011611fed575b81611fdd60209383612263565b810103126101b657519284611f0f565b3d9150611fd0565b825180516fffffffffffffffffffffffffffffffff16855260209081015164ffffffffff168186015289955060409094019390920191600101611eb6565b6fffffffffffffffffffffffffffffffff6120717fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82930189612ab8565b519289031681835116011690528980611be7565b906fffffffffffffffffffffffffffffffff6120b361120360019467ffffffffffffffff6111fa8689612ab8565b958601169464ffffffffff8060206120ed7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86018e612ab8565b510151168160206120fe8689612ab8565b5101511601166fffffffffffffffffffffffffffffffff604051926121228461222a565b1682526020820152612134828b612ab8565b5261213f818a612ab8565b5001611bb9565b6020906040516121558161222a565b5f81525f8382015282828b01015201611b37565b94611ad0565b346101b6575f6003193601126101b6576040515f6001548060011c90600181168015612220575b602083108114610c6757828552908115610c2557506001146121c257610bc383610baf81850382612263565b60015f9081527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6939250905b80821061220657509091508101602001610baf610b9f565b9192600181602092548385880101520191019092916121ee565b91607f1691612196565b6040810190811067ffffffffffffffff82111761168b57604052565b610100810190811067ffffffffffffffff82111761168b57604052565b90601f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0910116810190811067ffffffffffffffff82111761168b57604052565b604051905f6006548060011c9160018216918215612386575b602084108314610c6757838652859290811561234957506001146122ea575b6122e892500383612263565b565b5060065f90815290917ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f5b81831061232d5750509060206122e8928201016122dc565b6020919350806001915483858901015201910190918492612315565b602092506122e89491507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001682840152151560051b8201016122dc565b92607f16926122bd565b91908251928382525f5b8481106123d85750507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f845f6020809697860101520116010190565b8060208092840101518282860101520161239a565b6004359073ffffffffffffffffffffffffffffffffffffffff821682036101b657565b6024359073ffffffffffffffffffffffffffffffffffffffff821682036101b657565b6044359073ffffffffffffffffffffffffffffffffffffffff821682036101b657565b602435906fffffffffffffffffffffffffffffffff821682036101b657565b9181601f840112156101b65782359167ffffffffffffffff83116101b6576020808501948460051b0101116101b657565b9060806003198301126101b6576004359160243573ffffffffffffffffffffffffffffffffffffffff811681036101b657916044356fffffffffffffffffffffffffffffffff811681036101b657916064359067ffffffffffffffff82116101b65761251491600401612475565b9091565b9181601f840112156101b65782359167ffffffffffffffff83116101b657602083818601950101116101b657565b60038110156103cc57602452565b67ffffffffffffffff811161168b5760051b60200190565b6009549061257982612554565b916125876040519384612263565b80835260095f9081527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af602085015b8383106125c35750505050565b6001602081926040516125d58161222a565b64ffffffffff865467ffffffffffffffff8116835260401c16838201528152019201920191906125b6565b64ffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168015159081612635575090565b905042101590565b67ffffffffffffffff811161168b57601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b3d156126a1573d906126888261263d565b916126966040519384612263565b82523d5f602084013e565b606090565b939491909264ffffffffff7f000000000000000000000000000000000000000000000000000000000000000016428111612a7c57506126e3612600565b612a25577f00000000000000000000000000000000000000000000000000000000000000009373ffffffffffffffffffffffffffffffffffffffff851692600454604051907fb0fa59e80000000000000000000000000000000000000000000000000000000082526004820152602081602481885afa908115610e64575f916129f3575b508034106129c457506127918760ff6001918060081c5f526005602052161b60405f205416151590565b612998576fffffffffffffffffffffffffffffffff6040519173ffffffffffffffffffffffffffffffffffffffff60208401948a8652166040840152166060820152606081526127e2608082612263565b51902060405160208101918252602081526127fe604082612263565b5190209061280b87612554565b966128196040519889612263565b808852602088019060051b8201913683116101b657905b82821061298857505050925f935b8651851015612880576128518588612ab8565b51908181101561286f575f52602052600160405f205b94019361283e565b905f52602052600160405f20612867565b919492955092507f0000000000000000000000000000000000000000000000000000000000000000036129605760025464ffffffffff81161561292c575b508060081c5f526005602052600160ff60405f2092161b8154179055346128e3575050565b5f8080809334905af16128f4612677565b50156128fd5750565b7fe57d366c000000000000000000000000000000000000000000000000000000005f526004523460245260445ffd5b7fffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000164264ffffffffff16176002555f6128be565b7fb4f06787000000000000000000000000000000000000000000000000000000005f5260045ffd5b8135815260209182019101612830565b867f02bf1aba000000000000000000000000000000000000000000000000000000005f5260045260245ffd5b7fa164c6b4000000000000000000000000000000000000000000000000000000005f523460045260245260445ffd5b90506020813d602011612a1d575b81612a0e60209383612263565b810103126101b657515f612767565b3d9150612a01565b7fdf4bae05000000000000000000000000000000000000000000000000000000005f524260045264ffffffffff7f00000000000000000000000000000000000000000000000000000000000000001660245260445ffd5b7f14659648000000000000000000000000000000000000000000000000000000005f524260045260245260445ffd5b80511561165e5760200190565b805182101561165e5760209160051b010190565b92919091604051612adc8161222a565b5f80825260208201527f000000000000000000000000000000000000000000000000000000000000000064ffffffffff811661321f575064ffffffffff4216905b612b2561256c565b6fffffffffffffffffffffffffffffffff841692815191612b4583612554565b92612b536040519485612263565b8084527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0612b8082612554565b015f5b8181106131fc5750506fffffffffffffffffffffffffffffffff612bbe61120367ffffffffffffffff612bb586612aab565b51511689613721565b169164ffffffffff806020612bd284612aab565b5101511685011660405190612be68261222a565b8482526020820152612bf786612aab565b52612c0185612aab565b5060015b8281106131335750509064ffffffffff9291866fffffffffffffffffffffffffffffffff8316106130e1575b505016825264ffffffffff6020612c6b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff84510184612ab8565b51015116602083018190524210612d3d5750505f837ff46684b730cdfda57162147f36e667c94ecc144aa37e949cffe699e2f7c7f38d9593612ce6612d389473ffffffffffffffffffffffffffffffffffffffff977f0000000000000000000000000000000000000000000000000000000000000000613276565b6040519586951697859273ffffffffffffffffffffffffffffffffffffffff906fffffffffffffffffffffffffffffffff60609497969397608087019887521660208601521660408401521515910152565b0390a2565b5f54604051929796939073ffffffffffffffffffffffffffffffffffffffff16612d6684612246565b8352602083019773ffffffffffffffffffffffffffffffffffffffff8716895260408401918252606084017f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168152608085017f00000000000000000000000000000000000000000000000000000000000000001515815260a08601917f00000000000000000000000000000000000000000000000000000000000000001515835260c08701938452612e2c6122a4565b9460e088019586526040519c8d987f9d93ddd3000000000000000000000000000000000000000000000000000000008a5260048a01604090525173ffffffffffffffffffffffffffffffffffffffff1660448a01525173ffffffffffffffffffffffffffffffffffffffff166064890152516fffffffffffffffffffffffffffffffff1660848801525173ffffffffffffffffffffffffffffffffffffffff1660a487015251151560c486015251151560e485015251805164ffffffffff166101048501526020015164ffffffffff1661012484015251610144830161012090526101648301612f1b91612390565b82810360031901602484015281519081815260200191602001905f5b8181106130a357505050908060209203815f73ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165af1948515610e64575f9561305b575b5073ffffffffffffffffffffffffffffffffffffffff1692835f52600760205260405f2080546801000000000000000081101561168b576001810180835581101561165e577fc1a996f3693566bf333b8f07ae109766a59a6660dc05dadd5f419487f797f70b94875f92613056948452602084200155604051948594859273ffffffffffffffffffffffffffffffffffffffff906fffffffffffffffffffffffffffffffff60609497969397608087019887521660208601521660408401521515910152565b0390a3565b9094506020813d60201161309b575b8161307760209383612263565b810103126101b657519373ffffffffffffffffffffffffffffffffffffffff612f90565b3d915061306a565b825180516fffffffffffffffffffffffffffffffff16855260209081015164ffffffffff16818601528a955060409094019390920191600101612f37565b6fffffffffffffffffffffffffffffffff61311f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82930187612ab8565b519289031681835116011690525f80612c31565b806fffffffffffffffffffffffffffffffff61316961120367ffffffffffffffff61316060019688612ab8565b5151168c613721565b809601169464ffffffffff8060206131a37fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86018c612ab8565b510151168160206131b48689612ab8565b5101511601166fffffffffffffffffffffffffffffffff604051926131d88461222a565b16825260208201526131ea8289612ab8565b526131f58188612ab8565b5001612c05565b60209060405161320b8161222a565b5f81525f8382015282828901015201612b83565b90612b1d565b73ffffffffffffffffffffffffffffffffffffffff5f54163381036132475750565b7fc6cce6a4000000000000000000000000000000000000000000000000000000005f526004523360245260445ffd5b6122e89273ffffffffffffffffffffffffffffffffffffffff604051937fa9059cbb000000000000000000000000000000000000000000000000000000006020860152166024840152604483015260448252610f37606483612263565b73ffffffffffffffffffffffffffffffffffffffff60085416806133b457506040517fcada25c200000000000000000000000000000000000000000000000000000000815260208160048173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165afa908115610e64575f91613368575090565b90506020813d6020116133ac575b8161338360209383612263565b810103126101b6575173ffffffffffffffffffffffffffffffffffffffff811681036101b65790565b3d9150613376565b90565b467f000000000000000000000000000000000000000000000000000000000000000003613402577f000000000000000000000000000000000000000000000000000000000000000090565b60405160208101907f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86682527f13cd784591b49af6fc220be53013eaddf1dc15399ca43850d206ea319aca082160408201524660608201523060808201526080815261346e60a082612263565b51902090565b905f602091828151910182855af115610e64575f513d6134f2575073ffffffffffffffffffffffffffffffffffffffff81163b155b6134b05750565b73ffffffffffffffffffffffffffffffffffffffff907f5274afe7000000000000000000000000000000000000000000000000000000005f521660045260245ffd5b600114156134a9565b9060429093929361350a6133b7565b90604051917f190100000000000000000000000000000000000000000000000000000000000083526002830152602282015220906135478361263d565b926135556040519485612263565b80845236818601116101b6576020815f926135779783880137850101526135fd565b1561357e57565b7f45aa7fec000000000000000000000000000000000000000000000000000000005f5260045ffd5b6fffffffffffffffffffffffffffffffff81116135d2576fffffffffffffffffffffffffffffffff1690565b7f4916adce000000000000000000000000000000000000000000000000000000005f5260045260245ffd5b9190823b613645579061360f916137ee565b5060048110156103cc5715918261362557505090565b73ffffffffffffffffffffffffffffffffffffffff919250811691161490565b915f926136946136c0859460405192839160208301957f1626ba7e0000000000000000000000000000000000000000000000000000000087526024840152604060448401526064830190612390565b037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08101835282612263565b51915afa6136cc612677565b81613713575b816136db575090565b90506020818051810103126101b657602001517f1626ba7e000000000000000000000000000000000000000000000000000000001490565b9050602081511015906136d2565b9190917fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff838209838202918280831092039180830392146137dd57670de0b6b3a76400008210156137ad577faccb18165bd6fe31ae1cf318dc5b51eee0e1ba569b88cd74c1773b91fac106699394670de0b6b3a7640000910990828211900360ee1b910360121c170290565b84907f5173648d000000000000000000000000000000000000000000000000000000005f5260045260245260445ffd5b5050670de0b6b3a764000090049150565b815191906041830361381e576138179250602082015190606060408401519301515f1a90613828565b9192909190565b50505f9160029190565b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084116138ac579160209360809260ff5f9560405194855216868401526040830152606082015282805260015afa15610e64575f5173ffffffffffffffffffffffffffffffffffffffff8116156138a257905f905f90565b505f906001905f90565b5050505f916003919056fea2646970667358221220d91825ceca117993153cdabe9be975f1555d0e94ff1e2d1404cb78ba55704aa464736f6c634300081d0033",
    "sourceMap": "2886:11531:109:-:0;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;2886:11531:109;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;:::i;:::-;;;;;;;;;;4841:20;2886:11531;;4841:20;;2886:11531;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;4683:252;;2886:11531;;;;4683:252;;2886:11531;;;;4683:252;;2886:11531;;;;;;4184:27;;2886:11531;;;;;;;;;;;;;;;4516:22;;2886:11531;;;;;;;;;;;;4516:22;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;4073:580;;2886:11531;;;4073:580;;;2886:11531;;;;4073:580;;2886:11531;;;;;;;;4073:580;;2886:11531;;;;4073:580;;2886:11531;;;;4073:580;;2886:11531;;;;4073:580;;2886:11531;;;;4073:580;;2886:11531;;;;4073:580;;2886:11531;;;-1:-1:-1;2886:11531:109;;-1:-1:-1;;;;;;2886:11531:109;;;;;4073:580;;2886:11531;;4073:580;2290:68:57;-1:-1:-1;;2290:68:57;2886:11531:109;;;3550:50:112;2886:11531:109;;;;;;;;;3610:33:112;;;;2886:11531:109;;-1:-1:-1;;;;;2886:11531:109;;;;3653:36:112;2886:11531:109;;;;;3699:34:112;2886:11531:109;;;3743:35:112;2886:11531:109;;;;3788:24:112;3838:23;2886:11531:109;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;3881:18:112;2886:11531:109;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;3921:159:112;;-1:-1:-1;3921:159:112;;;2886:11531:109;-1:-1:-1;;;;;2886:11531:109;;;;;;917:38:130;2886:11531:109;;;3921:159:112;;2886:11531:109;;;3921:159:112;;;;;;;-1:-1:-1;3921:159:112;;;2886:11531:109;-1:-1:-1;3921:159:112;2886:11531:109;;-1:-1:-1;;;;;2886:11531:109;;1960:36:113;2886:11531:109;;;;2006:43:113;2886:11531:109;;;;2059:47:113;2130:18;2886:11531:109;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5199:47:9;2886:11531:109;-1:-1:-1;5199:47:9;;;2886:11531:109;;;5199:47:9;;;2886:11531:109;5199:47:9;;917:38:130;2886:11531:109;;3921:159:112;2886:11531:109;;917:38:130;3921:159:112;5199:47:9;;;;;;:::i;:::-;9770:199;;;;;;;-1:-1:-1;9770:199:9;;9985:80;;;2886:11531:109;5261:45:9;;;5257:201;;2886:11531:109;2065:13:114;;;;2886:11531:109;2046:32:114;2886:11531:109;;;2253:100:114;;917:38:130;540:80;917:38;;;2886:11531:109;917:38:130;;;2065:13:114;2886:11531:109;917:38:130;;;2347:4:114;2886:11531:109;917:38:130;;;2886:11531:109;2253:100:114;;;2886:11531:109;2253:100:114;;:::i;:::-;2886:11531:109;2230:133:114;;2886:11531:109;2203:160:114;2886:11531:109;;4951:52;;5082:38;;2886:11531;5142:13;-1:-1:-1;5157:9:109;;;;;;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4951:52;2886:11531;;;;;;;;;;;;;;;;;;;;;5168:3;5217:38;;2886:11531;;;;;;;;;;;;;;5217:41;2886:11531;5187:24;2886:11531;;;;;;;;;;;;5187:24;2886:11531;;;;;;;;5187:24;-1:-1:-1;2886:11531:109;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5142:13;;2886:11531;;;;-1:-1:-1;2886:11531:109;;3921:159:112;2886:11531:109;;-1:-1:-1;2886:11531:109;;;;;-1:-1:-1;2886:11531:109;;3921:159:112;2886:11531:109;;-1:-1:-1;2886:11531:109;5257:201:9;5349:43;5434:12;2886:11531:109;;;;;;;;5349:43:9;;;2886:11531:109;5349:43:9;;917:38:130;-1:-1:-1;3921:159:112;2886:11531:109;;917:38:130;3921:159:112;5349:43:9;;;5199:47;5349:43;;:::i;:::-;;;:::i;:::-;5434:12;:::i;:::-;5257:201;;;;;9985:80;9997:67;;-1:-1:-1;9997:15:9;;10015:26;;;:30;;9997:67;9985:80;;;;9997:67;2886:11531:109;10048:16:9;9997:67;;2886:11531:109;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;-1:-1:-1;2886:11531:109;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;-1:-1:-1;2886:11531:109;;3921:159:112;2886:11531:109;;-1:-1:-1;2886:11531:109;;;;;;;;3921:159:112;;;2886:11531:109;3921:159:112;;2886:11531:109;3921:159:112;;;;;;2886:11531:109;3921:159:112;;;:::i;:::-;;;2886:11531:109;;;;;3921:159:112;;;2886:11531:109;-1:-1:-1;2886:11531:109;;3921:159:112;;;-1:-1:-1;3921:159:112;;;2886:11531:109;;;-1:-1:-1;2886:11531:109;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;-1:-1:-1;2886:11531:109;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;-1:-1:-1;2886:11531:109;;;;;;;-1:-1:-1;;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;-1:-1:-1;2886:11531:109;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;:::o;:::-;;;;;;;;;;;;-1:-1:-1;;;;;2886:11531:109;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;:::i;:::-;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;:::o;:::-;;;-1:-1:-1;;;;;2886:11531:109;;;;;;:::o;8370:720:9:-;;-1:-1:-1;8507:421:9;8370:720;8507:421;;;;;;;;;;;;-1:-1:-1;8507:421:9;;8942:15;;-1:-1:-1;;;;;;2886:11531:109;;8960:26:9;:31;8942:68;8938:146;;8370:720;:::o;8938:146::-;-1:-1:-1;;;;9033:40:9;;;-1:-1:-1;;;;;2886:11531:109;;;;9033:40:9;917:38:130;2886:11531:109;;9033:40:9;8942:68;9009:1;8994:16;;8942:68;",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x60806040526004361015610011575f80fd5b5f3560e01c80630724fda91461216f5780630854a79c14611a1c5780631686c909146118985780632074358314610fad57806323e5336714610f925780632481a13a14610e6f5780633a12a5bc14610d9b5780633f31ae3f14610d17578063496500a814610c9e57806349fc73dd14610b5b5780634e0bb8cc14610b3e57806351e75e8b14610b045780635f82c67e14610ab45780636c0b1e8c14610a735780637423649b14610a5857806375829def146109d257806376c30a95146109115780637ca3944d146108d057806382bfefc81461088057806382d72f7f1461085c5780638ec688691461076b57806390e64d1314610751578063bb4b573414610710578063bf44497a146106d4578063cada25c21461069c578063cbe9e5ef14610660578063ce51650714610620578063e74f822d146103f9578063eb8cd77514610388578063f3ffe13f14610338578063f5770b1f146101dc578063f698da25146101ba5763f851a44014610184575f80fd5b346101b6575f6003193601126101b657602073ffffffffffffffffffffffffffffffffffffffff5f5416604051908152f35b5f80fd5b346101b6575f6003193601126101b65760206101d46133b7565b604051908152f35b346101b65760206003193601126101b6576101f56123ed565b73ffffffffffffffffffffffffffffffffffffffff5f541680331415806102f8575b61028f575073ffffffffffffffffffffffffffffffffffffffff8061023a6132d3565b921691827fffffffffffffffffffffffff0000000000000000000000000000000000000000600854161760085516337fe12891ebe30d5f5d47856103adbbd7804332e875271e2903e5dd759badf2f42d5f80a4005b7f153cfb83000000000000000000000000000000000000000000000000000000005f523360045260245273ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001660445260645ffd5b5073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016331415610217565b346101b6575f6003193601126101b657602060405173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b6577f000000000000000000000000000000000000000000000000000000000000000060405160038210156103cc576020918152f35b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffd5b60c06003193601126101b657600435610410612410565b604435906fffffffffffffffffffffffffffffffff821682036101b6576064359264ffffffffff84168094036101b65760843567ffffffffffffffff81116101b657610460903690600401612475565b9060a43567ffffffffffffffff81116101b657610481903690600401612518565b907f000000000000000000000000000000000000000000000000000000000000000060038110156103cc57600181036105ea575073ffffffffffffffffffffffffffffffffffffffff8616156105c2576104d96132d3565b73ffffffffffffffffffffffffffffffffffffffff81161561059a5742891061056a5791610559916105619594936105689a60405160208101917f219f32e1e2ac61bb8bf48019aeabd1a04366f69f4d9a4e73b315e56deb50c0438352336040830152606082015260608152610550608082612263565b519020906134fb565b8533856126a6565b3390612acc565b005b887f820dbdf9000000000000000000000000000000000000000000000000000000005f526004524260245260445ffd5b7f91cce831000000000000000000000000000000000000000000000000000000005f5260045ffd5b7f036fcd52000000000000000000000000000000000000000000000000000000005f5260045ffd5b61061b907fcb0b66a3000000000000000000000000000000000000000000000000000000005f526001600452612546565b60445ffd5b346101b65760206003193601126101b657602061065660043560ff6001918060081c5f526005602052161b60405f205416151590565b6040519015158152f35b346101b6575f6003193601126101b65760206040517f000000000000000000000000000000000000000000000000000000000000000015158152f35b346101b6575f6003193601126101b65760206106b66132d3565b73ffffffffffffffffffffffffffffffffffffffff60405191168152f35b346101b6575f6003193601126101b65760206040517f000000000000000000000000000000000000000000000000000000000000000015158152f35b346101b6575f6003193601126101b657602060405164ffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b6576020610656612600565b346101b65760206003193601126101b6577f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1660043533820361082c57600454808210156107fe57816040917fcafa56d109bc30839f1bad76f9d17abcbd6c936490d4ec0fbc6d331bf89f92af9360045582519182526020820152a2005b7f173c9c82000000000000000000000000000000000000000000000000000000005f5260045260245260445ffd5b507fead08252000000000000000000000000000000000000000000000000000000005f526004523360245260445ffd5b346101b6575f6003193601126101b657602064ffffffffff60025416604051908152f35b346101b6575f6003193601126101b657602060405173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b657602060405164ffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b65760206003193601126101b65773ffffffffffffffffffffffffffffffffffffffff61093f6123ed565b165f52600760205260405f20604051806020835491828152019081935f5260205f20905f5b8181106109bc575050508161097a910382612263565b604051918291602083019060208452518091526040830191905f5b8181106109a3575050500390f35b8251845285945060209384019390920191600101610995565b8254845260209093019260019283019201610964565b346101b65760206003193601126101b65773ffffffffffffffffffffffffffffffffffffffff610a006123ed565b610a08613225565b16807fffffffffffffffffffffffff00000000000000000000000000000000000000005f5416175f55337fbdd36143ee09de60bdefca70680e0f71189b2ed7acee364b53917ad433fdaf805f80a3005b346101b6575f6003193601126101b657602060405160018152f35b346101b6575f6003193601126101b657602060405164ffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b657602060405173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b346101b6575f6003193601126101b65760206040517f00000000000000000000000000000000000000000000000000000000000000008152f35b346101b6575f6003193601126101b6576020600454604051908152f35b346101b6575f6003193601126101b6576040515f6003548060011c90600181168015610c94575b602083108114610c6757828552908115610c255750600114610bc7575b610bc383610baf81850382612263565b604051918291602083526020830190612390565b0390f35b60035f9081527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b939250905b808210610c0b57509091508101602001610baf610b9f565b919260018160209254838588010152019101909291610bf3565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660208086019190915291151560051b84019091019150610baf9050610b9f565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b91607f1691610b82565b346101b6575f6003193601126101b657610cb661256c565b6040518091602082016020835281518091526020604084019201905f5b818110610ce1575050500390f35b8251805167ffffffffffffffff16855260209081015164ffffffffff168186015286955060409094019390920191600101610cd3565b610d20366124a6565b909291927f000000000000000000000000000000000000000000000000000000000000000060038110156103cc5780610d6b575093610d668392610568968685856126a6565b612acc565b61061b907fcb0b66a3000000000000000000000000000000000000000000000000000000005f525f600452612546565b346101b6575f6003193601126101b657600454604051907fb0fa59e8000000000000000000000000000000000000000000000000000000008252600482015260208160248173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165afa8015610e64575f90610e31575b602090604051908152f35b506020813d602011610e5c575b81610e4b60209383612263565b810103126101b65760209051610e26565b3d9150610e3e565b6040513d5f823e3d90fd5b346101b65760606003193601126101b65760043573ffffffffffffffffffffffffffffffffffffffff81168082036101b657610ea9612456565b9173ffffffffffffffffffffffffffffffffffffffff610ec7612433565b169283156105c2576fffffffffffffffffffffffffffffffff16908115610f6a57610f3c90604051907f23b872dd00000000000000000000000000000000000000000000000000000000602083015233602483015285604483015283606483015260648252610f37608483612263565b613474565b6040519081527f5c3fcf40f5e26ff8e74068a6d3b372d00de14949e859fa20fb3616b2c7128b9b60203392a4005b7f642ef277000000000000000000000000000000000000000000000000000000005f5260045ffd5b346101b6575f6003193601126101b657610bc3610baf6122a4565b60e06003193601126101b657600435610fc4612410565b610fcc612433565b91606435906fffffffffffffffffffffffffffffffff8216938483036101b65760843564ffffffffff81168091036101b65760a43567ffffffffffffffff81116101b65761101e903690600401612475565b60c49691963567ffffffffffffffff81116101b657611041903690600401612518565b9790927f000000000000000000000000000000000000000000000000000000000000000060038110156103cc5780610d6b575073ffffffffffffffffffffffffffffffffffffffff86169384156105c2578a996111109160405160208101907fb0f12a3a6931229a836eaab08aeb1ebe2ddebad3bfd83f30d39f6c4a3b0f4f8182528b604082015273ffffffffffffffffffffffffffffffffffffffff86169d8e606083015289608083015260a08201528960c082015260c0815261110760e082612263565b519020846134fb565b64ffffffffff4216948581116118685750908761112e9392886126a6565b6040519161113b8361222a565b5f80845260208401527f000000000000000000000000000000000000000000000000000000000000000064ffffffffff81166118605750915b61117c61256c565b9283519361118985612554565b946111976040519687612263565b8086527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe06111c482612554565b015f5b81811061183d5750506fffffffffffffffffffffffffffffffff6112086112038d67ffffffffffffffff6111fa87612aab565b51511690613721565b6135a6565b169164ffffffffff80602061121c84612aab565b51015116850116604051906112308261222a565b848252602082015261124188612aab565b5261124b87612aab565b5060015b8c83821061177c579050839291506fffffffffffffffffffffffffffffffff64ffffffffff9594161061172a575b505016815264ffffffffff60206112b77fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86510186612ab8565b510151166020820181905242106113735750505060018161131e7ff46684b730cdfda57162147f36e667c94ecc144aa37e949cffe699e2f7c7f38d969761136e947f0000000000000000000000000000000000000000000000000000000000000000613276565b604051948594859273ffffffffffffffffffffffffffffffffffffffff906fffffffffffffffffffffffffffffffff60609497969397608087019887521660208601521660408401521515910152565b0390a2005b9190965f959493955473ffffffffffffffffffffffffffffffffffffffff1692604051936113a085612246565b84526020840198895260408401918252606084017f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168152608085017f00000000000000000000000000000000000000000000000000000000000000001515815260a08601917f00000000000000000000000000000000000000000000000000000000000000001515835260c0870193845261144f6122a4565b9460e088019586526040519c8d987f9d93ddd3000000000000000000000000000000000000000000000000000000008a5260048a01604090525173ffffffffffffffffffffffffffffffffffffffff1660448a01525173ffffffffffffffffffffffffffffffffffffffff166064890152516fffffffffffffffffffffffffffffffff1660848801525173ffffffffffffffffffffffffffffffffffffffff1660a487015251151560c486015251151560e485015251805164ffffffffff166101048501526020015164ffffffffff166101248401525161014483016101209052610164830161153e91612390565b82810360031901602484015281519081815260200191602001905f5b8181106116ec57505050908060209203815f73ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165af1948515610e64575f956116b8575b50835f52600760205260405f2080546801000000000000000081101561168b576001810180835581101561165e575f91825260209182902001869055604080519283526fffffffffffffffffffffffffffffffff9093169082015273ffffffffffffffffffffffffffffffffffffffff90921690820152600160608201527fc1a996f3693566bf333b8f07ae109766a59a6660dc05dadd5f419487f797f70b9080608081015b0390a3005b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b9094506020813d6020116116e4575b816116d460209383612263565b810103126101b6575193856115b3565b3d91506116c7565b825180516fffffffffffffffffffffffffffffffff16855260209081015164ffffffffff16818601528a95506040909401939092019160010161155a565b6fffffffffffffffffffffffffffffffff6117687fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82930189612ab8565b51928b031681835116011690528a8061127d565b906fffffffffffffffffffffffffffffffff6117aa61120360019467ffffffffffffffff6111fa8689612ab8565b958601169464ffffffffff8060206117e47fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86018e612ab8565b510151168160206117f58689612ab8565b5101511601166fffffffffffffffffffffffffffffffff604051926118198461222a565b168252602082015261182b828b612ab8565b52611836818a612ab8565b500161124f565b60209060405161184c8161222a565b5f81525f8382015282828b010152016111c7565b905091611174565b85907f663ab84b000000000000000000000000000000000000000000000000000000005f5260045260245260445ffd5b346101b65760406003193601126101b6576118b16123ed565b6118b9612456565b6118c1613225565b64ffffffffff60025416801515806119ce575b806119bf575b61196557506fffffffffffffffffffffffffffffffff169061191d82827f0000000000000000000000000000000000000000000000000000000000000000613276565b7f2e9d425ba8b27655048400b366d7b6a1f7180ebdb088e06bb7389704860ffe1f602073ffffffffffffffffffffffffffffffffffffffff805f5416936040519586521693a3005b7fe2e40a0c000000000000000000000000000000000000000000000000000000005f524260045264ffffffffff7f00000000000000000000000000000000000000000000000000000000000000001660245260445260645ffd5b506119c8612600565b156118da565b5062093a80810164ffffffffff81116119ef5764ffffffffff1642116118d4565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b611a25366124a6565b939291907f000000000000000000000000000000000000000000000000000000000000000060038110156103cc5780610d6b575073ffffffffffffffffffffffffffffffffffffffff83169485156105c257611a83918333876126a6565b604051611a8f8161222a565b5f80825260208201527f000000000000000000000000000000000000000000000000000000000000000064ffffffffff8116612169575064ffffffffff4216945b611ad861256c565b916fffffffffffffffffffffffffffffffff841696835193611af985612554565b94611b076040519687612263565b8086527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0611b3482612554565b015f5b8181106121465750506fffffffffffffffffffffffffffffffff611b7261120367ffffffffffffffff611b6986612aab565b5151168d613721565b169164ffffffffff806020611b8684612aab565b5101511685011660405190611b9a8261222a565b8482526020820152611bab88612aab565b52611bb587612aab565b5060015b8b838210612085579050839291506fffffffffffffffffffffffffffffffff64ffffffffff95941610612033575b505016815264ffffffffff6020611c217fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86510186612ab8565b51015116602082018190524210611cd057505050611c827ff46684b730cdfda57162147f36e667c94ecc144aa37e949cffe699e2f7c7f38d9394837f0000000000000000000000000000000000000000000000000000000000000000613276565b604080519485526fffffffffffffffffffffffffffffffff909116602085015273ffffffffffffffffffffffffffffffffffffffff909116908301525f60608301523391806080810161136e565b9190955f9493945473ffffffffffffffffffffffffffffffffffffffff169260405193611cfc85612246565b84526020840197885260408401918252606084017f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168152608085017f00000000000000000000000000000000000000000000000000000000000000001515815260a08601917f00000000000000000000000000000000000000000000000000000000000000001515835260c08701938452611dab6122a4565b9460e088019586526040519b8c987f9d93ddd3000000000000000000000000000000000000000000000000000000008a5260048a01604090525173ffffffffffffffffffffffffffffffffffffffff1660448a01525173ffffffffffffffffffffffffffffffffffffffff166064890152516fffffffffffffffffffffffffffffffff1660848801525173ffffffffffffffffffffffffffffffffffffffff1660a487015251151560c486015251151560e485015251805164ffffffffff166101048501526020015164ffffffffff1661012484015251610144830161012090526101648301611e9a91612390565b82810360031901602484015281519081815260200191602001905f5b818110611ff557505050908060209203815f73ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165af1938415610e64575f94611fc1575b50335f52600760205260405f20918254926801000000000000000084101561168b576001840180825584101561165e577fc1a996f3693566bf333b8f07ae109766a59a6660dc05dadd5f419487f797f70b9386915f5260205f2001556116595f6040519384933397859273ffffffffffffffffffffffffffffffffffffffff906fffffffffffffffffffffffffffffffff60609497969397608087019887521660208601521660408401521515910152565b9093506020813d602011611fed575b81611fdd60209383612263565b810103126101b657519284611f0f565b3d9150611fd0565b825180516fffffffffffffffffffffffffffffffff16855260209081015164ffffffffff168186015289955060409094019390920191600101611eb6565b6fffffffffffffffffffffffffffffffff6120717fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82930189612ab8565b519289031681835116011690528980611be7565b906fffffffffffffffffffffffffffffffff6120b361120360019467ffffffffffffffff6111fa8689612ab8565b958601169464ffffffffff8060206120ed7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86018e612ab8565b510151168160206120fe8689612ab8565b5101511601166fffffffffffffffffffffffffffffffff604051926121228461222a565b1682526020820152612134828b612ab8565b5261213f818a612ab8565b5001611bb9565b6020906040516121558161222a565b5f81525f8382015282828b01015201611b37565b94611ad0565b346101b6575f6003193601126101b6576040515f6001548060011c90600181168015612220575b602083108114610c6757828552908115610c2557506001146121c257610bc383610baf81850382612263565b60015f9081527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6939250905b80821061220657509091508101602001610baf610b9f565b9192600181602092548385880101520191019092916121ee565b91607f1691612196565b6040810190811067ffffffffffffffff82111761168b57604052565b610100810190811067ffffffffffffffff82111761168b57604052565b90601f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0910116810190811067ffffffffffffffff82111761168b57604052565b604051905f6006548060011c9160018216918215612386575b602084108314610c6757838652859290811561234957506001146122ea575b6122e892500383612263565b565b5060065f90815290917ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f5b81831061232d5750509060206122e8928201016122dc565b6020919350806001915483858901015201910190918492612315565b602092506122e89491507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001682840152151560051b8201016122dc565b92607f16926122bd565b91908251928382525f5b8481106123d85750507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f845f6020809697860101520116010190565b8060208092840101518282860101520161239a565b6004359073ffffffffffffffffffffffffffffffffffffffff821682036101b657565b6024359073ffffffffffffffffffffffffffffffffffffffff821682036101b657565b6044359073ffffffffffffffffffffffffffffffffffffffff821682036101b657565b602435906fffffffffffffffffffffffffffffffff821682036101b657565b9181601f840112156101b65782359167ffffffffffffffff83116101b6576020808501948460051b0101116101b657565b9060806003198301126101b6576004359160243573ffffffffffffffffffffffffffffffffffffffff811681036101b657916044356fffffffffffffffffffffffffffffffff811681036101b657916064359067ffffffffffffffff82116101b65761251491600401612475565b9091565b9181601f840112156101b65782359167ffffffffffffffff83116101b657602083818601950101116101b657565b60038110156103cc57602452565b67ffffffffffffffff811161168b5760051b60200190565b6009549061257982612554565b916125876040519384612263565b80835260095f9081527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af602085015b8383106125c35750505050565b6001602081926040516125d58161222a565b64ffffffffff865467ffffffffffffffff8116835260401c16838201528152019201920191906125b6565b64ffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168015159081612635575090565b905042101590565b67ffffffffffffffff811161168b57601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b3d156126a1573d906126888261263d565b916126966040519384612263565b82523d5f602084013e565b606090565b939491909264ffffffffff7f000000000000000000000000000000000000000000000000000000000000000016428111612a7c57506126e3612600565b612a25577f00000000000000000000000000000000000000000000000000000000000000009373ffffffffffffffffffffffffffffffffffffffff851692600454604051907fb0fa59e80000000000000000000000000000000000000000000000000000000082526004820152602081602481885afa908115610e64575f916129f3575b508034106129c457506127918760ff6001918060081c5f526005602052161b60405f205416151590565b612998576fffffffffffffffffffffffffffffffff6040519173ffffffffffffffffffffffffffffffffffffffff60208401948a8652166040840152166060820152606081526127e2608082612263565b51902060405160208101918252602081526127fe604082612263565b5190209061280b87612554565b966128196040519889612263565b808852602088019060051b8201913683116101b657905b82821061298857505050925f935b8651851015612880576128518588612ab8565b51908181101561286f575f52602052600160405f205b94019361283e565b905f52602052600160405f20612867565b919492955092507f0000000000000000000000000000000000000000000000000000000000000000036129605760025464ffffffffff81161561292c575b508060081c5f526005602052600160ff60405f2092161b8154179055346128e3575050565b5f8080809334905af16128f4612677565b50156128fd5750565b7fe57d366c000000000000000000000000000000000000000000000000000000005f526004523460245260445ffd5b7fffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000164264ffffffffff16176002555f6128be565b7fb4f06787000000000000000000000000000000000000000000000000000000005f5260045ffd5b8135815260209182019101612830565b867f02bf1aba000000000000000000000000000000000000000000000000000000005f5260045260245ffd5b7fa164c6b4000000000000000000000000000000000000000000000000000000005f523460045260245260445ffd5b90506020813d602011612a1d575b81612a0e60209383612263565b810103126101b657515f612767565b3d9150612a01565b7fdf4bae05000000000000000000000000000000000000000000000000000000005f524260045264ffffffffff7f00000000000000000000000000000000000000000000000000000000000000001660245260445ffd5b7f14659648000000000000000000000000000000000000000000000000000000005f524260045260245260445ffd5b80511561165e5760200190565b805182101561165e5760209160051b010190565b92919091604051612adc8161222a565b5f80825260208201527f000000000000000000000000000000000000000000000000000000000000000064ffffffffff811661321f575064ffffffffff4216905b612b2561256c565b6fffffffffffffffffffffffffffffffff841692815191612b4583612554565b92612b536040519485612263565b8084527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0612b8082612554565b015f5b8181106131fc5750506fffffffffffffffffffffffffffffffff612bbe61120367ffffffffffffffff612bb586612aab565b51511689613721565b169164ffffffffff806020612bd284612aab565b5101511685011660405190612be68261222a565b8482526020820152612bf786612aab565b52612c0185612aab565b5060015b8281106131335750509064ffffffffff9291866fffffffffffffffffffffffffffffffff8316106130e1575b505016825264ffffffffff6020612c6b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff84510184612ab8565b51015116602083018190524210612d3d5750505f837ff46684b730cdfda57162147f36e667c94ecc144aa37e949cffe699e2f7c7f38d9593612ce6612d389473ffffffffffffffffffffffffffffffffffffffff977f0000000000000000000000000000000000000000000000000000000000000000613276565b6040519586951697859273ffffffffffffffffffffffffffffffffffffffff906fffffffffffffffffffffffffffffffff60609497969397608087019887521660208601521660408401521515910152565b0390a2565b5f54604051929796939073ffffffffffffffffffffffffffffffffffffffff16612d6684612246565b8352602083019773ffffffffffffffffffffffffffffffffffffffff8716895260408401918252606084017f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168152608085017f00000000000000000000000000000000000000000000000000000000000000001515815260a08601917f00000000000000000000000000000000000000000000000000000000000000001515835260c08701938452612e2c6122a4565b9460e088019586526040519c8d987f9d93ddd3000000000000000000000000000000000000000000000000000000008a5260048a01604090525173ffffffffffffffffffffffffffffffffffffffff1660448a01525173ffffffffffffffffffffffffffffffffffffffff166064890152516fffffffffffffffffffffffffffffffff1660848801525173ffffffffffffffffffffffffffffffffffffffff1660a487015251151560c486015251151560e485015251805164ffffffffff166101048501526020015164ffffffffff1661012484015251610144830161012090526101648301612f1b91612390565b82810360031901602484015281519081815260200191602001905f5b8181106130a357505050908060209203815f73ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165af1948515610e64575f9561305b575b5073ffffffffffffffffffffffffffffffffffffffff1692835f52600760205260405f2080546801000000000000000081101561168b576001810180835581101561165e577fc1a996f3693566bf333b8f07ae109766a59a6660dc05dadd5f419487f797f70b94875f92613056948452602084200155604051948594859273ffffffffffffffffffffffffffffffffffffffff906fffffffffffffffffffffffffffffffff60609497969397608087019887521660208601521660408401521515910152565b0390a3565b9094506020813d60201161309b575b8161307760209383612263565b810103126101b657519373ffffffffffffffffffffffffffffffffffffffff612f90565b3d915061306a565b825180516fffffffffffffffffffffffffffffffff16855260209081015164ffffffffff16818601528a955060409094019390920191600101612f37565b6fffffffffffffffffffffffffffffffff61311f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82930187612ab8565b519289031681835116011690525f80612c31565b806fffffffffffffffffffffffffffffffff61316961120367ffffffffffffffff61316060019688612ab8565b5151168c613721565b809601169464ffffffffff8060206131a37fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff86018c612ab8565b510151168160206131b48689612ab8565b5101511601166fffffffffffffffffffffffffffffffff604051926131d88461222a565b16825260208201526131ea8289612ab8565b526131f58188612ab8565b5001612c05565b60209060405161320b8161222a565b5f81525f8382015282828901015201612b83565b90612b1d565b73ffffffffffffffffffffffffffffffffffffffff5f54163381036132475750565b7fc6cce6a4000000000000000000000000000000000000000000000000000000005f526004523360245260445ffd5b6122e89273ffffffffffffffffffffffffffffffffffffffff604051937fa9059cbb000000000000000000000000000000000000000000000000000000006020860152166024840152604483015260448252610f37606483612263565b73ffffffffffffffffffffffffffffffffffffffff60085416806133b457506040517fcada25c200000000000000000000000000000000000000000000000000000000815260208160048173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000165afa908115610e64575f91613368575090565b90506020813d6020116133ac575b8161338360209383612263565b810103126101b6575173ffffffffffffffffffffffffffffffffffffffff811681036101b65790565b3d9150613376565b90565b467f000000000000000000000000000000000000000000000000000000000000000003613402577f000000000000000000000000000000000000000000000000000000000000000090565b60405160208101907f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86682527f13cd784591b49af6fc220be53013eaddf1dc15399ca43850d206ea319aca082160408201524660608201523060808201526080815261346e60a082612263565b51902090565b905f602091828151910182855af115610e64575f513d6134f2575073ffffffffffffffffffffffffffffffffffffffff81163b155b6134b05750565b73ffffffffffffffffffffffffffffffffffffffff907f5274afe7000000000000000000000000000000000000000000000000000000005f521660045260245ffd5b600114156134a9565b9060429093929361350a6133b7565b90604051917f190100000000000000000000000000000000000000000000000000000000000083526002830152602282015220906135478361263d565b926135556040519485612263565b80845236818601116101b6576020815f926135779783880137850101526135fd565b1561357e57565b7f45aa7fec000000000000000000000000000000000000000000000000000000005f5260045ffd5b6fffffffffffffffffffffffffffffffff81116135d2576fffffffffffffffffffffffffffffffff1690565b7f4916adce000000000000000000000000000000000000000000000000000000005f5260045260245ffd5b9190823b613645579061360f916137ee565b5060048110156103cc5715918261362557505090565b73ffffffffffffffffffffffffffffffffffffffff919250811691161490565b915f926136946136c0859460405192839160208301957f1626ba7e0000000000000000000000000000000000000000000000000000000087526024840152604060448401526064830190612390565b037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08101835282612263565b51915afa6136cc612677565b81613713575b816136db575090565b90506020818051810103126101b657602001517f1626ba7e000000000000000000000000000000000000000000000000000000001490565b9050602081511015906136d2565b9190917fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff838209838202918280831092039180830392146137dd57670de0b6b3a76400008210156137ad577faccb18165bd6fe31ae1cf318dc5b51eee0e1ba569b88cd74c1773b91fac106699394670de0b6b3a7640000910990828211900360ee1b910360121c170290565b84907f5173648d000000000000000000000000000000000000000000000000000000005f5260045260245260445ffd5b5050670de0b6b3a764000090049150565b815191906041830361381e576138179250602082015190606060408401519301515f1a90613828565b9192909190565b50505f9160029190565b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084116138ac579160209360809260ff5f9560405194855216868401526040830152606082015282805260015afa15610e64575f5173ffffffffffffffffffffffffffffffffffffffff8116156138a257905f905f90565b505f906001905f90565b5050505f916003919056fea2646970667358221220d91825ceca117993153cdabe9be975f1555d0e94ff1e2d1404cb78ba55704aa464736f6c634300081d0033",
    "sourceMap": "2886:11531:109:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;2875:18:114;;:::i;:::-;2886:11531:109;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;:::i;:::-;;;;;3319:10:114;;:19;;:48;;;2886:11531:109;3315:267:114;;3656:14;2886:11531:109;3656:14:114;;;:::i;:::-;2886:11531:109;;;;;3722:23:114;2886:11531:109;;;3722:23:114;2886:11531:109;;3319:10:114;3787:96;2886:11531:109;3787:96:114;;2886:11531:109;3315:267:114;3390:181;2886:11531:109;3390:181:114;3319:10;2886:11531:109;;;;;3545:11:114;2886:11531:109;;;;;3390:181:114;3319:48;3356:11;2886:11531:109;3356:11:114;2886:11531:109;3319:10:114;3342:25;;3319:48;;2886:11531:109;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;1032:55:113;2886:11531:109;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;1390:46:112;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;:::i;:::-;2912:10:112;;2886:11531:109;;;;;;;2912:23:112;;2908:216;;2886:11531:109;;;;2648:16:112;2644:94;;4460:14:114;;:::i;:::-;2886:11531:109;;;4528:23:114;4524:107;;4719:15;4708:26;;4704:139;;2886:11531:109;5153:9:114;2886:11531:109;8041:11;2886:11531;;;8258:5;2886:11531;;;;4938:64:114;;2886:11531:109;739:56:130;2886:11531:109;;7809:10;2886:11531;739:56:130;;2886:11531:109;;739:56:130;;2886:11531:109;;4938:64:114;;;2886:11531:109;4938:64:114;;:::i;:::-;2886:11531:109;4928:75:114;;5153:9;;:::i;:::-;7809:10:109;;8041:11;;:::i;:::-;7809:10;8258:5;;:::i;:::-;2886:11531;4704:139:114;4757:75;;2886:11531:109;4757:75:114;2886:11531:109;;4719:15:114;2886:11531:109;;;;4757:75:114;4524:107;4574:46;2886:11531:109;4574:46:114;2886:11531:109;;4574:46:114;2644:94:112;2687:40;2886:11531:109;2687:40:112;2886:11531:109;;2687:40:112;2908:216;2886:11531:109;2958:155:112;;2886:11531:109;2958:155:112;2886:11531:109;;;;:::i;:::-;;;2958:155:112;2886:11531:109;;;;;-1:-1:-1;;2886:11531:109;;;;;;4643:25:112;2886:11531:109;;;1170:1:24;1028:217;2886:11531:109;1144:1:24;2886:11531:109;-1:-1:-1;2886:11531:109;4643:14:112;2886:11531:109;;1176:12:24;2886:11531:109;;-1:-1:-1;2886:11531:109;;1206:27:24;:32;;1028:217;;4643:25:112;2886:11531:109;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;1135:48:113;2886:11531:109;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;2719:14:114;;:::i;:::-;2886:11531:109;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;1231:50:113;2886:11531:109;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;1573:43:112;2886:11531:109;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;:::i;:::-;;;;;-1:-1:-1;;2886:11531:109;;;;;5949:11:112;2886:11531:109;;;;5964:10:112;5949:25;;5945:133;;2886:11531:109;;6216:32:112;;;;6212:147;;2886:11531:109;;;6478:153:112;2886:11531:109;;;;;;;;;;;;6478:153:112;2886:11531:109;6212:147:112;6271:77;2886:11531:109;6271:77:112;2886:11531:109;;;;;;6271:77:112;5945:133;5997:70;;2886:11531:109;5997:70:112;2886:11531:109;;5964:10:112;2886:11531:109;;;;5997:70:112;2886:11531:109;;;;;-1:-1:-1;;2886:11531:109;;;;;;;2018:37:112;2886:11531:109;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;1853:38:112;2886:11531:109;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;1292:52:112;2886:11531:109;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;:::i;:::-;;;;2718:15:113;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;:::i;:::-;862:61:57;;:::i;:::-;2886:11531:109;;;;;;;;;1774:10:57;2290:68;2886:11531:109;2290:68:57;;2886:11531:109;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;1712:4:112;2886:11531:109;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;3355:51;2886:11531;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;1482:45:112;2886:11531:109;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;1762:45:112;2886:11531:109;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;2101:30:112;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;;;;;2101:30:112;2886:11531:109;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;-1:-1:-1;2886:11531:109;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;:::i;:::-;2912:10:112;;;;;2886:11531:109;;;;;;2912:23:112;2908:216;;6347:11:109;;;;;6569:5;6347:11;;;;;:::i;:::-;6569:5;:::i;2908:216:112:-;2886:11531:109;2958:155:112;;2886:11531:109;2958:155:112;2886:11531:109;;;;:::i;:::-;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;4441:62:112;2886:11531:109;4441:62:112;;2886:11531:109;4441:62:112;;2886:11531:109;;4461:11:112;4441:62;4461:11;2886:11531:109;4461:11:112;2886:11531:109;4441:62:112;;;;;;2886:11531:109;4441:62:112;;;2886:11531:109;;;;;;;;;4441:62:112;;2886:11531:109;4441:62:112;;2886:11531:109;4441:62:112;;;;;;2886:11531:109;4441:62:112;;;:::i;:::-;;;2886:11531:109;;;;;;;4441:62:112;;;;;-1:-1:-1;4441:62:112;;;2886:11531:109;;;;;;;;;;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;;;;;;;;;:::i;:::-;;;;;:::i;:::-;;2648:16:112;;;2644:94;;2886:11531:109;;6843:11:112;;;6839:93;;1745:53:9;2886:11531:109;;;1745:53:9;2886:11531:109;;1745:53:9;;;7056:10:112;2886:11531:109;1745:53:9;;2886:11531:109;;;;;;;;;;;;1745:53:9;;;;;;:::i;:::-;;:::i;:::-;2886:11531:109;;;;;7144:77:112;2886:11531:109;7056:10:112;7144:77;;2886:11531:109;6839:93:112;6877:44;2886:11531:109;6877:44:112;2886:11531:109;;6877:44:112;2886:11531:109;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;:::i;:::-;;-1:-1:-1;;2886:11531:109;;;;;;;;;:::i;:::-;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;:::i;:::-;2912:10:112;;;;2886:11531:109;;;;;;2912:23:112;2908:216;;2886:11531:109;;;;2648:16:112;;;2644:94;;2886:11531:109;;5874:9:114;2886:11531:109;;;;5644:81:114;;2886:11531:109;316:94:130;2886:11531:109;;316:94:130;2886:11531:109;316:94:130;;2886:11531:109;;;;316:94:130;;2886:11531:109;316:94:130;;2886:11531:109;316:94:130;2886:11531:109;316:94:130;;2886:11531:109;;316:94:130;;2886:11531:109;316:94:130;2886:11531:109;316:94:130;;2886:11531:109;;5644:81:114;;;2886:11531:109;5644:81:114;;:::i;:::-;2886:11531:109;5634:92:114;;5874:9;;:::i;:::-;2886:11531:109;6008:15:114;2886:11531:109;5989:35:114;;;;5985:159;;8986:11:109;;;;;;;;:::i;:::-;2886:11531;;;;;;:::i;:::-;-1:-1:-1;2886:11531:109;;;;;;;9869:18;2886:11531;;;;;9908:42;9865:164;;2886:11531;;:::i;:::-;10243:28;2886:11531;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;5644:81:114;2886:11531:109;;;:::i;:::-;;;;;;;;;10589:18;;2886:11531;10785:43;18999:39:55;10589:18:109;2886:11531;10589:18;;;:::i;:::-;;2886:11531;;18999:39:55;;:::i;:::-;10785:43:109;:::i;:::-;2886:11531;11167:18;2886:11531;11167:18;2886:11531;11167:18;;;:::i;:::-;;:27;2886:11531;;;;;;;;;;;:::i;:::-;;;;;11054:155;;2886:11531;11040:169;;;:::i;:::-;;;;;:::i;:::-;;9201:4;11331:16;;;;;;;2886:11531;;;;;;;;;;;11991:34;11987:178;;11311:487;2886:11531;;;;;;;13050:29;2886:11531;;;;13050:29;;:::i;:::-;;:39;2886:11531;;;13033:14;;2886:11531;;;6008:15:114;-1:-1:-1;6008:15:114;;13338:5:109;;;9201:4;13338:5;:30;13421:57;13338:5;;13421:57;13338:5;;:30;:::i;:::-;2886:11531;;13421:57;;;;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13421:57;;;;2886:11531;13216:1193;2886:11531;;;;;;;;;;;;;;;;;;:::i;:::-;;;;13725:384;;2886:11531;;;;13725:384;;2886:11531;;;;13725:384;;13895:5;2886:11531;;;;;13725:384;;13934:17;2886:11531;;;;;13725:384;;13987:19;;2886:11531;;;;;13725:384;;2886:11531;;;;;:::i;:::-;13725:384;2886:11531;13725:384;;2886:11531;;;;;13670:479;;;2886:11531;13670:479;;2886:11531;13670:479;;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;13670:479;;;;;2886:11531;13670:479;;:14;2886:11531;;13670:14;2886:11531;13670:479;;;;;;;2886:11531;13670:479;;;2886:11531;;;;;14238:15;2886:11531;;;;;;;;;;;;;9201:4;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9201:4;2886:11531;;;;14332:66;;2886:11531;;;;14332:66;;;;2886:11531;;;;;;;;;;;;;;;;;;;;;13670:479;;;;2886:11531;13670:479;;2886:11531;13670:479;;;;;;2886:11531;13670:479;;;:::i;:::-;;;2886:11531;;;;;13670:479;;;;;;;-1:-1:-1;13670:479:109;;2886:11531;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;9201:4;2886:11531;;;11987:178;2886:11531;12069:26;2886:11531;;;;12069:26;;:::i;:::-;;2886:11531;;;;;;;;;;;;11987:178;;;;11349:3;11386:18;2886:11531;11473:43;18999:39:55;9201:4:109;11386:18;2886:11531;11386:18;;;;:::i;11473:43::-;2886:11531;;;;;;;;11709:15;2886:11531;;;;11709:15;:::i;:::-;;:25;2886:11531;;11737:18;2886:11531;11737:18;;;;:::i;:::-;;:27;2886:11531;;;;;;;;;;;:::i;:::-;;;;;11607:176;;2886:11531;11593:190;;;;:::i;:::-;;;;;;:::i;:::-;;2886:11531;11316:13;;2886:11531;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;9865:164;9981:37;;9865:164;;;5985:159:114;6047:86;;;2886:11531:109;6047:86:114;2886:11531:109;;;;;;6047:86:114;2886:11531:109;;;;;-1:-1:-1;;2886:11531:109;;;;;;;:::i;:::-;;;:::i;:::-;862:61:57;;:::i;:::-;2886:11531:109;7673:14:112;2886:11531:109;;7673:18:112;;;:63;;;2886:11531:109;5286:40:112;;;2886:11531:109;5282:274:112;;2886:11531:109;;;5630:5:112;:45;:5;;;:45;:::i;:::-;5720:50;2886:11531:109;;;;;;;;;;;;;5720:50:112;;2886:11531:109;5282:274:112;5349:196;2886:11531:109;5349:196:112;5427:15;2886:11531:109;;;5472:10:112;2886:11531:109;;;;;;;5349:196:112;5286:40;5314:12;;;:::i;:::-;5313:13;5286:40;;7673:63;2886:11531:109;7730:6:112;2886:11531:109;;;;;;;;;7695:15:112;:41;7673:63;;2886:11531:109;;;;;;;;;;;;;;:::i;:::-;2912:10:112;;;;;2886:11531:109;;;;;;2912:23:112;2908:216;;2886:11531:109;;;;2648:16:112;;;2644:94;;7074:11:109;7033:10;;;7074:11;;:::i;:::-;2886:11531;;;;;:::i;:::-;-1:-1:-1;2886:11531:109;;;;;;;9869:18;2886:11531;;;;;9934:15;2886:11531;9934:15;2886:11531;9865:164;;2886:11531;;:::i;:::-;10243:28;2886:11531;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;10589:18;;2886:11531;10785:43;18999:39:55;2886:11531:109;10589:18;;;:::i;:::-;;2886:11531;;18999:39:55;;:::i;10785:43:109:-;2886:11531;11167:18;2886:11531;11167:18;2886:11531;11167:18;;;:::i;:::-;;:27;2886:11531;;;;;;;;;;;:::i;:::-;;;;;11054:155;;2886:11531;11040:169;;;:::i;:::-;;;;;:::i;:::-;;11328:1;11331:16;;;;;;;2886:11531;;;;;;;;;;;11991:34;11987:178;;11311:487;2886:11531;;;;;;;13050:29;2886:11531;;;;13050:29;;:::i;:::-;;:39;2886:11531;;;13033:14;;2886:11531;;;13238:15;-1:-1:-1;13238:15:109;;13338:5;;;:30;13421:57;13338:5;;;;:30;:::i;:::-;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;7033:10;;2886:11531;;;;13421:57;2886:11531;13216:1193;2886:11531;;;;;;;;;;;;;;;;;:::i;:::-;;;;13725:384;;2886:11531;;;;13725:384;;2886:11531;;;13725:384;;;13895:5;2886:11531;;;;13725:384;;;13934:17;2886:11531;;;;13725:384;;;13987:19;;2886:11531;;;;13725:384;;;2886:11531;;;;;:::i;:::-;13725:384;2886:11531;13725:384;;2886:11531;;;;;13670:479;;;2886:11531;13670:479;;2886:11531;13670:479;;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;13670:479;;;;;2886:11531;13670:479;;:14;2886:11531;;13670:14;2886:11531;13670:479;;;;;;;2886:11531;13670:479;;;2886:11531;7033:10;;2886:11531;;14238:15;2886:11531;;;;;;;;;;;;;;;11328:1;2886:11531;;;;;;;;;;14332:66;2886:11531;;;;;;;;;;14332:66;2886:11531;;;7033:10;;;;14332:66;;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13670:479;;;;2886:11531;13670:479;;2886:11531;13670:479;;;;;;2886:11531;13670:479;;;:::i;:::-;;;2886:11531;;;;;13670:479;;;;;;;-1:-1:-1;13670:479:109;;2886:11531;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;11328:1;2886:11531;;;11987:178;2886:11531;12069:26;2886:11531;;;;12069:26;;:::i;:::-;;2886:11531;;;;;;;;;;;;11987:178;;;;11349:3;11386:18;2886:11531;11473:43;18999:39:55;11328:1:109;11386:18;2886:11531;11386:18;;;;:::i;11473:43::-;2886:11531;;;;;;;;11709:15;2886:11531;;;;11709:15;:::i;:::-;;:25;2886:11531;;11737:18;2886:11531;11737:18;;;;:::i;:::-;;:27;2886:11531;;;;;;;;;;;:::i;:::-;;;;;11607:176;;2886:11531;11593:190;;;;:::i;:::-;;;;;;:::i;:::-;;2886:11531;11316:13;;2886:11531;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;9865:164;;;;2886:11531;;;;;-1:-1:-1;;2886:11531:109;;;;;;;;1937:35:112;2886:11531:109;;1937:35:112;2886:11531:109;;1937:35:112;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1937:35:112;2886:11531:109;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;-1:-1:-1;2886:11531:109;;-1:-1:-1;2886:11531:109;;;;;;;;;;1937:35:112;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;-1:-1:-1;1329:34:113;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:::o;:::-;-1:-1:-1;1329:34:113;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;-1:-1:-1;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;5665:24;2886:11531;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;5665:24;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;4720:129:112;2886:11531:109;4795:10:112;2886:11531:109;4795:14:112;;;:47;;;;4788:54;4720:129;:::o;4795:47::-;4827:15;;;-1:-1:-1;4813:29:112;4720:129;:::o;2886:11531:109:-;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;-1:-1:-1;2886:11531:109;;;;:::o;:::-;;;:::o;8070:2269:112:-;;;;;;2886:11531:109;8315:19:112;2886:11531:109;8337:15:112;8315:37;;8311:239;;8612:12;;;:::i;:::-;8608:151;;8868:11;2886:11531:109;;;;;8900:9:112;2886:11531:109;;;8848:62:112;2886:11531:109;8848:62:112;;8900:9;8848:62;;2886:11531:109;;8848:62:112;;;;;;;;;;;-1:-1:-1;8848:62:112;;;8070:2269;8939:9;;;9002:19;8998:124;;9186:25;;;2886:11531:109;1170:1:24;1028:217;2886:11531:109;1144:1:24;2886:11531:109;-1:-1:-1;2886:11531:109;4643:14:112;2886:11531:109;;1176:12:24;2886:11531:109;;-1:-1:-1;2886:11531:109;;1206:27:24;:32;;1028:217;;9186:25:112;9182:107;;2886:11531:109;;;9437:36:112;2886:11531:109;;9437:36:112;;2886:11531:109;;;;;;;;;;;;;;;9437:36:112;;;;;;:::i;:::-;2886:11531:109;9427:47:112;;2886:11531:109;;;;;;;;;;;;;;;:::i;:::-;;9404:72:112;;2886:11531:109;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;9186:14:112;2886:11531:109;;;;;;;;;;;;;;;;2559:27:17;;;2601:13;-1:-1:-1;2596:134:17;2634:3;2886:11531:109;;2616:16:17;;;;;2710:8;;;;:::i;:::-;2886:11531:109;;605:5:16;;;;;;-1:-1:-1;889:135:16;2886:11531:109;889:135:16;2886:11531:109;;-1:-1:-1;889:135:16;605:59;2634:3:17;2886:11531:109;2601:13:17;;;605:59:16;889:135;-1:-1:-1;889:135:16;2886:11531:109;889:135:16;2886:11531:109;;-1:-1:-1;889:135:16;605:59;;2616:16:17;;;;;;;;9604:11:112;2016:33:17;9567:128:112;;9799:14;2886:11531:109;;;;9799:19:112;9795:90;;2596:134:17;2886:11531:109;;1677:1:24;2886:11531:109;-1:-1:-1;2886:11531:109;9186:14:112;2886:11531:109;;;;;-1:-1:-1;2886:11531:109;1709:12:24;;2886:11531:109;;;1732:28:24;2886:11531:109;;8939:9:112;10057:276;;8070:2269;;:::o;10057:276::-;-1:-1:-1;8939:9:112;;;;;10106:38;;;;;:::i;:::-;;10209:8;10205:118;;8070:2269;:::o;10205:118::-;10244:64;-1:-1:-1;10244:64:112;8900:9;2886:11531:109;8939:9:112;8848:62;2886:11531:109;;-1:-1:-1;10244:64:112;9795:90;2886:11531:109;;8337:15:112;2886:11531:109;;;9799:14:112;2886:11531:109;9795:90:112;;;9567:128;9645:39;-1:-1:-1;9645:39:112;8900:9;-1:-1:-1;9645:39:112;2886:11531:109;;;;;;;;;;;;;9182:107:112;9234:44;;-1:-1:-1;9234:44:112;8900:9;2886:11531:109;8848:62:112;-1:-1:-1;9234:44:112;8998:124;9044:67;-1:-1:-1;9044:67:112;8939:9;8900;2886:11531:109;8848:62:112;2886:11531:109;;-1:-1:-1;9044:67:112;8848:62;;;2886:11531:109;8848:62:112;;2886:11531:109;8848:62:112;;;;;;2886:11531:109;8848:62:112;;;:::i;:::-;;;2886:11531:109;;;;;8848:62:112;;;;;;-1:-1:-1;8848:62:112;;8608:151;8647:101;;;8337:15;8647:101;2886:11531:109;;8735:10:112;2886:11531:109;;;;8647:101:112;;8311:239;8375:164;;;8337:15;8375:164;2886:11531:109;;;;8375:164:112;;2886:11531:109;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;:::o;12537:1878::-;;;;;2886:11531;;;;;:::i;:::-;-1:-1:-1;2886:11531:109;;;;;;;9869:18;2886:11531;;;;;9934:15;2886:11531;9934:15;2886:11531;9865:164;;2886:11531;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;10589:18;;2886:11531;10785:43;18999:39:55;2886:11531:109;10589:18;;;:::i;:::-;;2886:11531;;18999:39:55;;:::i;10785:43:109:-;2886:11531;11167:18;2886:11531;11167:18;2886:11531;11167:18;;;:::i;:::-;;:27;2886:11531;;;;;;;;;;;:::i;:::-;;;;;11054:155;;2886:11531;11040:169;;;:::i;:::-;;;;;:::i;:::-;;11328:1;11331:16;;;;;;2886:11531;;;;;;;;;;11991:34;11987:178;;11311:487;2886:11531;;;;;;;13050:29;2886:11531;;;;13050:29;;:::i;:::-;;:39;2886:11531;;;13033:14;;2886:11531;;;13238:15;-1:-1:-1;13238:15:109;;13338:5;;2886:11531;13338:5;13421:57;13338:5;;:30;13421:57;13338:5;2886:11531;13338:5;;:30;:::i;:::-;2886:11531;;;;;;13421:57;;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13421:57;;;;12537:1878::o;13216:1193::-;2886:11531;;;;;;;;;;;;;;:::i;:::-;;;;13725:384;;2886:11531;;;;;;;13725:384;;2886:11531;;;13725:384;;;13895:5;2886:11531;;;;13725:384;;;13934:17;2886:11531;;;;13725:384;;;13987:19;;2886:11531;;;;13725:384;;;2886:11531;;;;;:::i;:::-;13725:384;;;;2886:11531;;;;;13670:479;;;2886:11531;13670:479;;;;;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2886:11531:109;;;;;;;;;;;;;;;;;;;;;;;;13670:479;;;;;2886:11531;13670:479;;:14;2886:11531;;13670:14;2886:11531;13670:479;;;;;;;2886:11531;13670:479;;;2886:11531;;;;;;;;14238:15;2886:11531;;;;;;;;;;;;;11328:1;2886:11531;;;;;;;;;;14332:66;2886:11531;;;;14332:66;2886:11531;;;;;;;;;;14332:66;;;;2886:11531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14332:66;;;;12537:1878::o;13670:479::-;;;;2886:11531;13670:479;;2886:11531;13670:479;;;;;;2886:11531;13670:479;;;:::i;:::-;;;2886:11531;;;;;;;13670:479;;;;;-1:-1:-1;13670:479:109;;2886:11531;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;11328:1;2886:11531;;;11987:178;2886:11531;12069:26;2886:11531;;;;12069:26;;:::i;:::-;;2886:11531;;;;;;;;;;;;11987:178;;;;11349:3;11386:18;2886:11531;11473:43;18999:39:55;2886:11531:109;11386:18;11328:1;11386:18;;;:::i;:::-;;2886:11531;;18999:39:55;;:::i;11473:43:109:-;2886:11531;;;;;;;;11709:15;2886:11531;;;11709:15;;:::i;:::-;;:25;2886:11531;;11737:18;2886:11531;11737:18;;;;:::i;:::-;;:27;2886:11531;;;;;;;;;;;:::i;:::-;;;;;11607:176;;2886:11531;11593:190;;;;:::i;:::-;;;;;;:::i;:::-;;2886:11531;11316:13;;2886:11531;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;9865:164;;;;2753:167:57;2886:11531:109;2802:5:57;2886:11531:109;;2811:10:57;2802:19;;2798:116;;2753:167;:::o;2798:116::-;2844:59;2802:5;2844:59;;2886:11531:109;2811:10:57;2886:11531:109;;;2802:5:57;2844:59;1219:160:9;1328:43;1219:160;2886:11531:109;;;1328:43:9;2886:11531:109;1328:43:9;;;;2886:11531:109;1328:43:9;;;2886:11531:109;;;;;1328:43:9;;;;;;;:::i;7030:321:114:-;2886:11531:109;7164:9:114;2886:11531:109;;7164:23:114;7160:70;;2886:11531:109;;;;7301:43:114;;;7321:11;7301:43;7321:11;2886:11531:109;7321:11:114;2886:11531:109;7301:43:114;;;;;;;2886:11531:109;7301:43:114;;;7294:50;7030:321;:::o;7301:43::-;;;;;;;;;;;;;;;;;:::i;:::-;;;2886:11531:109;;;;;;;;;;;;7030:321:114;:::o;7301:43::-;;;-1:-1:-1;7301:43:114;;7160:70;7203:16;:::o;6440:541::-;6620:13;6637:16;6620:33;6637:16;;6676:24;6669:31;:::o;6616:359::-;2886:11531:109;;6850:100:114;;;2886:11531:109;540:80:130;2886:11531:109;;917:38:130;2886:11531:109;917:38:130;;2886:11531:109;6620:13:114;917:38:130;;;2886:11531:109;6944:4:114;917:38:130;;;2886:11531:109;917:38:130;6850:100:114;;;;;;:::i;:::-;2886:11531:109;6823:141:114;;6816:148;:::o;8370:720:9:-;;-1:-1:-1;8507:421:9;8370:720;8507:421;;;;;;;;;;;;-1:-1:-1;8507:421:9;;8942:15;;2886:11531:109;;;;8960:26:9;:31;8942:68;8938:146;;8370:720;:::o;8938:146::-;2886:11531:109;9033:40:9;;-1:-1:-1;9033:40:9;2886:11531:109;9033:40:9;2886:11531:109;;-1:-1:-1;9033:40:9;8942:68;9009:1;8994:16;;8942:68;;7452:1058:114;;3993:249:18;7452:1058:114;;;;7746:18;;:::i;:::-;3993:249:18;;;;;;;;;;;;;;;;2886:11531:109;;;;:::i;:::-;;;3993:249:18;2886:11531:109;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;2886:11531:109;8252:92:114;2886:11531:109;;;;;;;;;8252:92:114;:::i;:::-;8405:17;8401:103;;7452:1058::o;8401:103::-;8445:48;-1:-1:-1;8445:48:114;;-1:-1:-1;8445:48:114;2842:240:50;2886:11531:109;2953:19:50;;2949:102;;2886:11531:109;;2842:240:50;:::o;2949:102::-;2991:53;;;;2886:11531:109;1279:17:25;2991:53:50;;1041:429:19;;;1167:18;;;;1254:33;;;;:::i;:::-;2886:11531:109;;;;;;;1308:33:19;:56;;;;1301:63;;;:::o;1308:56::-;2886:11531:109;;;;;;;;1345:19:19;1301:63;:::o;1163:301::-;2886:11531:109;;;;2105:60:19;2886:11531:109;;;;2105:60:19;;;;;;;;;;;;;2886:11531:109;;;;;;;;;;;:::i;:::-;2105:60:19;;;;;;;;:::i;:::-;2074:101;;;;;;:::i;:::-;2193:42;;;1163:301;2193:134;;;1395:58;;:::o;2193:134::-;2886:11531:109;;2105:60:19;2886:11531:109;;;2251:29:19;;2886:11531:109;;;;2105:60:19;2251:29;2886:11531:109;2105:60:19;2251:76;;1395:58::o;2193:42::-;2886:11531:109;;2105:60:19;2886:11531:109;;2216:19:19;;2193:42;;;19680:819:25;;;;19794:150;;;;;;;;;;;;;;;;;;19954:10;;19950:86;;1605:4;20046:13;;;20042:74;;20145:352;;;1605:4;20145:352;;;;;;;;;;;;;;;;19680:819;:::o;20042:74::-;20078:31;;;2886:11531:109;20078:31:25;;2886:11531:109;;;;;20078:31:25;19950:86;-1:-1:-1;;1605:4:25;;;;-1:-1:-1;20000:19:25:o;2129:778:15:-;2886:11531:109;;;2129:778:15;2319:2;2299:22;;2319:2;;2751:25;2535:196;;;;;;;;;;;;;;;-1:-1:-1;2535:196:15;2751:25;;:::i;:::-;2744:32;;;;;:::o;2295:606::-;2807:83;;2823:1;2807:83;2827:35;2807:83;;:::o;5203:1551::-;;;6283:66;6270:79;;6266:164;;2886:11531:109;;;;;;-1:-1:-1;2886:11531:109;;;;;;;;;;;;;;;;;;;6541:24:15;;;;;;;;;-1:-1:-1;6541:24:15;2886:11531:109;;;6579:20:15;6575:113;;6698:49;-1:-1:-1;6698:49:15;-1:-1:-1;5203:1551:15;:::o;6575:113::-;6615:62;-1:-1:-1;6615:62:15;6541:24;6615:62;-1:-1:-1;6615:62:15;:::o;6266:164::-;6365:54;;;6381:1;6365:54;6385:30;6365:54;;:::o",
    "linkReferences": {},
    "immutableReferences": {
      "56591": [
        { "start": 2704, "length": 32 },
        { "start": 4422, "length": 32 },
        { "start": 6810, "length": 32 },
        { "start": 10983, "length": 32 }
      ],
      "57942": [
        { "start": 2285, "length": 32 },
        { "start": 9907, "length": 32 }
      ],
      "57947": [
        { "start": 922, "length": 32 },
        { "start": 1156, "length": 32 },
        { "start": 3366, "length": 32 },
        { "start": 4166, "length": 32 },
        { "start": 6699, "length": 32 }
      ],
      "57951": [
        { "start": 720, "length": 32 },
        { "start": 784, "length": 32 },
        { "start": 1918, "length": 32 },
        { "start": 2784, "length": 32 },
        { "start": 3575, "length": 32 },
        { "start": 9961, "length": 32 },
        { "start": 13109, "length": 32 }
      ],
      "57955": [
        { "start": 1837, "length": 32 },
        { "start": 6548, "length": 32 },
        { "start": 9736, "length": 32 },
        { "start": 10836, "length": 32 }
      ],
      "57964": [
        { "start": 2843, "length": 32 },
        { "start": 10377, "length": 32 }
      ],
      "57969": [
        { "start": 2220, "length": 32 },
        { "start": 4858, "length": 32 },
        { "start": 5046, "length": 32 },
        { "start": 6393, "length": 32 },
        { "start": 7262, "length": 32 },
        { "start": 7442, "length": 32 },
        { "start": 11458, "length": 32 },
        { "start": 11667, "length": 32 }
      ],
      "58475": [
        { "start": 868, "length": 32 },
        { "start": 5507, "length": 32 },
        { "start": 7903, "length": 32 },
        { "start": 12128, "length": 32 }
      ],
      "58479": [
        { "start": 1655, "length": 32 },
        { "start": 5107, "length": 32 },
        { "start": 7503, "length": 32 },
        { "start": 11728, "length": 32 }
      ],
      "58483": [
        { "start": 1771, "length": 32 },
        { "start": 5149, "length": 32 },
        { "start": 7545, "length": 32 },
        { "start": 11770, "length": 32 }
      ],
      "58575": [{ "start": 13242, "length": 32 }],
      "58578": [{ "start": 13280, "length": 32 }]
    }
  },
  "methodIdentifiers": {
    "CAMPAIGN_START_TIME()": "7ca3944d",
    "CLAIM_TYPE()": "eb8cd775",
    "COMPTROLLER()": "5f82c67e",
    "EXPIRATION()": "bb4b5734",
    "IS_SABLIER_MERKLE()": "7423649b",
    "MERKLE_ROOT()": "51e75e8b",
    "SABLIER_LOCKUP()": "f3ffe13f",
    "STREAM_CANCELABLE()": "cbe9e5ef",
    "STREAM_TRANSFERABLE()": "bf44497a",
    "TOKEN()": "82bfefc8",
    "VESTING_START_TIME()": "6c0b1e8c",
    "admin()": "f851a440",
    "attestor()": "cada25c2",
    "calculateMinFeeWei()": "3a12a5bc",
    "campaignName()": "0724fda9",
    "claim(uint256,address,uint128,bytes32[])": "3f31ae3f",
    "claimTo(uint256,address,uint128,bytes32[])": "0854a79c",
    "claimViaAttestation(uint256,address,uint128,uint40,bytes32[],bytes)": "e74f822d",
    "claimViaSig(uint256,address,address,uint128,uint40,bytes32[],bytes)": "20743583",
    "claimedStreams(address)": "76c30a95",
    "clawback(address,uint128)": "1686c909",
    "domainSeparator()": "f698da25",
    "firstClaimTime()": "82d72f7f",
    "hasClaimed(uint256)": "ce516507",
    "hasExpired()": "90e64d13",
    "ipfsCID()": "49fc73dd",
    "lowerMinFeeUSD(uint256)": "8ec68869",
    "minFeeUSD()": "4e0bb8cc",
    "setAttestor(address)": "f5770b1f",
    "sponsor(address,uint128,address)": "2481a13a",
    "streamShape()": "23e53367",
    "tranchesWithPercentages()": "496500a8",
    "transferAdmin(address)": "75829def"
  },
  "rawMetadata": "{\"compiler\":{\"version\":\"0.8.29+commit.ab55807c\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"campaignName\",\"type\":\"string\"},{\"internalType\":\"uint40\",\"name\":\"campaignStartTime\",\"type\":\"uint40\"},{\"internalType\":\"bool\",\"name\":\"cancelable\",\"type\":\"bool\"},{\"internalType\":\"enum ClaimType\",\"name\":\"claimType\",\"type\":\"uint8\"},{\"internalType\":\"uint40\",\"name\":\"expiration\",\"type\":\"uint40\"},{\"internalType\":\"address\",\"name\":\"initialAdmin\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"ipfsCID\",\"type\":\"string\"},{\"internalType\":\"contract ISablierLockup\",\"name\":\"lockup\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"merkleRoot\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"shape\",\"type\":\"string\"},{\"internalType\":\"contract IERC20\",\"name\":\"token\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"UD2x18\",\"name\":\"unlockPercentage\",\"type\":\"uint64\"},{\"internalType\":\"uint40\",\"name\":\"duration\",\"type\":\"uint40\"}],\"internalType\":\"struct MerkleLT.TrancheWithPercentage[]\",\"name\":\"tranchesWithPercentages\",\"type\":\"tuple[]\"},{\"internalType\":\"bool\",\"name\":\"transferable\",\"type\":\"bool\"},{\"internalType\":\"uint40\",\"name\":\"vestingStartTime\",\"type\":\"uint40\"}],\"internalType\":\"struct MerkleLT.ConstructorParams\",\"name\":\"campaignParams\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"campaignCreator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"admin\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"CallerNotAdmin\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"x\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"y\",\"type\":\"uint256\"}],\"name\":\"PRBMath_MulDiv18_Overflow\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"UD60x18\",\"name\":\"x\",\"type\":\"uint256\"}],\"name\":\"PRBMath_UD60x18_IntoUint128_Overflow\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"SablierMerkleBase_CallerNotComptroller\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"blockTimestamp\",\"type\":\"uint256\"},{\"internalType\":\"uint40\",\"name\":\"expiration\",\"type\":\"uint40\"}],\"name\":\"SablierMerkleBase_CampaignExpired\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"blockTimestamp\",\"type\":\"uint256\"},{\"internalType\":\"uint40\",\"name\":\"campaignStartTime\",\"type\":\"uint40\"}],\"name\":\"SablierMerkleBase_CampaignNotStarted\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"blockTimestamp\",\"type\":\"uint256\"},{\"internalType\":\"uint40\",\"name\":\"expiration\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"firstClaimTime\",\"type\":\"uint40\"}],\"name\":\"SablierMerkleBase_ClawbackNotAllowed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"feeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"feeAmount\",\"type\":\"uint256\"}],\"name\":\"SablierMerkleBase_FeeTransferFailed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"SablierMerkleBase_IndexClaimed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"feePaid\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minFeeWei\",\"type\":\"uint256\"}],\"name\":\"SablierMerkleBase_InsufficientFeePayment\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SablierMerkleBase_InvalidProof\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"currentMinFeeUSD\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"newMinFeeUSD\",\"type\":\"uint256\"}],\"name\":\"SablierMerkleBase_NewMinFeeUSDNotLower\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SablierMerkleBase_SponsorAmountZero\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SablierMerkleBase_ToZeroAddress\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"enum ClaimType\",\"name\":\"claimTypeRequired\",\"type\":\"uint8\"},{\"internalType\":\"enum ClaimType\",\"name\":\"claimTypeSupported\",\"type\":\"uint8\"}],\"name\":\"SablierMerkleBase_UnsupportedClaimType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"expireAt\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"blockTimestamp\",\"type\":\"uint256\"}],\"name\":\"SablierMerkleSignature_AttestationExpired\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SablierMerkleSignature_AttestorNotSet\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"campaignAdmin\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"}],\"name\":\"SablierMerkleSignature_CallerNotAuthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SablierMerkleSignature_InvalidSignature\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint40\",\"name\":\"validFrom\",\"type\":\"uint40\"},{\"internalType\":\"uint40\",\"name\":\"blockTimestamp\",\"type\":\"uint40\"}],\"name\":\"SablierMerkleSignature_SignatureNotYetValid\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"}],\"name\":\"SafeERC20FailedOperation\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"viaSig\",\"type\":\"bool\"}],\"name\":\"ClaimLTWithTransfer\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"streamId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"viaSig\",\"type\":\"bool\"}],\"name\":\"ClaimLTWithVesting\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"admin\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"}],\"name\":\"Clawback\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newMinFeeUSD\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"previousMinFeeUSD\",\"type\":\"uint256\"}],\"name\":\"LowerMinFeeUSD\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousAttestor\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newAttestor\",\"type\":\"address\"}],\"name\":\"SetAttestor\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract IERC20\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"biller\",\"type\":\"address\"}],\"name\":\"Sponsor\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"oldAdmin\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"TransferAdmin\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"CAMPAIGN_START_TIME\",\"outputs\":[{\"internalType\":\"uint40\",\"name\":\"\",\"type\":\"uint40\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"CLAIM_TYPE\",\"outputs\":[{\"internalType\":\"enum ClaimType\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"COMPTROLLER\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"EXPIRATION\",\"outputs\":[{\"internalType\":\"uint40\",\"name\":\"\",\"type\":\"uint40\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"IS_SABLIER_MERKLE\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"MERKLE_ROOT\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"SABLIER_LOCKUP\",\"outputs\":[{\"internalType\":\"contract ISablierLockup\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"STREAM_CANCELABLE\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"STREAM_TRANSFERABLE\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"TOKEN\",\"outputs\":[{\"internalType\":\"contract IERC20\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"VESTING_START_TIME\",\"outputs\":[{\"internalType\":\"uint40\",\"name\":\"\",\"type\":\"uint40\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"admin\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"attestor\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"calculateMinFeeWei\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"campaignName\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"},{\"internalType\":\"bytes32[]\",\"name\":\"merkleProof\",\"type\":\"bytes32[]\"}],\"name\":\"claim\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"},{\"internalType\":\"bytes32[]\",\"name\":\"merkleProof\",\"type\":\"bytes32[]\"}],\"name\":\"claimTo\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"},{\"internalType\":\"uint40\",\"name\":\"expireAt\",\"type\":\"uint40\"},{\"internalType\":\"bytes32[]\",\"name\":\"merkleProof\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"attestation\",\"type\":\"bytes\"}],\"name\":\"claimViaAttestation\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"},{\"internalType\":\"uint40\",\"name\":\"validFrom\",\"type\":\"uint40\"},{\"internalType\":\"bytes32[]\",\"name\":\"merkleProof\",\"type\":\"bytes32[]\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"claimViaSig\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"}],\"name\":\"claimedStreams\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"}],\"name\":\"clawback\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"domainSeparator\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"firstClaimTime\",\"outputs\":[{\"internalType\":\"uint40\",\"name\":\"\",\"type\":\"uint40\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"hasClaimed\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"hasExpired\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ipfsCID\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"newMinFeeUSD\",\"type\":\"uint256\"}],\"name\":\"lowerMinFeeUSD\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"minFeeUSD\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAttestor\",\"type\":\"address\"}],\"name\":\"setAttestor\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract IERC20\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint128\",\"name\":\"amount\",\"type\":\"uint128\"},{\"internalType\":\"address\",\"name\":\"biller\",\"type\":\"address\"}],\"name\":\"sponsor\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"streamShape\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"tranchesWithPercentages\",\"outputs\":[{\"components\":[{\"internalType\":\"UD2x18\",\"name\":\"unlockPercentage\",\"type\":\"uint64\"},{\"internalType\":\"uint40\",\"name\":\"duration\",\"type\":\"uint40\"}],\"internalType\":\"struct MerkleLT.TrancheWithPercentage[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"transferAdmin\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"SafeERC20FailedOperation(address)\":[{\"details\":\"An operation with an ERC-20 token failed.\"}]},\"events\":{\"TransferAdmin(address,address)\":{\"params\":{\"newAdmin\":\"The address of the new admin.\",\"oldAdmin\":\"The address of the old admin.\"}}},\"kind\":\"dev\",\"methods\":{\"claim(uint256,address,uint128,bytes32[])\":{\"details\":\"It emits either {ClaimLTWithTransfer} or {ClaimLTWithVesting} event. Requirements: - `CLAIM_TYPE` must be `DEFAULT`. - The current time must be greater than or equal to the campaign start time. - The campaign must not have expired. - `msg.value` must not be less than the value returned by {COMPTROLLER.calculateMinFeeWei}. - The `index` must not be claimed already. - The Merkle proof must be valid. - All requirements from {ISablierLockupTranched.createWithTimestampsLT} must be met.\",\"params\":{\"amount\":\"The amount of ERC-20 tokens allocated to the recipient.\",\"index\":\"The index of the recipient in the Merkle tree.\",\"merkleProof\":\"The proof of inclusion in the Merkle tree.\",\"recipient\":\"The address of the airdrop recipient.\"}},\"claimTo(uint256,address,uint128,bytes32[])\":{\"details\":\"It emits either {ClaimLTWithTransfer} or {ClaimLTWithVesting} event. Requirements: - `CLAIM_TYPE` must be `DEFAULT`. - `msg.sender` must be the airdrop recipient. - The `to` must not be the zero address. - Refer to the requirements in {claim}.\",\"params\":{\"amount\":\"The amount of ERC-20 tokens allocated to the `msg.sender`.\",\"index\":\"The index of the `msg.sender` in the Merkle tree.\",\"merkleProof\":\"The proof of inclusion in the Merkle tree.\",\"to\":\"The address to which Lockup stream or ERC-20 tokens will be sent on behalf of `msg.sender`.\"}},\"claimViaAttestation(uint256,address,uint128,uint40,bytes32[],bytes)\":{\"details\":\"It emits either {ClaimLTWithTransfer} or {ClaimLTWithVesting} event. Notes: - The attestation must be an EIP-712 signature from the attestor. - See the example in the {claimViaSig} function. - If the attestor is not set in the campaign, the attestor from the comptroller is used. Requirements: - `msg.sender` must be the airdrop recipient. - `CLAIM_TYPE` must be `ATTEST`. - The `to` must not be the zero address. - The attestor must not be the zero address. - The `expireAt` timestamp must not be in the past. - The attestation signature must be valid. - Refer to the requirements in {claim}.\",\"params\":{\"amount\":\"The amount of ERC-20 tokens allocated to the `msg.sender`.\",\"attestation\":\"The EIP-712 signature from the attestor.\",\"expireAt\":\"The timestamp after which the attestation signature is no longer valid.\",\"index\":\"The index of the `msg.sender` in the Merkle tree.\",\"merkleProof\":\"The proof of inclusion in the Merkle tree.\",\"to\":\"The address to which Lockup stream or ERC-20 tokens will be sent on behalf of `msg.sender`.\"}},\"claimViaSig(uint256,address,address,uint128,uint40,bytes32[],bytes)\":{\"details\":\"It emits either {ClaimLTWithTransfer} or {ClaimLTWithVesting} event. Requirements: - `CLAIM_TYPE` must be `DEFAULT`. - If `recipient` is an EOA, it must match the recovered signer. - If `recipient` is a contract, it must implement the IERC-1271 interface. - The `to` must not be the zero address. - The `validFrom` must be less than or equal to the current block timestamp. - Refer to the requirements in {claim}. Below is the example of typed data to be signed by the airdrop recipient, referenced from https://docs.metamask.io/wallet/how-to/sign-data/#example. ```json types: {   EIP712Domain: [     { name: \\\"name\\\", type: \\\"string\\\" },     { name: \\\"chainId\\\", type: \\\"uint256\\\" },     { name: \\\"verifyingContract\\\", type: \\\"address\\\" },   ],   Claim: [     { name: \\\"index\\\", type: \\\"uint256\\\" },     { name: \\\"recipient\\\", type: \\\"address\\\" },     { name: \\\"to\\\", type: \\\"address\\\" },     { name: \\\"amount\\\", type: \\\"uint128\\\" },     { name: \\\"validFrom\\\", type: \\\"uint40\\\" },   ], }, domain: {   name: \\\"Sablier Airdrops Protocol\\\",   chainId: 1, // Chain on which the contract is deployed   verifyingContract: \\\"0xTheAddressOfThisContract\\\", // The address of this contract }, primaryType: \\\"Claim\\\", message: {   index: 2, // The index of the signer in the Merkle tree   recipient: \\\"0xTheAddressOfTheRecipient\\\", // The address of the airdrop recipient   to: \\\"0xTheAddressReceivingTheTokens\\\", // The address where recipient wants to transfer the tokens   amount: \\\"1000000000000000000000\\\", // The amount of tokens allocated to the recipient   validFrom: 1752425637 // The timestamp from which the claim signature is valid }, ```\",\"params\":{\"amount\":\"The amount of ERC-20 tokens allocated to the recipient.\",\"index\":\"The index of the recipient in the Merkle tree.\",\"merkleProof\":\"The proof of inclusion in the Merkle tree.\",\"recipient\":\"The address of the airdrop recipient who is providing the signature.\",\"signature\":\"The EIP-712 or EIP-1271 signature from the airdrop recipient.\",\"to\":\"The address to which Lockup stream or ERC-20 tokens will be sent on behalf of the recipient.\",\"validFrom\":\"The timestamp from which the claim signature is valid.\"}},\"clawback(address,uint128)\":{\"details\":\"Emits a {Clawback} event. Requirements: - `msg.sender` must be the admin. - No claim must be made, OR   The current timestamp must not exceed 7 days after the first claim, OR   The campaign must be expired.\",\"params\":{\"amount\":\"The amount of tokens to claw back.\",\"to\":\"The address to receive the tokens.\"}},\"constructor\":{\"details\":\"Constructs the contract by initializing the immutable state variables, and max approving the Lockup contract.\"},\"hasClaimed(uint256)\":{\"details\":\"Uses a bitmap to save gas.\",\"params\":{\"index\":\"The index of the recipient to check.\"}},\"lowerMinFeeUSD(uint256)\":{\"details\":\"Emits a {LowerMinFeeUSD} event. Requirements: - `msg.sender` must be the comptroller. - The new fee must be less than the current {minFeeUSD}.\",\"params\":{\"newMinFeeUSD\":\"The new min USD fee to set, denominated in 8 decimals.\"}},\"setAttestor(address)\":{\"details\":\"Emits a {SetAttestor} event. Requirements: - `msg.sender` must be either the comptroller or the campaign admin.\",\"params\":{\"newAttestor\":\"The new attestor address. If zero, the attestor from the comptroller will be used.\"}},\"sponsor(address,uint128,address)\":{\"details\":\"Emits a {Sponsor} event. Notes: - This function only makes the payment. The claim fees are updated only after the payment has been verified off-chain. - Refer to the Sablier website in order to sponsor with the correct token, otherwise the sponsorship may be ignored. Requirements: - `biller` must not be the zero address. - `amount` must be greater than zero. - `token` must not be the zero address and must be a valid ERC20 token. - `msg.sender` must have approved the contract to spend the tokens.\",\"params\":{\"amount\":\"The amount of tokens to transfer.\",\"biller\":\"The address to receive the tokens.\",\"token\":\"The ERC-20 token to transfer.\"}},\"transferAdmin(address)\":{\"details\":\"Notes: - Does not revert if the admin is the same. - This function can potentially leave the contract without an admin, thereby removing any functionality that is only available to the admin. Requirements: - `msg.sender` must be the contract admin.\",\"params\":{\"newAdmin\":\"The address of the new admin.\"}}},\"stateVariables\":{\"_tranchesWithPercentages\":{\"details\":\"The tranches with their respective unlock percentages and durations.\"}},\"title\":\"SablierMerkleLT\",\"version\":1},\"userdoc\":{\"errors\":{\"CallerNotAdmin(address,address)\":[{\"notice\":\"Thrown when `msg.sender` is not the admin.\"}],\"PRBMath_MulDiv18_Overflow(uint256,uint256)\":[{\"notice\":\"Thrown when the resultant value in {mulDiv18} overflows uint256.\"}],\"PRBMath_UD60x18_IntoUint128_Overflow(uint256)\":[{\"notice\":\"Thrown when trying to cast a UD60x18 number that doesn't fit in uint128.\"}],\"SablierMerkleBase_CallerNotComptroller(address,address)\":[{\"notice\":\"Thrown when caller is not the comptroller.\"}],\"SablierMerkleBase_CampaignExpired(uint256,uint40)\":[{\"notice\":\"Thrown when trying to claim after the campaign has expired.\"}],\"SablierMerkleBase_CampaignNotStarted(uint256,uint40)\":[{\"notice\":\"Thrown when trying to claim before the campaign start time.\"}],\"SablierMerkleBase_ClawbackNotAllowed(uint256,uint40,uint40)\":[{\"notice\":\"Thrown when trying to clawback when the current timestamp is over the grace period and the campaign has not expired.\"}],\"SablierMerkleBase_FeeTransferFailed(address,uint256)\":[{\"notice\":\"Thrown if fee transfer fails.\"}],\"SablierMerkleBase_IndexClaimed(uint256)\":[{\"notice\":\"Thrown when trying to claim the same index more than once.\"}],\"SablierMerkleBase_InsufficientFeePayment(uint256,uint256)\":[{\"notice\":\"Thrown when trying to claim without paying the min fee.\"}],\"SablierMerkleBase_InvalidProof()\":[{\"notice\":\"Thrown when trying to claim with an invalid Merkle proof.\"}],\"SablierMerkleBase_NewMinFeeUSDNotLower(uint256,uint256)\":[{\"notice\":\"Thrown when trying to set a new min USD fee that is higher than the current fee.\"}],\"SablierMerkleBase_SponsorAmountZero()\":[{\"notice\":\"Thrown when trying to sponsor with a zero amount.\"}],\"SablierMerkleBase_ToZeroAddress()\":[{\"notice\":\"Thrown when trying to claim to the zero address.\"}],\"SablierMerkleBase_UnsupportedClaimType(uint8,uint8)\":[{\"notice\":\"Thrown when trying to call a claim function not supported in the campaign.\"}],\"SablierMerkleSignature_AttestationExpired(uint256,uint256)\":[{\"notice\":\"Thrown when the attestation signature has expired.\"}],\"SablierMerkleSignature_AttestorNotSet()\":[{\"notice\":\"Thrown when the attestor returns the zero address.\"}],\"SablierMerkleSignature_CallerNotAuthorized(address,address,address)\":[{\"notice\":\"Thrown when caller is not the comptroller or campaign admin.\"}],\"SablierMerkleSignature_InvalidSignature()\":[{\"notice\":\"Thrown when claiming with an invalid EIP-712 or EIP-1271 signature.\"}],\"SablierMerkleSignature_SignatureNotYetValid(uint40,uint40)\":[{\"notice\":\"Thrown when trying to claim with a signature that is not yet valid.\"}]},\"events\":{\"ClaimLTWithTransfer(uint256,address,uint128,address,bool)\":{\"notice\":\"Emitted when an airdrop is claimed using direct transfer on behalf of an eligible recipient.\"},\"ClaimLTWithVesting(uint256,address,uint128,uint256,address,bool)\":{\"notice\":\"Emitted when an airdrop is claimed using Lockup Tranched stream on behalf of an eligible recipient.\"},\"Clawback(address,address,uint128)\":{\"notice\":\"Emitted when the admin claws back the unclaimed tokens.\"},\"LowerMinFeeUSD(address,uint256,uint256)\":{\"notice\":\"Emitted when the min USD fee is lowered by the comptroller.\"},\"SetAttestor(address,address,address)\":{\"notice\":\"Emitted when the address of the attestor is set in this contract.\"},\"Sponsor(address,address,uint128,address)\":{\"notice\":\"Emitted when campaign owner sponsors the claim fees for eligible recipients.\"},\"TransferAdmin(address,address)\":{\"notice\":\"Emitted when the admin is transferred.\"}},\"kind\":\"user\",\"methods\":{\"CAMPAIGN_START_TIME()\":{\"notice\":\"The timestamp at which campaign starts and claim begins.\"},\"CLAIM_TYPE()\":{\"notice\":\"Retrieves the claim type supported by the campaign.\"},\"COMPTROLLER()\":{\"notice\":\"Retrieves the address of the comptroller contract.\"},\"EXPIRATION()\":{\"notice\":\"The cut-off point for the campaign, as a Unix timestamp. A value of zero means there is no expiration.\"},\"IS_SABLIER_MERKLE()\":{\"notice\":\"Returns `true` indicating that this campaign contract is deployed using the Sablier Factory.\"},\"MERKLE_ROOT()\":{\"notice\":\"The root of the Merkle tree used to validate the proofs of inclusion.\"},\"SABLIER_LOCKUP()\":{\"notice\":\"The address of the {SablierLockup} contract.\"},\"STREAM_CANCELABLE()\":{\"notice\":\"A flag indicating whether the streams can be canceled.\"},\"STREAM_TRANSFERABLE()\":{\"notice\":\"A flag indicating whether the stream NFTs are transferable.\"},\"TOKEN()\":{\"notice\":\"The ERC-20 token to distribute.\"},\"VESTING_START_TIME()\":{\"notice\":\"Retrieves the start time of the vesting stream, as a Unix timestamp. Zero is a sentinel value for `block.timestamp`.\"},\"admin()\":{\"notice\":\"The address of the admin account or contract.\"},\"attestor()\":{\"notice\":\"Retrieves the attestor address used for creating attestation signatures.\"},\"calculateMinFeeWei()\":{\"notice\":\"Calculates the minimum fee in wei required to claim the airdrop.\"},\"campaignName()\":{\"notice\":\"Retrieves the name of the campaign.\"},\"claim(uint256,address,uint128,bytes32[])\":{\"notice\":\"Claim airdrop on behalf of eligible recipient. If the vesting end time is in the future, it creates a Lockup Tranched stream, otherwise it transfers the tokens directly to the recipient address.\"},\"claimTo(uint256,address,uint128,bytes32[])\":{\"notice\":\"Claim airdrop. If the vesting end time is in the future, it creates a Lockup Tranched stream with `to` address as the stream recipient, otherwise it transfers the tokens directly to the `to` address.\"},\"claimViaAttestation(uint256,address,uint128,uint40,bytes32[],bytes)\":{\"notice\":\"Claim airdrop using an external attestation from a trusted attestor (e.g., KYC verifier). If the vesting end time is in the future, it creates a Lockup Tranched stream with `to` address as the stream recipient, otherwise it transfers the tokens directly to the `to` address.\"},\"claimViaSig(uint256,address,address,uint128,uint40,bytes32[],bytes)\":{\"notice\":\"Claim airdrop on behalf of eligible recipient using an EIP-712 or EIP-1271 signature. If the vesting end time is in the future, it creates a Lockup Tranched stream with `to` address as the stream recipient, otherwise it transfers the tokens directly to the `to` address.\"},\"claimedStreams(address)\":{\"notice\":\"Retrieves the stream IDs associated with the airdrops claimed by the provided recipient. In practice, most campaigns will only have one stream per recipient.\"},\"clawback(address,uint128)\":{\"notice\":\"Claws back the unclaimed tokens.\"},\"domainSeparator()\":{\"notice\":\"The domain separator, as required by EIP-712 and EIP-1271, used for signing claims to prevent replay attacks across different campaigns.\"},\"firstClaimTime()\":{\"notice\":\"Retrieves the timestamp when the first claim is made, and zero if no claim was made yet.\"},\"hasClaimed(uint256)\":{\"notice\":\"Returns a flag indicating whether a claim has been made for a given index.\"},\"hasExpired()\":{\"notice\":\"Returns a flag indicating whether the campaign has expired.\"},\"ipfsCID()\":{\"notice\":\"The content identifier for indexing the campaign on IPFS.\"},\"lowerMinFeeUSD(uint256)\":{\"notice\":\"Lowers the min USD fee.\"},\"minFeeUSD()\":{\"notice\":\"Retrieves the min USD fee required to claim the airdrop, denominated in 8 decimals.\"},\"setAttestor(address)\":{\"notice\":\"Sets the attestor address used for verifying attestation signatures.\"},\"sponsor(address,uint128,address)\":{\"notice\":\"Sponsors the claim fees for eligible recipients.\"},\"streamShape()\":{\"notice\":\"Retrieves the shape of the Lockup stream created upon claiming.\"},\"tranchesWithPercentages()\":{\"notice\":\"Retrieves the tranches with their respective unlock percentages and durations.\"},\"transferAdmin(address)\":{\"notice\":\"Transfers the contract admin to a new address.\"}},\"notice\":\"See the documentation in {ISablierMerkleLT}.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/SablierMerkleLT.sol\":\"SablierMerkleLT\"},\"evmVersion\":\"shanghai\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":60000},\"remappings\":[\":@arbitrum/=node_modules/@arbitrum/\",\":@chainlink/=node_modules/@chainlink/\",\":@eth-optimism/=node_modules/@eth-optimism/\",\":@offchainlabs/=node_modules/@offchainlabs/\",\":@openzeppelin/=node_modules/@openzeppelin/\",\":@prb/=node_modules/@prb/\",\":@sablier/=node_modules/@sablier/\",\":@scroll-tech/=node_modules/@scroll-tech/\",\":@zksync/=node_modules/@zksync/\",\":forge-std/=node_modules/forge-std/\",\":murky/=node_modules/murky/\",\":openzeppelin-contracts/=node_modules/murky/lib/openzeppelin-contracts/\",\":solady/=node_modules/solady/\",\":solarray/=node_modules/solarray/\"],\"viaIR\":true},\"sources\":{\"node_modules/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.sol\":{\"keccak256\":\"0x257a8d28fa83d3d942547c8e129ef465e4b5f3f31171e7be4739a4c98da6b4f0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6d39e11b1dc7b9b8ccdabbc9be442ab7cda4a81c748f57e316dcb1bcb4a28bf9\",\"dweb:/ipfs/QmaG6vz6W6iEUBsbHSBob5mdcitYxWjoygxREHpsJHfWrS\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC1271.sol\":{\"keccak256\":\"0x3d4cd07258d675b6dfa3d9dfd623a77b38fb9935f4a5381ff4bc969948720976\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30abb60a4d98ad9a33de4fa5e9072342e12df3a79e9c71b5f59ce049ae8cd535\",\"dweb:/ipfs/QmT6NXJDjsf8H14nPYQsFELDB8q5ZTmG9cjdX2bEQJW7ST\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC1363.sol\":{\"keccak256\":\"0x9b6b3e7803bc5f2f8cd7ad57db8ac1def61a9930a5a3107df4882e028a9605d7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da62d6be1f5c6edf577f0cb45666a8aa9c2086a4bac87d95d65f02e2f4c36a4b\",\"dweb:/ipfs/QmNkpvBpoCMvX8JwAFNSc5XxJ2q5BXJpL5L1txb4QkqVFF\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC165.sol\":{\"keccak256\":\"0xde7e9fd9aee8d4f40772f96bb3b58836cbc6dfc0227014a061947f8821ea9724\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://11fea9f8bc98949ac6709f0c1699db7430d2948137aa94d5a9e95a91f61a710a\",\"dweb:/ipfs/QmQdfRXxQjwP6yn3DVo1GHPpriKNcFghSPi94Z1oKEFUNS\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC20.sol\":{\"keccak256\":\"0xce41876e78d1badc0512229b4d14e4daf83bc1003d7f83978d18e0e56f965b9c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a2608291cb038b388d80b79a06b6118a42f7894ff67b7da10ec0dbbf5b2973ba\",\"dweb:/ipfs/QmWohqcBLbcxmA4eGPhZDXe5RYMMEEpFq22nfkaUMvTfw1\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC4906.sol\":{\"keccak256\":\"0x1b8691e244f6e11d987459993671db0af33e6a29f7805eac6a9925cc6b601957\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a9e2a5efc2e14e98f5fe91bbab769199b4987a40dd3b96075b04957fda2ae80f\",\"dweb:/ipfs/QmbAjrSSVBiJ6MbgF7Jkr53m674iGMZ6haWbbRrWDZJraK\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC721.sol\":{\"keccak256\":\"0xc4d7ebf63eb2f6bf3fee1b6c0ee775efa9f31b4843a5511d07eea147e212932d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01c66a2fad66bc710db7510419a7eee569b40b67cd9f01b70a3fc90d6f76c03b\",\"dweb:/ipfs/QmT1CjJZq4eTNA4nu8E9ZrWfaZu6ReUsDbjcK8DbEFqwx5\"]},\"node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol\":{\"keccak256\":\"0xc42facb5094f2f35f066a7155bda23545e39a3156faef3ddc00185544443ba7d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d3b36282ab029b46bd082619a308a2ea11c309967b9425b7b7a6eb0b0c1c3196\",\"dweb:/ipfs/QmP2YVfDB2FoREax3vJu7QhDnyYRMw52WPrCD4vdT2kuDA\"]},\"node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xe06a3f08a987af6ad2e1c1e774405d4fe08f1694b67517438b467cecf0da0ef7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://df6f0c459663c9858b6cba2cda1d14a7d05a985bed6d2de72bd8e78c25ee79db\",\"dweb:/ipfs/QmeTTxZ7qVk9rjEv2R4CpCwdf8UMCcRqDNMvzNxHc3Fnn9\"]},\"node_modules/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol\":{\"keccak256\":\"0x982c5cb790ab941d1e04f807120a71709d4c313ba0bfc16006447ffbd27fbbd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8150ceb4ac947e8a442b2a9c017e01e880b2be2dd958f1fa9bc405f4c5a86508\",\"dweb:/ipfs/QmbcBmFX66AY6Kbhnd5gx7zpkgqnUafo43XnmayAM7zVdB\"]},\"node_modules/@openzeppelin/contracts/token/ERC721/IERC721.sol\":{\"keccak256\":\"0x5dc63d1c6a12fe1b17793e1745877b2fcbe1964c3edfd0a482fac21ca8f18261\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6b7f97c5960a50fd1822cb298551ffc908e37b7893a68d6d08bce18a11cb0f11\",\"dweb:/ipfs/QmQQvxBytoY1eBt3pRQDmvH2hZ2yjhs12YqVfzGm7KSURq\"]},\"node_modules/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol\":{\"keccak256\":\"0x37d1aaaa5a2908a09e9dcf56a26ddf762ecf295afb5964695937344fc6802ce1\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed0bfc1b92153c5000e50f4021367b931bbe96372ac6facec3c4961b72053d02\",\"dweb:/ipfs/Qmbwp8VDerjS5SV1quwHH1oMXxPQ93fzfLVqJ2RCqbowGE\"]},\"node_modules/@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"node_modules/@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x81c274a60a7ae232ae3dc9ff3a4011b4849a853c13b0832cd3351bb1bb2f0dae\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9da0c20dc74358a2a76330818f3bac9d1e2ce3371aec847b9cbf5d147fbae4f6\",\"dweb:/ipfs/QmeczhmnFv1hbXKGLwbYXY6Rrytc9a5A2YaRi5QMMgjPnb\"]},\"node_modules/@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0x69f54c02b7d81d505910ec198c11ed4c6a728418a868b906b4a0cf29946fda84\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8e25e4bdb7ae1f21d23bfee996e22736fc0ab44cfabedac82a757b1edc5623b9\",\"dweb:/ipfs/QmQdWQvB6JCP9ZMbzi8EvQ1PTETqkcTWrbcVurS7DKpa5n\"]},\"node_modules/@openzeppelin/contracts/utils/cryptography/Hashes.sol\":{\"keccak256\":\"0x8cbd338f083224b4b6f0ff42cbda641a0a6c31ffcdca197452b97fe4d0918269\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f517dec5ba0c6491395acbf7f1d621f4e89e8f218bf5303c867b1c5ad70c6b11\",\"dweb:/ipfs/QmWmXHRLEw8W6ckth7NyYTU88YfvuS7xSsfae5ksL8qNUe\"]},\"node_modules/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol\":{\"keccak256\":\"0x36a0c409c437a753cac9b92b75f93b0fbe92803bf2c8ff1517e54b247f166134\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0f91ba472de411aa557cdbf6560c40750d87bd11c9060bc04d2ba7119af9d5a6\",\"dweb:/ipfs/QmQjtYo2i7dDvzCEzZ67bDoNSG4RrwMoxPWuqFmX5Xzpuw\"]},\"node_modules/@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0x26670fef37d4adf55570ba78815eec5f31cb017e708f61886add4fc4da665631\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b16d45febff462bafd8a5669f904796a835baf607df58a8461916d3bf4f08c59\",\"dweb:/ipfs/QmU2eJFpjmT4vxeJWJyLeQb8Xht1kdB8Y6MKLDPFA9WPux\"]},\"node_modules/@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol\":{\"keccak256\":\"0xbdc3bb48ccedb818cd75a6d74a16df55a822e9f6d3cc54c59f576f10aab67b5f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2284f25f2478f419d7781573b17a89d0e7c5589a865d55e2d6ed5163aee23aa8\",\"dweb:/ipfs/QmNsr2625APBQiNKpYnX5VcSnYgfUHR9Uzzp9pRXjoDqK7\"]},\"node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol\":{\"keccak256\":\"0x79796192ec90263f21b464d5bc90b777a525971d3de8232be80d9c4f9fb353b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f6fda447a62815e8064f47eff0dd1cf58d9207ad69b5d32280f8d7ed1d1e4621\",\"dweb:/ipfs/QmfDRc7pxfaXB2Dh9np5Uf29Na3pQ7tafRS684wd3GLjVL\"]},\"node_modules/@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x1225214420c83ebcca88f2ae2b50f053aaa7df7bd684c3e878d334627f2edfc6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c5fab4970634f9ab9a620983dc1c8a30153981a0b1a521666e269d0a11399d3\",\"dweb:/ipfs/QmVRnBC575MESGkEHndjujtR7qub2FzU9RWy9eKLp4hPZB\"]},\"node_modules/@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"node_modules/@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03\",\"dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ\"]},\"node_modules/@openzeppelin/contracts/utils/structs/BitMaps.sol\":{\"keccak256\":\"0x3616f1b0d0a9ee1ca8f0953ecaceb9230e36f691c7974d30f964212acff52d2b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d4bebdd07b31ac28e3e596ac6f0333da90a4e332405aa7d65f3a3a7e0b4cf15e\",\"dweb:/ipfs/QmckoDU5bBnye2UtPcrfJNahLD2FbxrnPP9nrREMWPpnug\"]},\"node_modules/@prb/math/src/Common.sol\":{\"keccak256\":\"0x8225a3898d2f11f585da1fb82234800e9717fa080dbe53d450fd429a3a632e99\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2dcbf39ca575f68f32f0d1c66391de94082424956e7585e849813966f8c0fc05\",\"dweb:/ipfs/QmYvk8vXFDUJHrmqbtutYXfoLomLBosYLyBzuPoYBxsQ42\"]},\"node_modules/@prb/math/src/UD2x18.sol\":{\"keccak256\":\"0xfb624e24cd8bb790fa08e7827819de85504a86e20e961fa4ad126c65b6d90641\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dd795b8df250e7eedc68e2dba1afbb60357ce8f22f21bed212b5a9046d2057d2\",\"dweb:/ipfs/QmUHtrSr8Gb6bvSe2rCWPA5YrJq72UiJARYr1gZqFVRsYH\"]},\"node_modules/@prb/math/src/UD60x18.sol\":{\"keccak256\":\"0xb98c6f74275914d279e8af6c502c2b1f50d5f6e1ed418d3b0153f5a193206c48\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a750edde2955f160806a51083a12185fb04e20efca0e3a7ebd127dc1acc049a9\",\"dweb:/ipfs/QmeAre3mThopoQPB9mSXZq6jck59QZ7JbDFR83urd2SLvp\"]},\"node_modules/@prb/math/src/sd1x18/Casting.sol\":{\"keccak256\":\"0x5d365f655f01598926c5d4fe5cda277f2cc7736fe38f943c11a32009077ddd5c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://56b378bd6039819bc12e5f17dabd9492e1410b3281f9df496cf8210539101a11\",\"dweb:/ipfs/QmcMaE64ZWMg9cFhYxdTuG8nfzeDdNuTRHMMoFXi6tSZGu\"]},\"node_modules/@prb/math/src/sd1x18/Constants.sol\":{\"keccak256\":\"0xc14cc32061863d83912f9616de86f3c34f1ac58614b7d504c6ce07ee8efdb8e8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://22483b1282dda6a556b0232f008a5a3296bbfd76b1886e6b72bf351b7c554fab\",\"dweb:/ipfs/QmYX9cYkrFxBbhZNKsb6uUxtrc2chmAj7vuc7UKRPGMwos\"]},\"node_modules/@prb/math/src/sd1x18/Errors.sol\":{\"keccak256\":\"0xc3c8b1ab3d19889c356c222a3a2186d45dfc1d3a17b9ad88159bb64ee457baa6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84fbe57569246403f778330bd7723018dfcb5f0ec50d7b1d82cc983c94a54bca\",\"dweb:/ipfs/QmWssAAnovc2EVjt58rTnxraE9B1RMivwTvYCYgpnr6oSE\"]},\"node_modules/@prb/math/src/sd1x18/ValueType.sol\":{\"keccak256\":\"0xaa9dc7b562faf45264390d80e2ea10c5295bb8a4f10d76261a3f9c04363734c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6ca36acd15f5cb47cf124ddec289f84e1011f2d29056159e4570435629a3353\",\"dweb:/ipfs/QmUKdiLmZpAkNCq2TKxrPbQPUhiRFXGfjGSnY1VeHVu4y6\"]},\"node_modules/@prb/math/src/sd21x18/Casting.sol\":{\"keccak256\":\"0x4a16adddb9ab1f6939dd4567c77205015a11081cb840029b84bbb6fdaf78ee36\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5003b2f4cd2fc1413da36bc63107c6e83a88d29693e8f97b54f300fa78f9c6d2\",\"dweb:/ipfs/QmaNJn91NLrZmeeGqnFQV1FTrLVSW852zHyWTrWJ5pf1pd\"]},\"node_modules/@prb/math/src/sd21x18/Constants.sol\":{\"keccak256\":\"0x501c2d5cfdea9450422182059c8df1cb6a859901a07bd59631c3fa24edcc79d4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4669a65001c92919671fd879d33ce0e5030b602a7ba4d36bd2308128d8d1f396\",\"dweb:/ipfs/QmUC3bJ3qdkCmLMw3WHBcEqvuC4tExT2LXzUhgu5KQ3vi3\"]},\"node_modules/@prb/math/src/sd21x18/Errors.sol\":{\"keccak256\":\"0xc5422ee47eb139274e538e758fb40177a1ba22c2113ef3b3446102f0150bfe0a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a1981e052e9e86e1b0e4e55a057a7af4739aedd4ead2d60e3eaa40fb703594ee\",\"dweb:/ipfs/QmPK5qSujnyk1R8ues4RhDMy1tRKKyjQ31YJTviTKq7GML\"]},\"node_modules/@prb/math/src/sd21x18/ValueType.sol\":{\"keccak256\":\"0x532bba888370bed393464412f4ef3462d654802e71c953ad02d078e3d2701092\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://922a4e8dd813602f72d165aa1dfdf2c29b971a2abe73bebca7cd81a32ee2c880\",\"dweb:/ipfs/QmTBAJnx1r3sZpbQAuTgQtsTtvjZbpDwhCJRzkhzUumbdf\"]},\"node_modules/@prb/math/src/sd59x18/Casting.sol\":{\"keccak256\":\"0xdf70d8e70c6d6325f3f7eb028c484bc7189ef902f1d4b5b220af2e550bb5fc39\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0b15bcd36129c5cb163d57a117435afb171182018dd6d1e766a5f49cf1f4b63d\",\"dweb:/ipfs/QmbjzkMBH4FM2rdxGbx9LQ65wVERijNcu7R9C8dQmH3y4n\"]},\"node_modules/@prb/math/src/sd59x18/Constants.sol\":{\"keccak256\":\"0x9bcb8dd6b3e886d140ad1c32747a4f6d29a492529ceb835be878ae837aa6cc3a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c4045c633e3618e7e90a768d92415b2f20f781fe129b4f4e26fa88f7dbf9201f\",\"dweb:/ipfs/Qmbet95pizwPno82cJ383wJtgQRSQKESmhVZ1vDrgAu7Si\"]},\"node_modules/@prb/math/src/sd59x18/Errors.sol\":{\"keccak256\":\"0x0a79c28c85fc8a450b0801ff2e66114eac4ec565819f5d1d8738904658fe33e2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9e0d4fd3c998019fb8555d9e26c03bec42a8513bdf4185aeac2da3a000abaebf\",\"dweb:/ipfs/QmahFJHXcX4RwPxaQbUf6LVZEk8NSpjCV3Eif7i9iqC6Mk\"]},\"node_modules/@prb/math/src/sd59x18/Helpers.sol\":{\"keccak256\":\"0x208570f1657cf730cb6c3d81aa14030e0d45cf906cdedea5059369d7df4bb716\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4c78ca900edafa9338d4e3649a55ab0c84f76468d8a22fb945ba6d01e70f8fed\",\"dweb:/ipfs/QmeP4hQYfNxcATd1FsasdD4ebyu2vrC9K1N68swxUJzzZD\"]},\"node_modules/@prb/math/src/sd59x18/Math.sol\":{\"keccak256\":\"0xd8e8b51db9b3e2fa31a60f6b8ce4ea0112c3364442ede5992aa0aa7a2c925c84\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3c56913970e34ee7b142047b21f1856a511cbdc3473b7c50418a8490e19cd462\",\"dweb:/ipfs/QmfG1F9CBDjPYD7NXora9awFfdpvBMY9SCg5pMLCFRv9tD\"]},\"node_modules/@prb/math/src/sd59x18/ValueType.sol\":{\"keccak256\":\"0x76597ba64d37d66e0178512bc9bbc1a031a7634c45e5d5c6e9da87f46952dc9d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://36148899ad874814e9292636fb974d2eec61f1bcc0875ec39cf444d70ba40919\",\"dweb:/ipfs/QmadUe4kH2FPcdxvhCKy8yiezCvPWor4VcPzqLYSAaGDDb\"]},\"node_modules/@prb/math/src/ud21x18/Casting.sol\":{\"keccak256\":\"0x3821aa57604f6e5b7c9c5c5cc97a6d71116e673cf3fee5f76fcd42b4cefded65\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a80399c6b38ab45cc10d0a6683d50340cd89d9a085b6d0dcfb81e7c4e5b3ce09\",\"dweb:/ipfs/QmWNW2YD2LMkqrpAtJYeeuHN329Rx7mvfmrjsCo1p6akTL\"]},\"node_modules/@prb/math/src/ud21x18/Constants.sol\":{\"keccak256\":\"0x0997574a1ced6c43bde6d9c9175edc5ad64cbb920a0969a9db68eea543747601\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c09f03345a6779b002b38ffc3954258accbb2b1d0d5506d42c3bd7f117304f60\",\"dweb:/ipfs/QmTeBXRCE7H2HpqKUNsZN7Nk3rdBnFmbAUFom3E1PJeGuV\"]},\"node_modules/@prb/math/src/ud21x18/Errors.sol\":{\"keccak256\":\"0x35a1fb789b90f8c90865884d3023deb17fcca5c7146b5ddef823496d835a5415\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0af359d07ba25bdc90de7c05ed6216833932caa75d4a02fcfc51ceeaba5a4e80\",\"dweb:/ipfs/QmavBFw73Xfp1qJiN6P1gk2Dfr8ByWo3dyCPVgDHtko2gq\"]},\"node_modules/@prb/math/src/ud21x18/ValueType.sol\":{\"keccak256\":\"0x24838b2b1da371b9259d8ee21534a9f0cb5796aba75a4efca2374627952bee25\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://897e6b79308651671c7f3c91a0069e778b47356c9ba3f86e238398ab7f2623af\",\"dweb:/ipfs/QmZbLw3tJVRZFQnV9jWQUmF43gna841adSG2TAiwDAifGU\"]},\"node_modules/@prb/math/src/ud2x18/Casting.sol\":{\"keccak256\":\"0x0f3141ed054e7c29dbe1acb4b88b18eb05d60e998fba6b4e503a6799faa356d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1e2468fc4c458082aaf4aa2e35af9ba3702f207e3c8533dd1e7da11ad605eae\",\"dweb:/ipfs/QmSm7iRH1eo4cJCwcAiiXWRH9Hn1urSS4tMdbaFbFGuTyL\"]},\"node_modules/@prb/math/src/ud2x18/Constants.sol\":{\"keccak256\":\"0x29b0e050c865899e1fb9022b460a7829cdee248c44c4299f068ba80695eec3fc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cbaef16b662fac235349bcf97bc980dd0cba15d4e6230caae61224cdac8ea6d9\",\"dweb:/ipfs/QmZQa5XBhi7k3yhtCd8wVpnwW8htfU4sjXxWhxRypMBYkC\"]},\"node_modules/@prb/math/src/ud2x18/Errors.sol\":{\"keccak256\":\"0x3b27e2a57438cd30d9c130f84aace24d547e5ed58e8689691d7d92ad2db38ddd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://841cf9fb45443899c6b659300bbf503c3fd2c1a1e83b7f0e28620eed457f7437\",\"dweb:/ipfs/QmUqg8WscP5yQPw3UMUCWaB9RLU6nryGzseuyhAjNnDc1i\"]},\"node_modules/@prb/math/src/ud2x18/ValueType.sol\":{\"keccak256\":\"0x975a2e69b48f34a4c0bd80e8a5609ac67b7264c91992c0944f9ebe7b9e3fc9d0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://65d012521c475295d7e70b7d526fcc0911d0f238ea938719d77251bba00c9b41\",\"dweb:/ipfs/QmexEvTQCCBPYRWAYnomZX5M7C2EkXQRAXqEYMNUZfazCs\"]},\"node_modules/@prb/math/src/ud60x18/Casting.sol\":{\"keccak256\":\"0x0803318ddc98b4ba8fbfe70e5ee08d78387fe6ae00982b9960518085a751d7b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2e68a2f780b2e33fa5416eb60f9daa81f014c2591119f4b67bed1217d5530780\",\"dweb:/ipfs/QmZe7JTWvbfKqMnu4sxUwWCtLcCay9hH71VZUpoFCdENcr\"]},\"node_modules/@prb/math/src/ud60x18/Constants.sol\":{\"keccak256\":\"0x2b80d26153d3fdcfb3a9ca772d9309d31ed1275f5b8b54c3ffb54d3652b37d90\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7e3a6673a156f635db94dc176baaa7274db8f9bec4461cd1152596253550ee3b\",\"dweb:/ipfs/Qmc9zT4kNSbMYaXcnbxNVqmb3P3m46ieaQxkwxqLwsvRA5\"]},\"node_modules/@prb/math/src/ud60x18/Conversions.sol\":{\"keccak256\":\"0xd486ecca97abe69acdb28230088f4c7097fbdae5b36c5ae45d5be2faac4c33f2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6080870ec6955ff0f5278f9c480b218a68714daf5f2ee42da0276d08d7b82932\",\"dweb:/ipfs/QmQ1SERHdemJgPrt4USwY8j5r63jZ8fQuJAm1knjMEEQEY\"]},\"node_modules/@prb/math/src/ud60x18/Errors.sol\":{\"keccak256\":\"0xbab6b0e303d32f3a9d9e2fe881f0392b8c59a73051a4d34f21a403b3961b3044\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://86a019bcf2510d0691287329dc057479cc0abc48a5e15f245e7f15c03052d2c8\",\"dweb:/ipfs/QmeXe5pbpDHvN5DZ8puXmH2RJ25zDHj55wpiStWtNQPvq6\"]},\"node_modules/@prb/math/src/ud60x18/Helpers.sol\":{\"keccak256\":\"0xf5faff881391d2c060029499a666cc5f0bea90a213150bb476fae8f02a5df268\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://76105fa22bb1b5f1fa99abf9c4fbc9577a02c7bc204f271754c407f0d75489f5\",\"dweb:/ipfs/QmVNGZSTniDuZus5DdbFubqJXCLtTaZit7YPm4ntjr5Lgr\"]},\"node_modules/@prb/math/src/ud60x18/Math.sol\":{\"keccak256\":\"0xc4e51dfd9af62938e277e90fa724099f239d33727a35909ed48c292a76faf2fc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d731537cbc50b852c21d28625aeb2c329729afc23a7b86ff9d8ee5878f47e9d6\",\"dweb:/ipfs/QmS7Cj4pAdPZcTp7RqYXyxBc9EYX92CT8icfkNigktUsLr\"]},\"node_modules/@prb/math/src/ud60x18/ValueType.sol\":{\"keccak256\":\"0x1b200baf25d01a8b91b97b42114248636f742b5b7028487ef4daef6621e378a3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b5708ed017206bda2197654e80bea9f37b3a9993434bb066c903c2865e028f47\",\"dweb:/ipfs/QmTyotZk2J5YvWkNvB2qhXBMgRGWW2UgPqR4JPocrXSr8n\"]},\"node_modules/@sablier/evm-utils/src/Adminable.sol\":{\"keccak256\":\"0xaea48c23c0205dae155c0ab21c2076cf6cbdf6fdd299c32062b8b3818dd8cdca\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://1aad150a317c741548197ba8428211c6fc3480697a6eebae7df71156c695fbfe\",\"dweb:/ipfs/QmX8xtEeck9zA6W4pktk5AMgCjrqPYKtzK9NxF66MxqfoQ\"]},\"node_modules/@sablier/evm-utils/src/interfaces/IAdminable.sol\":{\"keccak256\":\"0x3228d63e9b0b951030c73c42bb071e64f0ff0eadbcbeefad3f29a48366539c26\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://acc90ad2bec0e84349b56611b35b56bfb75a5930fd1babb2bd638fbbb15bd126\",\"dweb:/ipfs/QmSLnHx6bo4BQeBKYferfEhZo1Z4xCXdDF1bzJoHUafHt4\"]},\"node_modules/@sablier/evm-utils/src/interfaces/IBatch.sol\":{\"keccak256\":\"0x6d3aab84cb0529afc1e8b4a2ad4f89feb15c76b6a515a14fdf4b98887d856ae4\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://77e68471ec663dda763ac40bb7c35d47b2a87e262461dad9a2f03377f928e758\",\"dweb:/ipfs/QmdvAq7XyNAUA8uLhnFrWuBgZAjNjoq6BaY5AyjFKvC8Xh\"]},\"node_modules/@sablier/evm-utils/src/interfaces/IComptrollerable.sol\":{\"keccak256\":\"0xdbc32762b87590be38095a84789906fa7a23fd2c2c112859504549ef3be17522\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://14ac13726bb7435ce310dd437a9b58852ca0c35640949e898c803a33a30dee8b\",\"dweb:/ipfs/QmeeKPApvBHbUF3S98qCnB26Aw67KTQF2GFyGQZCxykyMW\"]},\"node_modules/@sablier/evm-utils/src/interfaces/IRoleAdminable.sol\":{\"keccak256\":\"0x391cb4bd4bae01e3efdb84f63635644ed6329b72e8a5105ad53833551e8ba825\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://ccca9da1c044c15cf0b647a4572c05f5d498fb18b3685a85a8836f7110cb1bc4\",\"dweb:/ipfs/QmfAKHqvgKQUgpC6VomTjTkc1tDnsbVJD5bLn8wL8KuTFV\"]},\"node_modules/@sablier/evm-utils/src/interfaces/ISablierComptroller.sol\":{\"keccak256\":\"0x5c52e70a6c083611d4b5518d17d025f70d322ee2c61d81f20f3fe50f4bd824ba\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://5c07b2076065f1c65a59176ada3459be53f78e59a2055d9ae92b226edafa484c\",\"dweb:/ipfs/QmXYRDkBSWUBza1pi439ErzeLoaLUT8Zvj2yWcFZ5F1rgX\"]},\"node_modules/@sablier/evm-utils/src/libraries/Errors.sol\":{\"keccak256\":\"0xc9a0fbcd6d582054420a32c538204ac7adb789320c6564f278ccf45baf4485c8\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://a4da46b25df4fe89ce9f0315e1ef6561554f72b2dc7edbc43bdcdf9d65e8b709\",\"dweb:/ipfs/QmNW4VtuPSsLULst92GJmmcTCRHu4n5ndU9Jb4MbVes1jp\"]},\"node_modules/@sablier/lockup/src/interfaces/ILockupNFTDescriptor.sol\":{\"keccak256\":\"0x3e1fb86bb2eaedf90a54188e40001f384a299ec4fbf035798e1cea8e16e7879b\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://5143e01ff4d6cdce5b61111d6902cfa6f8fdc0951977c891ceb13125fdfb41a1\",\"dweb:/ipfs/QmebeHZ4hbVQchqCovZPhTPAQHBownj2JScty7GWsd6tAG\"]},\"node_modules/@sablier/lockup/src/interfaces/ISablierLockup.sol\":{\"keccak256\":\"0x264d5a952277e3ac152f60a4ecc0c141b864f4de99b8e38e1491bfacf27a64f9\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://b34a03d39fb0b1b9dbaea22cec2d4077e4c9a4eb9b551d921bffa9ea772ef5a7\",\"dweb:/ipfs/Qmf6u87ERkoXixSpT5PMWYSfndKGmsMBhnxfnAvYBowspQ\"]},\"node_modules/@sablier/lockup/src/interfaces/ISablierLockupDynamic.sol\":{\"keccak256\":\"0x63816321d519914c91624f986696b2dea14a757f89f44b8b11da4b0e14ecb367\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://f9a15ddd4469f2056e6e145fb7cc55aa185c2263b188e3cae82bedd4d2770fdf\",\"dweb:/ipfs/QmVaFmdZZ6Y6YoLKh4b93jgPNotUkh8hpJc2KBHdrYYr4F\"]},\"node_modules/@sablier/lockup/src/interfaces/ISablierLockupLinear.sol\":{\"keccak256\":\"0x1ba923a48b2dce454e604876d9eece3e12923d8c13470d624c7daf1f51385192\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://52c19e1ba7ed8243cd6e4f9a2d15cd8abea6a65367dd240b3d1e718f421f22f0\",\"dweb:/ipfs/QmdjtYh7FyBUpbbibKXTdRmggEoC6T7GTPA4sdmD4pXiQG\"]},\"node_modules/@sablier/lockup/src/interfaces/ISablierLockupPriceGated.sol\":{\"keccak256\":\"0x148f4ec76fdf08a2f8da86a6e3bbfc8470feb515b536d51a6f4c5d40f031772f\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://a46bce7c3d30ee2f78844ef2be7173c75804481d73a932894275c9ab6cae2c6a\",\"dweb:/ipfs/Qmbdwvq6kKgywzQ25zqnxxy1Nq7EgQRxU4DrfzFFrEG5yH\"]},\"node_modules/@sablier/lockup/src/interfaces/ISablierLockupState.sol\":{\"keccak256\":\"0x6916791cf7e336d007e3a9411f07d0bbf1f7bf663b3d60390dedcda62bd9975e\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://df473f29ae2ddc52c881106685e1df9621979372dbf77479c5f6724aa09348cb\",\"dweb:/ipfs/QmY7MWAgkxqcPqHY8XfgWfYPUvhcQoqXWpCFVygPQoUZdh\"]},\"node_modules/@sablier/lockup/src/interfaces/ISablierLockupTranched.sol\":{\"keccak256\":\"0xc595654dbad9b09f7a1413017df760923224c6c8804d70c8ffdb8e81dadd774b\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://98b212a9273cc6d4fd8f4ac63673a87ae644afb16f670954fdf35ba4126f237b\",\"dweb:/ipfs/QmYuQHHvFkUxeDR54eW6xv1kNMGwJyDPJHB1NqCNsaSJLL\"]},\"node_modules/@sablier/lockup/src/types/Lockup.sol\":{\"keccak256\":\"0x6d1abd8003c52a1d8a32be07765bb032bcce8c5bb28e0da9cfa4bc5305c7b4f4\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://55c4f20ecdcb936d582dbf11b397e442b69731db64de0e0581838ffb893194d9\",\"dweb:/ipfs/QmQrcPDaMM8sejpfmzVXDzRL7NrBc5D2ikAkLm1u4KSvru\"]},\"node_modules/@sablier/lockup/src/types/LockupDynamic.sol\":{\"keccak256\":\"0x3c5fbce95af3de27830d7f196a28de9eadae89f2d7dfe1f4cfbe7425d3fa2933\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://23330570fe2520a47669431c11341af72bce4e7e64a6c440a67b93910d24a000\",\"dweb:/ipfs/QmS2DvMeXM3hHZoqsHze1DYRRVGKxqKcPu6s1y1VWbPshu\"]},\"node_modules/@sablier/lockup/src/types/LockupLinear.sol\":{\"keccak256\":\"0x4392ba8a5f4892b391fb00e5531dd2bbc33ef27d59a053e3f75600d4331b0dcf\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://4d61f0b43ec1e8c5c41d9b275c14fadf6e8757000b27b52c323c0334ab417141\",\"dweb:/ipfs/QmZWhQXjusT6X7AVMupoaLYzxNTgmsJkm32Jk2fuRvn3P4\"]},\"node_modules/@sablier/lockup/src/types/LockupPriceGated.sol\":{\"keccak256\":\"0x751d269b3fd1e195832478685c3eeba53f1d94477aa2b20a05ea8ab0d52cc1c5\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://b6ac2834b8667e7123c753d0ef64cfdb4a637242bb9ca6b246198d314dbae8b0\",\"dweb:/ipfs/QmWK9vZBye4pP3vVbHeVHf6wmduideEAzetLS4UuPexFrh\"]},\"node_modules/@sablier/lockup/src/types/LockupTranched.sol\":{\"keccak256\":\"0xc2c7c41b7cfcb37dd10a5ab522c784e3236927056e870e111c866da3cbf7cc31\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://9abba4dea165619e4ff2d6f46d1ca8e77b21bc7d3c964fc0a3f2fd57a8f57a1c\",\"dweb:/ipfs/Qmd1sLEuDbLJgqE8C8QoTahodbbTmazLFhCeoFvWE6EAJR\"]},\"src/SablierMerkleLT.sol\":{\"keccak256\":\"0xb51141125176c3ede8e9281607ce40b3d54c81139cb03a92d04d6af78cfdd030\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://a9ff0faa3db390d29f760c1553c12cbeee3e47e8c7429115c11197cdffaa7964\",\"dweb:/ipfs/QmUtUD7npjyYSMgmpYYR6R76QC66jtLXLNjutyddDgLTQU\"]},\"src/abstracts/SablierMerkleBase.sol\":{\"keccak256\":\"0x3ad01ea2b4659b1051be58d0370a3bd23a494b6b941ceb2a3b23b1db9eb4e223\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://bdc4ddfaf0f66757d289322b3990437f3be7c134d29d80a06da9e5d3b5883783\",\"dweb:/ipfs/QmbwXm6H5LjseDa3tHAujUYchqixb4xFAHk45HEU5B6k2Z\"]},\"src/abstracts/SablierMerkleLockup.sol\":{\"keccak256\":\"0x8ec5ceb548bb0ca8fead8286d293393ba15d812d81c05c1190a78a1b2e1c6f4a\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://470b2bc3ff20328894dc7b58e7dda906ca76517a1972d4bfc7643d9113230894\",\"dweb:/ipfs/QmPzWQxzrLNZEeKHwfEozWHQy2LwSToXMaGUGJ5TvWLwi7\"]},\"src/abstracts/SablierMerkleSignature.sol\":{\"keccak256\":\"0x82a431ac2c5c379ba53cad9ff6b06e8f48c3cea12f3f834bf47eec24f935b2c3\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://10040857ba92b56f3a1ae6e9f2ba8a6bf30bc14800eb366905b39111ba2b2658\",\"dweb:/ipfs/Qmd9RZR21u56RLzU8PWLFXV3P4KXUxUJsbhkphxRGQ9crT\"]},\"src/interfaces/ISablierMerkleBase.sol\":{\"keccak256\":\"0xfc4e9b4737765f3f66fb81390154aaff3f21ee63fd21bed441baf553ac090993\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://189aab3a9ddf0e72425cb3b6420129ce971da916967a920c3132e328e546abbb\",\"dweb:/ipfs/QmQZaV1yvBs6MBf5jzgboTYztsVLMi5q3L4JVowyn6Yhrp\"]},\"src/interfaces/ISablierMerkleLT.sol\":{\"keccak256\":\"0xf35047d6d07d7e7bd3d76951b1350c3157b95a1e3beedd14a142f640b7839282\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://752e331b31d79be2e58f371a70e4bdb439bf3423cb2a4a4208da53d04ce9383e\",\"dweb:/ipfs/QmTZVD47k7X2TTWtY6oA4cxmLRtxErAyUzRH3yqNtmi3YC\"]},\"src/interfaces/ISablierMerkleLockup.sol\":{\"keccak256\":\"0x84f981ea3772e5fbf5a4847a24493a75c9a65c46e29c786ad3cc8ca64d97610a\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://dc2b662b44fe03da33f54514bc3e7d54d454a98c276adcbe282c64ab0acdf77f\",\"dweb:/ipfs/QmQ42uPTXVH3QWgWN5T6RuLkSGsd7h4qCvbMHd6VFi1c9U\"]},\"src/interfaces/ISablierMerkleSignature.sol\":{\"keccak256\":\"0x2e6e8cc3b951ddc10344883c08d662161efbd5fb5bc4672f77b51aa7ed8bf87d\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://dd48f5c162987c93e45f7f942b7f23817d81ef588bb776816a207639c91e6e4e\",\"dweb:/ipfs/QmQHyHxPG6YVt5BVMYKfb5YWX6cQdp5yMVHoP1u2U3E1ut\"]},\"src/libraries/Errors.sol\":{\"keccak256\":\"0xa3ee6c9b3c089af69190a861a83249eefdf17c699bc5d8d8eb09bf1f997b5287\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://5143b3084210e8ca50ed060546d173443d54d76c8b7431f379ce3706bee6fcde\",\"dweb:/ipfs/QmTzArjMAKy2AmZgEhSA7MfQTNjvttZD7wTuV77zoWMgQi\"]},\"src/libraries/SignatureHash.sol\":{\"keccak256\":\"0xdda32b665c577cf8298f0ee041c392c3b4550acf0ed52f0b09d2d12f1f0e0b08\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://2ea6a30ea8fe835b2c348ee126763dab697d24295e7c284806a7bbb020e2b9e1\",\"dweb:/ipfs/QmaQ65PS4Sq8WraidCaQ7yQGt2Zc4Jv5uZQWmFUCRV3XVM\"]},\"src/types/MerkleBase.sol\":{\"keccak256\":\"0x33004c31ccf302e5da76dbb8476816db31c2c0984fb9c928c45528bbfdef6397\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://55b26d1a6beda8cb76043d2fde56445910ae3e88e8ab20d2c48678e4456beca3\",\"dweb:/ipfs/QmYrMXbpPcjzJen93uFXiBws7fauseuXZcQ9fpbsNbaGN8\"]},\"src/types/MerkleLT.sol\":{\"keccak256\":\"0xf6b6a43cd469f3a3d97d93f08bde61e99e152943ffa674ab6765c130f1fdf955\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://29daf4234845cb12b7c36a27f19102e35d23cc953cdeca7786e01bf8f3803818\",\"dweb:/ipfs/QmcDwDUHaNXbDF6TKgtiFmM5i6GVjJ4SbxrSaBfvp5Vngr\"]},\"src/types/MerkleLockup.sol\":{\"keccak256\":\"0xc193b092bb3e6cc94d8ad16ee3aae1de1930ab39bff6ed13027310454312d59e\",\"license\":\"GPL-3.0-or-later\",\"urls\":[\"bzz-raw://43999a3ff5c0fb5beddc980362fb6c177dcb71480faa840723ab573eeea8fd8f\",\"dweb:/ipfs/QmVP7nwStNrRHmsChSf4qhRAw2wJLAcB83FPkhKQG9XTY7\"]}},\"version\":1}",
  "metadata": {
    "compiler": { "version": "0.8.29+commit.ab55807c" },
    "language": "Solidity",
    "output": {
      "abi": [
        {
          "inputs": [
            {
              "internalType": "struct MerkleLT.ConstructorParams",
              "name": "campaignParams",
              "type": "tuple",
              "components": [
                { "internalType": "string", "name": "campaignName", "type": "string" },
                { "internalType": "uint40", "name": "campaignStartTime", "type": "uint40" },
                { "internalType": "bool", "name": "cancelable", "type": "bool" },
                { "internalType": "enum ClaimType", "name": "claimType", "type": "uint8" },
                { "internalType": "uint40", "name": "expiration", "type": "uint40" },
                { "internalType": "address", "name": "initialAdmin", "type": "address" },
                { "internalType": "string", "name": "ipfsCID", "type": "string" },
                { "internalType": "contract ISablierLockup", "name": "lockup", "type": "address" },
                { "internalType": "bytes32", "name": "merkleRoot", "type": "bytes32" },
                { "internalType": "string", "name": "shape", "type": "string" },
                { "internalType": "contract IERC20", "name": "token", "type": "address" },
                {
                  "internalType": "struct MerkleLT.TrancheWithPercentage[]",
                  "name": "tranchesWithPercentages",
                  "type": "tuple[]",
                  "components": [
                    { "internalType": "UD2x18", "name": "unlockPercentage", "type": "uint64" },
                    { "internalType": "uint40", "name": "duration", "type": "uint40" }
                  ]
                },
                { "internalType": "bool", "name": "transferable", "type": "bool" },
                { "internalType": "uint40", "name": "vestingStartTime", "type": "uint40" }
              ]
            },
            { "internalType": "address", "name": "campaignCreator", "type": "address" },
            { "internalType": "address", "name": "comptroller", "type": "address" }
          ],
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "inputs": [
            { "internalType": "address", "name": "admin", "type": "address" },
            { "internalType": "address", "name": "caller", "type": "address" }
          ],
          "type": "error",
          "name": "CallerNotAdmin"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "x", "type": "uint256" },
            { "internalType": "uint256", "name": "y", "type": "uint256" }
          ],
          "type": "error",
          "name": "PRBMath_MulDiv18_Overflow"
        },
        {
          "inputs": [{ "internalType": "UD60x18", "name": "x", "type": "uint256" }],
          "type": "error",
          "name": "PRBMath_UD60x18_IntoUint128_Overflow"
        },
        {
          "inputs": [
            { "internalType": "address", "name": "comptroller", "type": "address" },
            { "internalType": "address", "name": "caller", "type": "address" }
          ],
          "type": "error",
          "name": "SablierMerkleBase_CallerNotComptroller"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "blockTimestamp", "type": "uint256" },
            { "internalType": "uint40", "name": "expiration", "type": "uint40" }
          ],
          "type": "error",
          "name": "SablierMerkleBase_CampaignExpired"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "blockTimestamp", "type": "uint256" },
            { "internalType": "uint40", "name": "campaignStartTime", "type": "uint40" }
          ],
          "type": "error",
          "name": "SablierMerkleBase_CampaignNotStarted"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "blockTimestamp", "type": "uint256" },
            { "internalType": "uint40", "name": "expiration", "type": "uint40" },
            { "internalType": "uint40", "name": "firstClaimTime", "type": "uint40" }
          ],
          "type": "error",
          "name": "SablierMerkleBase_ClawbackNotAllowed"
        },
        {
          "inputs": [
            { "internalType": "address", "name": "feeRecipient", "type": "address" },
            { "internalType": "uint256", "name": "feeAmount", "type": "uint256" }
          ],
          "type": "error",
          "name": "SablierMerkleBase_FeeTransferFailed"
        },
        {
          "inputs": [{ "internalType": "uint256", "name": "index", "type": "uint256" }],
          "type": "error",
          "name": "SablierMerkleBase_IndexClaimed"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "feePaid", "type": "uint256" },
            { "internalType": "uint256", "name": "minFeeWei", "type": "uint256" }
          ],
          "type": "error",
          "name": "SablierMerkleBase_InsufficientFeePayment"
        },
        { "inputs": [], "type": "error", "name": "SablierMerkleBase_InvalidProof" },
        {
          "inputs": [
            { "internalType": "uint256", "name": "currentMinFeeUSD", "type": "uint256" },
            { "internalType": "uint256", "name": "newMinFeeUSD", "type": "uint256" }
          ],
          "type": "error",
          "name": "SablierMerkleBase_NewMinFeeUSDNotLower"
        },
        { "inputs": [], "type": "error", "name": "SablierMerkleBase_SponsorAmountZero" },
        { "inputs": [], "type": "error", "name": "SablierMerkleBase_ToZeroAddress" },
        {
          "inputs": [
            { "internalType": "enum ClaimType", "name": "claimTypeRequired", "type": "uint8" },
            { "internalType": "enum ClaimType", "name": "claimTypeSupported", "type": "uint8" }
          ],
          "type": "error",
          "name": "SablierMerkleBase_UnsupportedClaimType"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "expireAt", "type": "uint256" },
            { "internalType": "uint256", "name": "blockTimestamp", "type": "uint256" }
          ],
          "type": "error",
          "name": "SablierMerkleSignature_AttestationExpired"
        },
        { "inputs": [], "type": "error", "name": "SablierMerkleSignature_AttestorNotSet" },
        {
          "inputs": [
            { "internalType": "address", "name": "caller", "type": "address" },
            { "internalType": "address", "name": "campaignAdmin", "type": "address" },
            { "internalType": "address", "name": "comptroller", "type": "address" }
          ],
          "type": "error",
          "name": "SablierMerkleSignature_CallerNotAuthorized"
        },
        { "inputs": [], "type": "error", "name": "SablierMerkleSignature_InvalidSignature" },
        {
          "inputs": [
            { "internalType": "uint40", "name": "validFrom", "type": "uint40" },
            { "internalType": "uint40", "name": "blockTimestamp", "type": "uint40" }
          ],
          "type": "error",
          "name": "SablierMerkleSignature_SignatureNotYetValid"
        },
        {
          "inputs": [{ "internalType": "address", "name": "token", "type": "address" }],
          "type": "error",
          "name": "SafeERC20FailedOperation"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "index", "type": "uint256", "indexed": false },
            { "internalType": "address", "name": "recipient", "type": "address", "indexed": true },
            { "internalType": "uint128", "name": "amount", "type": "uint128", "indexed": false },
            { "internalType": "address", "name": "to", "type": "address", "indexed": false },
            { "internalType": "bool", "name": "viaSig", "type": "bool", "indexed": false }
          ],
          "type": "event",
          "name": "ClaimLTWithTransfer",
          "anonymous": false
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "index", "type": "uint256", "indexed": false },
            { "internalType": "address", "name": "recipient", "type": "address", "indexed": true },
            { "internalType": "uint128", "name": "amount", "type": "uint128", "indexed": false },
            { "internalType": "uint256", "name": "streamId", "type": "uint256", "indexed": true },
            { "internalType": "address", "name": "to", "type": "address", "indexed": false },
            { "internalType": "bool", "name": "viaSig", "type": "bool", "indexed": false }
          ],
          "type": "event",
          "name": "ClaimLTWithVesting",
          "anonymous": false
        },
        {
          "inputs": [
            { "internalType": "address", "name": "admin", "type": "address", "indexed": true },
            { "internalType": "address", "name": "to", "type": "address", "indexed": true },
            { "internalType": "uint128", "name": "amount", "type": "uint128", "indexed": false }
          ],
          "type": "event",
          "name": "Clawback",
          "anonymous": false
        },
        {
          "inputs": [
            { "internalType": "address", "name": "comptroller", "type": "address", "indexed": true },
            { "internalType": "uint256", "name": "newMinFeeUSD", "type": "uint256", "indexed": false },
            { "internalType": "uint256", "name": "previousMinFeeUSD", "type": "uint256", "indexed": false }
          ],
          "type": "event",
          "name": "LowerMinFeeUSD",
          "anonymous": false
        },
        {
          "inputs": [
            { "internalType": "address", "name": "caller", "type": "address", "indexed": true },
            { "internalType": "address", "name": "previousAttestor", "type": "address", "indexed": true },
            { "internalType": "address", "name": "newAttestor", "type": "address", "indexed": true }
          ],
          "type": "event",
          "name": "SetAttestor",
          "anonymous": false
        },
        {
          "inputs": [
            { "internalType": "address", "name": "caller", "type": "address", "indexed": true },
            { "internalType": "contract IERC20", "name": "token", "type": "address", "indexed": true },
            { "internalType": "uint128", "name": "amount", "type": "uint128", "indexed": false },
            { "internalType": "address", "name": "biller", "type": "address", "indexed": true }
          ],
          "type": "event",
          "name": "Sponsor",
          "anonymous": false
        },
        {
          "inputs": [
            { "internalType": "address", "name": "oldAdmin", "type": "address", "indexed": true },
            { "internalType": "address", "name": "newAdmin", "type": "address", "indexed": true }
          ],
          "type": "event",
          "name": "TransferAdmin",
          "anonymous": false
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "CAMPAIGN_START_TIME",
          "outputs": [{ "internalType": "uint40", "name": "", "type": "uint40" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "CLAIM_TYPE",
          "outputs": [{ "internalType": "enum ClaimType", "name": "", "type": "uint8" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "COMPTROLLER",
          "outputs": [{ "internalType": "address", "name": "", "type": "address" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "EXPIRATION",
          "outputs": [{ "internalType": "uint40", "name": "", "type": "uint40" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "IS_SABLIER_MERKLE",
          "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "MERKLE_ROOT",
          "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "SABLIER_LOCKUP",
          "outputs": [{ "internalType": "contract ISablierLockup", "name": "", "type": "address" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "STREAM_CANCELABLE",
          "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "STREAM_TRANSFERABLE",
          "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "TOKEN",
          "outputs": [{ "internalType": "contract IERC20", "name": "", "type": "address" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "VESTING_START_TIME",
          "outputs": [{ "internalType": "uint40", "name": "", "type": "uint40" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "admin",
          "outputs": [{ "internalType": "address", "name": "", "type": "address" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "attestor",
          "outputs": [{ "internalType": "address", "name": "", "type": "address" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "calculateMinFeeWei",
          "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "campaignName",
          "outputs": [{ "internalType": "string", "name": "", "type": "string" }]
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "index", "type": "uint256" },
            { "internalType": "address", "name": "recipient", "type": "address" },
            { "internalType": "uint128", "name": "amount", "type": "uint128" },
            { "internalType": "bytes32[]", "name": "merkleProof", "type": "bytes32[]" }
          ],
          "stateMutability": "payable",
          "type": "function",
          "name": "claim"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "index", "type": "uint256" },
            { "internalType": "address", "name": "to", "type": "address" },
            { "internalType": "uint128", "name": "amount", "type": "uint128" },
            { "internalType": "bytes32[]", "name": "merkleProof", "type": "bytes32[]" }
          ],
          "stateMutability": "payable",
          "type": "function",
          "name": "claimTo"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "index", "type": "uint256" },
            { "internalType": "address", "name": "to", "type": "address" },
            { "internalType": "uint128", "name": "amount", "type": "uint128" },
            { "internalType": "uint40", "name": "expireAt", "type": "uint40" },
            { "internalType": "bytes32[]", "name": "merkleProof", "type": "bytes32[]" },
            { "internalType": "bytes", "name": "attestation", "type": "bytes" }
          ],
          "stateMutability": "payable",
          "type": "function",
          "name": "claimViaAttestation"
        },
        {
          "inputs": [
            { "internalType": "uint256", "name": "index", "type": "uint256" },
            { "internalType": "address", "name": "recipient", "type": "address" },
            { "internalType": "address", "name": "to", "type": "address" },
            { "internalType": "uint128", "name": "amount", "type": "uint128" },
            { "internalType": "uint40", "name": "validFrom", "type": "uint40" },
            { "internalType": "bytes32[]", "name": "merkleProof", "type": "bytes32[]" },
            { "internalType": "bytes", "name": "signature", "type": "bytes" }
          ],
          "stateMutability": "payable",
          "type": "function",
          "name": "claimViaSig"
        },
        {
          "inputs": [{ "internalType": "address", "name": "recipient", "type": "address" }],
          "stateMutability": "view",
          "type": "function",
          "name": "claimedStreams",
          "outputs": [{ "internalType": "uint256[]", "name": "", "type": "uint256[]" }]
        },
        {
          "inputs": [
            { "internalType": "address", "name": "to", "type": "address" },
            { "internalType": "uint128", "name": "amount", "type": "uint128" }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "clawback"
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "domainSeparator",
          "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "firstClaimTime",
          "outputs": [{ "internalType": "uint40", "name": "", "type": "uint40" }]
        },
        {
          "inputs": [{ "internalType": "uint256", "name": "index", "type": "uint256" }],
          "stateMutability": "view",
          "type": "function",
          "name": "hasClaimed",
          "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "hasExpired",
          "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "ipfsCID",
          "outputs": [{ "internalType": "string", "name": "", "type": "string" }]
        },
        {
          "inputs": [{ "internalType": "uint256", "name": "newMinFeeUSD", "type": "uint256" }],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "lowerMinFeeUSD"
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "minFeeUSD",
          "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }]
        },
        {
          "inputs": [{ "internalType": "address", "name": "newAttestor", "type": "address" }],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "setAttestor"
        },
        {
          "inputs": [
            { "internalType": "contract IERC20", "name": "token", "type": "address" },
            { "internalType": "uint128", "name": "amount", "type": "uint128" },
            { "internalType": "address", "name": "biller", "type": "address" }
          ],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "sponsor"
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "streamShape",
          "outputs": [{ "internalType": "string", "name": "", "type": "string" }]
        },
        {
          "inputs": [],
          "stateMutability": "view",
          "type": "function",
          "name": "tranchesWithPercentages",
          "outputs": [
            {
              "internalType": "struct MerkleLT.TrancheWithPercentage[]",
              "name": "",
              "type": "tuple[]",
              "components": [
                { "internalType": "UD2x18", "name": "unlockPercentage", "type": "uint64" },
                { "internalType": "uint40", "name": "duration", "type": "uint40" }
              ]
            }
          ]
        },
        {
          "inputs": [{ "internalType": "address", "name": "newAdmin", "type": "address" }],
          "stateMutability": "nonpayable",
          "type": "function",
          "name": "transferAdmin"
        }
      ],
      "devdoc": {
        "kind": "dev",
        "methods": {
          "claim(uint256,address,uint128,bytes32[])": {
            "details": "It emits either {ClaimLTWithTransfer} or {ClaimLTWithVesting} event. Requirements: - `CLAIM_TYPE` must be `DEFAULT`. - The current time must be greater than or equal to the campaign start time. - The campaign must not have expired. - `msg.value` must not be less than the value returned by {COMPTROLLER.calculateMinFeeWei}. - The `index` must not be claimed already. - The Merkle proof must be valid. - All requirements from {ISablierLockupTranched.createWithTimestampsLT} must be met.",
            "params": {
              "amount": "The amount of ERC-20 tokens allocated to the recipient.",
              "index": "The index of the recipient in the Merkle tree.",
              "merkleProof": "The proof of inclusion in the Merkle tree.",
              "recipient": "The address of the airdrop recipient."
            }
          },
          "claimTo(uint256,address,uint128,bytes32[])": {
            "details": "It emits either {ClaimLTWithTransfer} or {ClaimLTWithVesting} event. Requirements: - `CLAIM_TYPE` must be `DEFAULT`. - `msg.sender` must be the airdrop recipient. - The `to` must not be the zero address. - Refer to the requirements in {claim}.",
            "params": {
              "amount": "The amount of ERC-20 tokens allocated to the `msg.sender`.",
              "index": "The index of the `msg.sender` in the Merkle tree.",
              "merkleProof": "The proof of inclusion in the Merkle tree.",
              "to": "The address to which Lockup stream or ERC-20 tokens will be sent on behalf of `msg.sender`."
            }
          },
          "claimViaAttestation(uint256,address,uint128,uint40,bytes32[],bytes)": {
            "details": "It emits either {ClaimLTWithTransfer} or {ClaimLTWithVesting} event. Notes: - The attestation must be an EIP-712 signature from the attestor. - See the example in the {claimViaSig} function. - If the attestor is not set in the campaign, the attestor from the comptroller is used. Requirements: - `msg.sender` must be the airdrop recipient. - `CLAIM_TYPE` must be `ATTEST`. - The `to` must not be the zero address. - The attestor must not be the zero address. - The `expireAt` timestamp must not be in the past. - The attestation signature must be valid. - Refer to the requirements in {claim}.",
            "params": {
              "amount": "The amount of ERC-20 tokens allocated to the `msg.sender`.",
              "attestation": "The EIP-712 signature from the attestor.",
              "expireAt": "The timestamp after which the attestation signature is no longer valid.",
              "index": "The index of the `msg.sender` in the Merkle tree.",
              "merkleProof": "The proof of inclusion in the Merkle tree.",
              "to": "The address to which Lockup stream or ERC-20 tokens will be sent on behalf of `msg.sender`."
            }
          },
          "claimViaSig(uint256,address,address,uint128,uint40,bytes32[],bytes)": {
            "details": "It emits either {ClaimLTWithTransfer} or {ClaimLTWithVesting} event. Requirements: - `CLAIM_TYPE` must be `DEFAULT`. - If `recipient` is an EOA, it must match the recovered signer. - If `recipient` is a contract, it must implement the IERC-1271 interface. - The `to` must not be the zero address. - The `validFrom` must be less than or equal to the current block timestamp. - Refer to the requirements in {claim}. Below is the example of typed data to be signed by the airdrop recipient, referenced from https://docs.metamask.io/wallet/how-to/sign-data/#example. ```json types: {   EIP712Domain: [     { name: \"name\", type: \"string\" },     { name: \"chainId\", type: \"uint256\" },     { name: \"verifyingContract\", type: \"address\" },   ],   Claim: [     { name: \"index\", type: \"uint256\" },     { name: \"recipient\", type: \"address\" },     { name: \"to\", type: \"address\" },     { name: \"amount\", type: \"uint128\" },     { name: \"validFrom\", type: \"uint40\" },   ], }, domain: {   name: \"Sablier Airdrops Protocol\",   chainId: 1, // Chain on which the contract is deployed   verifyingContract: \"0xTheAddressOfThisContract\", // The address of this contract }, primaryType: \"Claim\", message: {   index: 2, // The index of the signer in the Merkle tree   recipient: \"0xTheAddressOfTheRecipient\", // The address of the airdrop recipient   to: \"0xTheAddressReceivingTheTokens\", // The address where recipient wants to transfer the tokens   amount: \"1000000000000000000000\", // The amount of tokens allocated to the recipient   validFrom: 1752425637 // The timestamp from which the claim signature is valid }, ```",
            "params": {
              "amount": "The amount of ERC-20 tokens allocated to the recipient.",
              "index": "The index of the recipient in the Merkle tree.",
              "merkleProof": "The proof of inclusion in the Merkle tree.",
              "recipient": "The address of the airdrop recipient who is providing the signature.",
              "signature": "The EIP-712 or EIP-1271 signature from the airdrop recipient.",
              "to": "The address to which Lockup stream or ERC-20 tokens will be sent on behalf of the recipient.",
              "validFrom": "The timestamp from which the claim signature is valid."
            }
          },
          "clawback(address,uint128)": {
            "details": "Emits a {Clawback} event. Requirements: - `msg.sender` must be the admin. - No claim must be made, OR   The current timestamp must not exceed 7 days after the first claim, OR   The campaign must be expired.",
            "params": { "amount": "The amount of tokens to claw back.", "to": "The address to receive the tokens." }
          },
          "constructor": {
            "details": "Constructs the contract by initializing the immutable state variables, and max approving the Lockup contract."
          },
          "hasClaimed(uint256)": {
            "details": "Uses a bitmap to save gas.",
            "params": { "index": "The index of the recipient to check." }
          },
          "lowerMinFeeUSD(uint256)": {
            "details": "Emits a {LowerMinFeeUSD} event. Requirements: - `msg.sender` must be the comptroller. - The new fee must be less than the current {minFeeUSD}.",
            "params": { "newMinFeeUSD": "The new min USD fee to set, denominated in 8 decimals." }
          },
          "setAttestor(address)": {
            "details": "Emits a {SetAttestor} event. Requirements: - `msg.sender` must be either the comptroller or the campaign admin.",
            "params": {
              "newAttestor": "The new attestor address. If zero, the attestor from the comptroller will be used."
            }
          },
          "sponsor(address,uint128,address)": {
            "details": "Emits a {Sponsor} event. Notes: - This function only makes the payment. The claim fees are updated only after the payment has been verified off-chain. - Refer to the Sablier website in order to sponsor with the correct token, otherwise the sponsorship may be ignored. Requirements: - `biller` must not be the zero address. - `amount` must be greater than zero. - `token` must not be the zero address and must be a valid ERC20 token. - `msg.sender` must have approved the contract to spend the tokens.",
            "params": {
              "amount": "The amount of tokens to transfer.",
              "biller": "The address to receive the tokens.",
              "token": "The ERC-20 token to transfer."
            }
          },
          "transferAdmin(address)": {
            "details": "Notes: - Does not revert if the admin is the same. - This function can potentially leave the contract without an admin, thereby removing any functionality that is only available to the admin. Requirements: - `msg.sender` must be the contract admin.",
            "params": { "newAdmin": "The address of the new admin." }
          }
        },
        "version": 1
      },
      "userdoc": {
        "kind": "user",
        "methods": {
          "CAMPAIGN_START_TIME()": { "notice": "The timestamp at which campaign starts and claim begins." },
          "CLAIM_TYPE()": { "notice": "Retrieves the claim type supported by the campaign." },
          "COMPTROLLER()": { "notice": "Retrieves the address of the comptroller contract." },
          "EXPIRATION()": {
            "notice": "The cut-off point for the campaign, as a Unix timestamp. A value of zero means there is no expiration."
          },
          "IS_SABLIER_MERKLE()": {
            "notice": "Returns `true` indicating that this campaign contract is deployed using the Sablier Factory."
          },
          "MERKLE_ROOT()": { "notice": "The root of the Merkle tree used to validate the proofs of inclusion." },
          "SABLIER_LOCKUP()": { "notice": "The address of the {SablierLockup} contract." },
          "STREAM_CANCELABLE()": { "notice": "A flag indicating whether the streams can be canceled." },
          "STREAM_TRANSFERABLE()": { "notice": "A flag indicating whether the stream NFTs are transferable." },
          "TOKEN()": { "notice": "The ERC-20 token to distribute." },
          "VESTING_START_TIME()": {
            "notice": "Retrieves the start time of the vesting stream, as a Unix timestamp. Zero is a sentinel value for `block.timestamp`."
          },
          "admin()": { "notice": "The address of the admin account or contract." },
          "attestor()": { "notice": "Retrieves the attestor address used for creating attestation signatures." },
          "calculateMinFeeWei()": { "notice": "Calculates the minimum fee in wei required to claim the airdrop." },
          "campaignName()": { "notice": "Retrieves the name of the campaign." },
          "claim(uint256,address,uint128,bytes32[])": {
            "notice": "Claim airdrop on behalf of eligible recipient. If the vesting end time is in the future, it creates a Lockup Tranched stream, otherwise it transfers the tokens directly to the recipient address."
          },
          "claimTo(uint256,address,uint128,bytes32[])": {
            "notice": "Claim airdrop. If the vesting end time is in the future, it creates a Lockup Tranched stream with `to` address as the stream recipient, otherwise it transfers the tokens directly to the `to` address."
          },
          "claimViaAttestation(uint256,address,uint128,uint40,bytes32[],bytes)": {
            "notice": "Claim airdrop using an external attestation from a trusted attestor (e.g., KYC verifier). If the vesting end time is in the future, it creates a Lockup Tranched stream with `to` address as the stream recipient, otherwise it transfers the tokens directly to the `to` address."
          },
          "claimViaSig(uint256,address,address,uint128,uint40,bytes32[],bytes)": {
            "notice": "Claim airdrop on behalf of eligible recipient using an EIP-712 or EIP-1271 signature. If the vesting end time is in the future, it creates a Lockup Tranched stream with `to` address as the stream recipient, otherwise it transfers the tokens directly to the `to` address."
          },
          "claimedStreams(address)": {
            "notice": "Retrieves the stream IDs associated with the airdrops claimed by the provided recipient. In practice, most campaigns will only have one stream per recipient."
          },
          "clawback(address,uint128)": { "notice": "Claws back the unclaimed tokens." },
          "domainSeparator()": {
            "notice": "The domain separator, as required by EIP-712 and EIP-1271, used for signing claims to prevent replay attacks across different campaigns."
          },
          "firstClaimTime()": {
            "notice": "Retrieves the timestamp when the first claim is made, and zero if no claim was made yet."
          },
          "hasClaimed(uint256)": {
            "notice": "Returns a flag indicating whether a claim has been made for a given index."
          },
          "hasExpired()": { "notice": "Returns a flag indicating whether the campaign has expired." },
          "ipfsCID()": { "notice": "The content identifier for indexing the campaign on IPFS." },
          "lowerMinFeeUSD(uint256)": { "notice": "Lowers the min USD fee." },
          "minFeeUSD()": {
            "notice": "Retrieves the min USD fee required to claim the airdrop, denominated in 8 decimals."
          },
          "setAttestor(address)": { "notice": "Sets the attestor address used for verifying attestation signatures." },
          "sponsor(address,uint128,address)": { "notice": "Sponsors the claim fees for eligible recipients." },
          "streamShape()": { "notice": "Retrieves the shape of the Lockup stream created upon claiming." },
          "tranchesWithPercentages()": {
            "notice": "Retrieves the tranches with their respective unlock percentages and durations."
          },
          "transferAdmin(address)": { "notice": "Transfers the contract admin to a new address." }
        },
        "version": 1
      }
    },
    "settings": {
      "remappings": [
        "@arbitrum/=node_modules/@arbitrum/",
        "@chainlink/=node_modules/@chainlink/",
        "@eth-optimism/=node_modules/@eth-optimism/",
        "@offchainlabs/=node_modules/@offchainlabs/",
        "@openzeppelin/=node_modules/@openzeppelin/",
        "@prb/=node_modules/@prb/",
        "@sablier/=node_modules/@sablier/",
        "@scroll-tech/=node_modules/@scroll-tech/",
        "@zksync/=node_modules/@zksync/",
        "forge-std/=node_modules/forge-std/",
        "murky/=node_modules/murky/",
        "openzeppelin-contracts/=node_modules/murky/lib/openzeppelin-contracts/",
        "solady/=node_modules/solady/",
        "solarray/=node_modules/solarray/"
      ],
      "optimizer": { "enabled": true, "runs": 60000 },
      "metadata": { "bytecodeHash": "ipfs" },
      "compilationTarget": { "src/SablierMerkleLT.sol": "SablierMerkleLT" },
      "evmVersion": "shanghai",
      "libraries": {},
      "viaIR": true
    },
    "sources": {
      "node_modules/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.sol": {
        "keccak256": "0x257a8d28fa83d3d942547c8e129ef465e4b5f3f31171e7be4739a4c98da6b4f0",
        "urls": [
          "bzz-raw://6d39e11b1dc7b9b8ccdabbc9be442ab7cda4a81c748f57e316dcb1bcb4a28bf9",
          "dweb:/ipfs/QmaG6vz6W6iEUBsbHSBob5mdcitYxWjoygxREHpsJHfWrS"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/interfaces/IERC1271.sol": {
        "keccak256": "0x3d4cd07258d675b6dfa3d9dfd623a77b38fb9935f4a5381ff4bc969948720976",
        "urls": [
          "bzz-raw://30abb60a4d98ad9a33de4fa5e9072342e12df3a79e9c71b5f59ce049ae8cd535",
          "dweb:/ipfs/QmT6NXJDjsf8H14nPYQsFELDB8q5ZTmG9cjdX2bEQJW7ST"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/interfaces/IERC1363.sol": {
        "keccak256": "0x9b6b3e7803bc5f2f8cd7ad57db8ac1def61a9930a5a3107df4882e028a9605d7",
        "urls": [
          "bzz-raw://da62d6be1f5c6edf577f0cb45666a8aa9c2086a4bac87d95d65f02e2f4c36a4b",
          "dweb:/ipfs/QmNkpvBpoCMvX8JwAFNSc5XxJ2q5BXJpL5L1txb4QkqVFF"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/interfaces/IERC165.sol": {
        "keccak256": "0xde7e9fd9aee8d4f40772f96bb3b58836cbc6dfc0227014a061947f8821ea9724",
        "urls": [
          "bzz-raw://11fea9f8bc98949ac6709f0c1699db7430d2948137aa94d5a9e95a91f61a710a",
          "dweb:/ipfs/QmQdfRXxQjwP6yn3DVo1GHPpriKNcFghSPi94Z1oKEFUNS"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/interfaces/IERC20.sol": {
        "keccak256": "0xce41876e78d1badc0512229b4d14e4daf83bc1003d7f83978d18e0e56f965b9c",
        "urls": [
          "bzz-raw://a2608291cb038b388d80b79a06b6118a42f7894ff67b7da10ec0dbbf5b2973ba",
          "dweb:/ipfs/QmWohqcBLbcxmA4eGPhZDXe5RYMMEEpFq22nfkaUMvTfw1"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/interfaces/IERC4906.sol": {
        "keccak256": "0x1b8691e244f6e11d987459993671db0af33e6a29f7805eac6a9925cc6b601957",
        "urls": [
          "bzz-raw://a9e2a5efc2e14e98f5fe91bbab769199b4987a40dd3b96075b04957fda2ae80f",
          "dweb:/ipfs/QmbAjrSSVBiJ6MbgF7Jkr53m674iGMZ6haWbbRrWDZJraK"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/interfaces/IERC721.sol": {
        "keccak256": "0xc4d7ebf63eb2f6bf3fee1b6c0ee775efa9f31b4843a5511d07eea147e212932d",
        "urls": [
          "bzz-raw://01c66a2fad66bc710db7510419a7eee569b40b67cd9f01b70a3fc90d6f76c03b",
          "dweb:/ipfs/QmT1CjJZq4eTNA4nu8E9ZrWfaZu6ReUsDbjcK8DbEFqwx5"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol": {
        "keccak256": "0xc42facb5094f2f35f066a7155bda23545e39a3156faef3ddc00185544443ba7d",
        "urls": [
          "bzz-raw://d3b36282ab029b46bd082619a308a2ea11c309967b9425b7b7a6eb0b0c1c3196",
          "dweb:/ipfs/QmP2YVfDB2FoREax3vJu7QhDnyYRMw52WPrCD4vdT2kuDA"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol": {
        "keccak256": "0xe06a3f08a987af6ad2e1c1e774405d4fe08f1694b67517438b467cecf0da0ef7",
        "urls": [
          "bzz-raw://df6f0c459663c9858b6cba2cda1d14a7d05a985bed6d2de72bd8e78c25ee79db",
          "dweb:/ipfs/QmeTTxZ7qVk9rjEv2R4CpCwdf8UMCcRqDNMvzNxHc3Fnn9"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol": {
        "keccak256": "0x982c5cb790ab941d1e04f807120a71709d4c313ba0bfc16006447ffbd27fbbd5",
        "urls": [
          "bzz-raw://8150ceb4ac947e8a442b2a9c017e01e880b2be2dd958f1fa9bc405f4c5a86508",
          "dweb:/ipfs/QmbcBmFX66AY6Kbhnd5gx7zpkgqnUafo43XnmayAM7zVdB"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/token/ERC721/IERC721.sol": {
        "keccak256": "0x5dc63d1c6a12fe1b17793e1745877b2fcbe1964c3edfd0a482fac21ca8f18261",
        "urls": [
          "bzz-raw://6b7f97c5960a50fd1822cb298551ffc908e37b7893a68d6d08bce18a11cb0f11",
          "dweb:/ipfs/QmQQvxBytoY1eBt3pRQDmvH2hZ2yjhs12YqVfzGm7KSURq"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol": {
        "keccak256": "0x37d1aaaa5a2908a09e9dcf56a26ddf762ecf295afb5964695937344fc6802ce1",
        "urls": [
          "bzz-raw://ed0bfc1b92153c5000e50f4021367b931bbe96372ac6facec3c4961b72053d02",
          "dweb:/ipfs/Qmbwp8VDerjS5SV1quwHH1oMXxPQ93fzfLVqJ2RCqbowGE"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/Panic.sol": {
        "keccak256": "0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a",
        "urls": [
          "bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a",
          "dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/Strings.sol": {
        "keccak256": "0x81c274a60a7ae232ae3dc9ff3a4011b4849a853c13b0832cd3351bb1bb2f0dae",
        "urls": [
          "bzz-raw://9da0c20dc74358a2a76330818f3bac9d1e2ce3371aec847b9cbf5d147fbae4f6",
          "dweb:/ipfs/QmeczhmnFv1hbXKGLwbYXY6Rrytc9a5A2YaRi5QMMgjPnb"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/cryptography/ECDSA.sol": {
        "keccak256": "0x69f54c02b7d81d505910ec198c11ed4c6a728418a868b906b4a0cf29946fda84",
        "urls": [
          "bzz-raw://8e25e4bdb7ae1f21d23bfee996e22736fc0ab44cfabedac82a757b1edc5623b9",
          "dweb:/ipfs/QmQdWQvB6JCP9ZMbzi8EvQ1PTETqkcTWrbcVurS7DKpa5n"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/cryptography/Hashes.sol": {
        "keccak256": "0x8cbd338f083224b4b6f0ff42cbda641a0a6c31ffcdca197452b97fe4d0918269",
        "urls": [
          "bzz-raw://f517dec5ba0c6491395acbf7f1d621f4e89e8f218bf5303c867b1c5ad70c6b11",
          "dweb:/ipfs/QmWmXHRLEw8W6ckth7NyYTU88YfvuS7xSsfae5ksL8qNUe"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol": {
        "keccak256": "0x36a0c409c437a753cac9b92b75f93b0fbe92803bf2c8ff1517e54b247f166134",
        "urls": [
          "bzz-raw://0f91ba472de411aa557cdbf6560c40750d87bd11c9060bc04d2ba7119af9d5a6",
          "dweb:/ipfs/QmQjtYo2i7dDvzCEzZ67bDoNSG4RrwMoxPWuqFmX5Xzpuw"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol": {
        "keccak256": "0x26670fef37d4adf55570ba78815eec5f31cb017e708f61886add4fc4da665631",
        "urls": [
          "bzz-raw://b16d45febff462bafd8a5669f904796a835baf607df58a8461916d3bf4f08c59",
          "dweb:/ipfs/QmU2eJFpjmT4vxeJWJyLeQb8Xht1kdB8Y6MKLDPFA9WPux"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol": {
        "keccak256": "0xbdc3bb48ccedb818cd75a6d74a16df55a822e9f6d3cc54c59f576f10aab67b5f",
        "urls": [
          "bzz-raw://2284f25f2478f419d7781573b17a89d0e7c5589a865d55e2d6ed5163aee23aa8",
          "dweb:/ipfs/QmNsr2625APBQiNKpYnX5VcSnYgfUHR9Uzzp9pRXjoDqK7"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol": {
        "keccak256": "0x79796192ec90263f21b464d5bc90b777a525971d3de8232be80d9c4f9fb353b8",
        "urls": [
          "bzz-raw://f6fda447a62815e8064f47eff0dd1cf58d9207ad69b5d32280f8d7ed1d1e4621",
          "dweb:/ipfs/QmfDRc7pxfaXB2Dh9np5Uf29Na3pQ7tafRS684wd3GLjVL"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/math/Math.sol": {
        "keccak256": "0x1225214420c83ebcca88f2ae2b50f053aaa7df7bd684c3e878d334627f2edfc6",
        "urls": [
          "bzz-raw://6c5fab4970634f9ab9a620983dc1c8a30153981a0b1a521666e269d0a11399d3",
          "dweb:/ipfs/QmVRnBC575MESGkEHndjujtR7qub2FzU9RWy9eKLp4hPZB"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/math/SafeCast.sol": {
        "keccak256": "0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54",
        "urls": [
          "bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8",
          "dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/math/SignedMath.sol": {
        "keccak256": "0xb1970fac7b64e6c09611e6691791e848d5e3fe410fa5899e7df2e0afd77a99e3",
        "urls": [
          "bzz-raw://db5fbb3dddd8b7047465b62575d96231ba8a2774d37fb4737fbf23340fabbb03",
          "dweb:/ipfs/QmVUSvooZKEdEdap619tcJjTLcAuH6QBdZqAzWwnAXZAWJ"
        ],
        "license": "MIT"
      },
      "node_modules/@openzeppelin/contracts/utils/structs/BitMaps.sol": {
        "keccak256": "0x3616f1b0d0a9ee1ca8f0953ecaceb9230e36f691c7974d30f964212acff52d2b",
        "urls": [
          "bzz-raw://d4bebdd07b31ac28e3e596ac6f0333da90a4e332405aa7d65f3a3a7e0b4cf15e",
          "dweb:/ipfs/QmckoDU5bBnye2UtPcrfJNahLD2FbxrnPP9nrREMWPpnug"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/Common.sol": {
        "keccak256": "0x8225a3898d2f11f585da1fb82234800e9717fa080dbe53d450fd429a3a632e99",
        "urls": [
          "bzz-raw://2dcbf39ca575f68f32f0d1c66391de94082424956e7585e849813966f8c0fc05",
          "dweb:/ipfs/QmYvk8vXFDUJHrmqbtutYXfoLomLBosYLyBzuPoYBxsQ42"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/UD2x18.sol": {
        "keccak256": "0xfb624e24cd8bb790fa08e7827819de85504a86e20e961fa4ad126c65b6d90641",
        "urls": [
          "bzz-raw://dd795b8df250e7eedc68e2dba1afbb60357ce8f22f21bed212b5a9046d2057d2",
          "dweb:/ipfs/QmUHtrSr8Gb6bvSe2rCWPA5YrJq72UiJARYr1gZqFVRsYH"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/UD60x18.sol": {
        "keccak256": "0xb98c6f74275914d279e8af6c502c2b1f50d5f6e1ed418d3b0153f5a193206c48",
        "urls": [
          "bzz-raw://a750edde2955f160806a51083a12185fb04e20efca0e3a7ebd127dc1acc049a9",
          "dweb:/ipfs/QmeAre3mThopoQPB9mSXZq6jck59QZ7JbDFR83urd2SLvp"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd1x18/Casting.sol": {
        "keccak256": "0x5d365f655f01598926c5d4fe5cda277f2cc7736fe38f943c11a32009077ddd5c",
        "urls": [
          "bzz-raw://56b378bd6039819bc12e5f17dabd9492e1410b3281f9df496cf8210539101a11",
          "dweb:/ipfs/QmcMaE64ZWMg9cFhYxdTuG8nfzeDdNuTRHMMoFXi6tSZGu"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd1x18/Constants.sol": {
        "keccak256": "0xc14cc32061863d83912f9616de86f3c34f1ac58614b7d504c6ce07ee8efdb8e8",
        "urls": [
          "bzz-raw://22483b1282dda6a556b0232f008a5a3296bbfd76b1886e6b72bf351b7c554fab",
          "dweb:/ipfs/QmYX9cYkrFxBbhZNKsb6uUxtrc2chmAj7vuc7UKRPGMwos"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd1x18/Errors.sol": {
        "keccak256": "0xc3c8b1ab3d19889c356c222a3a2186d45dfc1d3a17b9ad88159bb64ee457baa6",
        "urls": [
          "bzz-raw://84fbe57569246403f778330bd7723018dfcb5f0ec50d7b1d82cc983c94a54bca",
          "dweb:/ipfs/QmWssAAnovc2EVjt58rTnxraE9B1RMivwTvYCYgpnr6oSE"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd1x18/ValueType.sol": {
        "keccak256": "0xaa9dc7b562faf45264390d80e2ea10c5295bb8a4f10d76261a3f9c04363734c0",
        "urls": [
          "bzz-raw://c6ca36acd15f5cb47cf124ddec289f84e1011f2d29056159e4570435629a3353",
          "dweb:/ipfs/QmUKdiLmZpAkNCq2TKxrPbQPUhiRFXGfjGSnY1VeHVu4y6"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd21x18/Casting.sol": {
        "keccak256": "0x4a16adddb9ab1f6939dd4567c77205015a11081cb840029b84bbb6fdaf78ee36",
        "urls": [
          "bzz-raw://5003b2f4cd2fc1413da36bc63107c6e83a88d29693e8f97b54f300fa78f9c6d2",
          "dweb:/ipfs/QmaNJn91NLrZmeeGqnFQV1FTrLVSW852zHyWTrWJ5pf1pd"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd21x18/Constants.sol": {
        "keccak256": "0x501c2d5cfdea9450422182059c8df1cb6a859901a07bd59631c3fa24edcc79d4",
        "urls": [
          "bzz-raw://4669a65001c92919671fd879d33ce0e5030b602a7ba4d36bd2308128d8d1f396",
          "dweb:/ipfs/QmUC3bJ3qdkCmLMw3WHBcEqvuC4tExT2LXzUhgu5KQ3vi3"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd21x18/Errors.sol": {
        "keccak256": "0xc5422ee47eb139274e538e758fb40177a1ba22c2113ef3b3446102f0150bfe0a",
        "urls": [
          "bzz-raw://a1981e052e9e86e1b0e4e55a057a7af4739aedd4ead2d60e3eaa40fb703594ee",
          "dweb:/ipfs/QmPK5qSujnyk1R8ues4RhDMy1tRKKyjQ31YJTviTKq7GML"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd21x18/ValueType.sol": {
        "keccak256": "0x532bba888370bed393464412f4ef3462d654802e71c953ad02d078e3d2701092",
        "urls": [
          "bzz-raw://922a4e8dd813602f72d165aa1dfdf2c29b971a2abe73bebca7cd81a32ee2c880",
          "dweb:/ipfs/QmTBAJnx1r3sZpbQAuTgQtsTtvjZbpDwhCJRzkhzUumbdf"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd59x18/Casting.sol": {
        "keccak256": "0xdf70d8e70c6d6325f3f7eb028c484bc7189ef902f1d4b5b220af2e550bb5fc39",
        "urls": [
          "bzz-raw://0b15bcd36129c5cb163d57a117435afb171182018dd6d1e766a5f49cf1f4b63d",
          "dweb:/ipfs/QmbjzkMBH4FM2rdxGbx9LQ65wVERijNcu7R9C8dQmH3y4n"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd59x18/Constants.sol": {
        "keccak256": "0x9bcb8dd6b3e886d140ad1c32747a4f6d29a492529ceb835be878ae837aa6cc3a",
        "urls": [
          "bzz-raw://c4045c633e3618e7e90a768d92415b2f20f781fe129b4f4e26fa88f7dbf9201f",
          "dweb:/ipfs/Qmbet95pizwPno82cJ383wJtgQRSQKESmhVZ1vDrgAu7Si"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd59x18/Errors.sol": {
        "keccak256": "0x0a79c28c85fc8a450b0801ff2e66114eac4ec565819f5d1d8738904658fe33e2",
        "urls": [
          "bzz-raw://9e0d4fd3c998019fb8555d9e26c03bec42a8513bdf4185aeac2da3a000abaebf",
          "dweb:/ipfs/QmahFJHXcX4RwPxaQbUf6LVZEk8NSpjCV3Eif7i9iqC6Mk"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd59x18/Helpers.sol": {
        "keccak256": "0x208570f1657cf730cb6c3d81aa14030e0d45cf906cdedea5059369d7df4bb716",
        "urls": [
          "bzz-raw://4c78ca900edafa9338d4e3649a55ab0c84f76468d8a22fb945ba6d01e70f8fed",
          "dweb:/ipfs/QmeP4hQYfNxcATd1FsasdD4ebyu2vrC9K1N68swxUJzzZD"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd59x18/Math.sol": {
        "keccak256": "0xd8e8b51db9b3e2fa31a60f6b8ce4ea0112c3364442ede5992aa0aa7a2c925c84",
        "urls": [
          "bzz-raw://3c56913970e34ee7b142047b21f1856a511cbdc3473b7c50418a8490e19cd462",
          "dweb:/ipfs/QmfG1F9CBDjPYD7NXora9awFfdpvBMY9SCg5pMLCFRv9tD"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/sd59x18/ValueType.sol": {
        "keccak256": "0x76597ba64d37d66e0178512bc9bbc1a031a7634c45e5d5c6e9da87f46952dc9d",
        "urls": [
          "bzz-raw://36148899ad874814e9292636fb974d2eec61f1bcc0875ec39cf444d70ba40919",
          "dweb:/ipfs/QmadUe4kH2FPcdxvhCKy8yiezCvPWor4VcPzqLYSAaGDDb"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud21x18/Casting.sol": {
        "keccak256": "0x3821aa57604f6e5b7c9c5c5cc97a6d71116e673cf3fee5f76fcd42b4cefded65",
        "urls": [
          "bzz-raw://a80399c6b38ab45cc10d0a6683d50340cd89d9a085b6d0dcfb81e7c4e5b3ce09",
          "dweb:/ipfs/QmWNW2YD2LMkqrpAtJYeeuHN329Rx7mvfmrjsCo1p6akTL"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud21x18/Constants.sol": {
        "keccak256": "0x0997574a1ced6c43bde6d9c9175edc5ad64cbb920a0969a9db68eea543747601",
        "urls": [
          "bzz-raw://c09f03345a6779b002b38ffc3954258accbb2b1d0d5506d42c3bd7f117304f60",
          "dweb:/ipfs/QmTeBXRCE7H2HpqKUNsZN7Nk3rdBnFmbAUFom3E1PJeGuV"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud21x18/Errors.sol": {
        "keccak256": "0x35a1fb789b90f8c90865884d3023deb17fcca5c7146b5ddef823496d835a5415",
        "urls": [
          "bzz-raw://0af359d07ba25bdc90de7c05ed6216833932caa75d4a02fcfc51ceeaba5a4e80",
          "dweb:/ipfs/QmavBFw73Xfp1qJiN6P1gk2Dfr8ByWo3dyCPVgDHtko2gq"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud21x18/ValueType.sol": {
        "keccak256": "0x24838b2b1da371b9259d8ee21534a9f0cb5796aba75a4efca2374627952bee25",
        "urls": [
          "bzz-raw://897e6b79308651671c7f3c91a0069e778b47356c9ba3f86e238398ab7f2623af",
          "dweb:/ipfs/QmZbLw3tJVRZFQnV9jWQUmF43gna841adSG2TAiwDAifGU"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud2x18/Casting.sol": {
        "keccak256": "0x0f3141ed054e7c29dbe1acb4b88b18eb05d60e998fba6b4e503a6799faa356d6",
        "urls": [
          "bzz-raw://b1e2468fc4c458082aaf4aa2e35af9ba3702f207e3c8533dd1e7da11ad605eae",
          "dweb:/ipfs/QmSm7iRH1eo4cJCwcAiiXWRH9Hn1urSS4tMdbaFbFGuTyL"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud2x18/Constants.sol": {
        "keccak256": "0x29b0e050c865899e1fb9022b460a7829cdee248c44c4299f068ba80695eec3fc",
        "urls": [
          "bzz-raw://cbaef16b662fac235349bcf97bc980dd0cba15d4e6230caae61224cdac8ea6d9",
          "dweb:/ipfs/QmZQa5XBhi7k3yhtCd8wVpnwW8htfU4sjXxWhxRypMBYkC"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud2x18/Errors.sol": {
        "keccak256": "0x3b27e2a57438cd30d9c130f84aace24d547e5ed58e8689691d7d92ad2db38ddd",
        "urls": [
          "bzz-raw://841cf9fb45443899c6b659300bbf503c3fd2c1a1e83b7f0e28620eed457f7437",
          "dweb:/ipfs/QmUqg8WscP5yQPw3UMUCWaB9RLU6nryGzseuyhAjNnDc1i"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud2x18/ValueType.sol": {
        "keccak256": "0x975a2e69b48f34a4c0bd80e8a5609ac67b7264c91992c0944f9ebe7b9e3fc9d0",
        "urls": [
          "bzz-raw://65d012521c475295d7e70b7d526fcc0911d0f238ea938719d77251bba00c9b41",
          "dweb:/ipfs/QmexEvTQCCBPYRWAYnomZX5M7C2EkXQRAXqEYMNUZfazCs"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud60x18/Casting.sol": {
        "keccak256": "0x0803318ddc98b4ba8fbfe70e5ee08d78387fe6ae00982b9960518085a751d7b6",
        "urls": [
          "bzz-raw://2e68a2f780b2e33fa5416eb60f9daa81f014c2591119f4b67bed1217d5530780",
          "dweb:/ipfs/QmZe7JTWvbfKqMnu4sxUwWCtLcCay9hH71VZUpoFCdENcr"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud60x18/Constants.sol": {
        "keccak256": "0x2b80d26153d3fdcfb3a9ca772d9309d31ed1275f5b8b54c3ffb54d3652b37d90",
        "urls": [
          "bzz-raw://7e3a6673a156f635db94dc176baaa7274db8f9bec4461cd1152596253550ee3b",
          "dweb:/ipfs/Qmc9zT4kNSbMYaXcnbxNVqmb3P3m46ieaQxkwxqLwsvRA5"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud60x18/Conversions.sol": {
        "keccak256": "0xd486ecca97abe69acdb28230088f4c7097fbdae5b36c5ae45d5be2faac4c33f2",
        "urls": [
          "bzz-raw://6080870ec6955ff0f5278f9c480b218a68714daf5f2ee42da0276d08d7b82932",
          "dweb:/ipfs/QmQ1SERHdemJgPrt4USwY8j5r63jZ8fQuJAm1knjMEEQEY"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud60x18/Errors.sol": {
        "keccak256": "0xbab6b0e303d32f3a9d9e2fe881f0392b8c59a73051a4d34f21a403b3961b3044",
        "urls": [
          "bzz-raw://86a019bcf2510d0691287329dc057479cc0abc48a5e15f245e7f15c03052d2c8",
          "dweb:/ipfs/QmeXe5pbpDHvN5DZ8puXmH2RJ25zDHj55wpiStWtNQPvq6"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud60x18/Helpers.sol": {
        "keccak256": "0xf5faff881391d2c060029499a666cc5f0bea90a213150bb476fae8f02a5df268",
        "urls": [
          "bzz-raw://76105fa22bb1b5f1fa99abf9c4fbc9577a02c7bc204f271754c407f0d75489f5",
          "dweb:/ipfs/QmVNGZSTniDuZus5DdbFubqJXCLtTaZit7YPm4ntjr5Lgr"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud60x18/Math.sol": {
        "keccak256": "0xc4e51dfd9af62938e277e90fa724099f239d33727a35909ed48c292a76faf2fc",
        "urls": [
          "bzz-raw://d731537cbc50b852c21d28625aeb2c329729afc23a7b86ff9d8ee5878f47e9d6",
          "dweb:/ipfs/QmS7Cj4pAdPZcTp7RqYXyxBc9EYX92CT8icfkNigktUsLr"
        ],
        "license": "MIT"
      },
      "node_modules/@prb/math/src/ud60x18/ValueType.sol": {
        "keccak256": "0x1b200baf25d01a8b91b97b42114248636f742b5b7028487ef4daef6621e378a3",
        "urls": [
          "bzz-raw://b5708ed017206bda2197654e80bea9f37b3a9993434bb066c903c2865e028f47",
          "dweb:/ipfs/QmTyotZk2J5YvWkNvB2qhXBMgRGWW2UgPqR4JPocrXSr8n"
        ],
        "license": "MIT"
      },
      "node_modules/@sablier/evm-utils/src/Adminable.sol": {
        "keccak256": "0xaea48c23c0205dae155c0ab21c2076cf6cbdf6fdd299c32062b8b3818dd8cdca",
        "urls": [
          "bzz-raw://1aad150a317c741548197ba8428211c6fc3480697a6eebae7df71156c695fbfe",
          "dweb:/ipfs/QmX8xtEeck9zA6W4pktk5AMgCjrqPYKtzK9NxF66MxqfoQ"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/evm-utils/src/interfaces/IAdminable.sol": {
        "keccak256": "0x3228d63e9b0b951030c73c42bb071e64f0ff0eadbcbeefad3f29a48366539c26",
        "urls": [
          "bzz-raw://acc90ad2bec0e84349b56611b35b56bfb75a5930fd1babb2bd638fbbb15bd126",
          "dweb:/ipfs/QmSLnHx6bo4BQeBKYferfEhZo1Z4xCXdDF1bzJoHUafHt4"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/evm-utils/src/interfaces/IBatch.sol": {
        "keccak256": "0x6d3aab84cb0529afc1e8b4a2ad4f89feb15c76b6a515a14fdf4b98887d856ae4",
        "urls": [
          "bzz-raw://77e68471ec663dda763ac40bb7c35d47b2a87e262461dad9a2f03377f928e758",
          "dweb:/ipfs/QmdvAq7XyNAUA8uLhnFrWuBgZAjNjoq6BaY5AyjFKvC8Xh"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/evm-utils/src/interfaces/IComptrollerable.sol": {
        "keccak256": "0xdbc32762b87590be38095a84789906fa7a23fd2c2c112859504549ef3be17522",
        "urls": [
          "bzz-raw://14ac13726bb7435ce310dd437a9b58852ca0c35640949e898c803a33a30dee8b",
          "dweb:/ipfs/QmeeKPApvBHbUF3S98qCnB26Aw67KTQF2GFyGQZCxykyMW"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/evm-utils/src/interfaces/IRoleAdminable.sol": {
        "keccak256": "0x391cb4bd4bae01e3efdb84f63635644ed6329b72e8a5105ad53833551e8ba825",
        "urls": [
          "bzz-raw://ccca9da1c044c15cf0b647a4572c05f5d498fb18b3685a85a8836f7110cb1bc4",
          "dweb:/ipfs/QmfAKHqvgKQUgpC6VomTjTkc1tDnsbVJD5bLn8wL8KuTFV"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/evm-utils/src/interfaces/ISablierComptroller.sol": {
        "keccak256": "0x5c52e70a6c083611d4b5518d17d025f70d322ee2c61d81f20f3fe50f4bd824ba",
        "urls": [
          "bzz-raw://5c07b2076065f1c65a59176ada3459be53f78e59a2055d9ae92b226edafa484c",
          "dweb:/ipfs/QmXYRDkBSWUBza1pi439ErzeLoaLUT8Zvj2yWcFZ5F1rgX"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/evm-utils/src/libraries/Errors.sol": {
        "keccak256": "0xc9a0fbcd6d582054420a32c538204ac7adb789320c6564f278ccf45baf4485c8",
        "urls": [
          "bzz-raw://a4da46b25df4fe89ce9f0315e1ef6561554f72b2dc7edbc43bdcdf9d65e8b709",
          "dweb:/ipfs/QmNW4VtuPSsLULst92GJmmcTCRHu4n5ndU9Jb4MbVes1jp"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/interfaces/ILockupNFTDescriptor.sol": {
        "keccak256": "0x3e1fb86bb2eaedf90a54188e40001f384a299ec4fbf035798e1cea8e16e7879b",
        "urls": [
          "bzz-raw://5143e01ff4d6cdce5b61111d6902cfa6f8fdc0951977c891ceb13125fdfb41a1",
          "dweb:/ipfs/QmebeHZ4hbVQchqCovZPhTPAQHBownj2JScty7GWsd6tAG"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/interfaces/ISablierLockup.sol": {
        "keccak256": "0x264d5a952277e3ac152f60a4ecc0c141b864f4de99b8e38e1491bfacf27a64f9",
        "urls": [
          "bzz-raw://b34a03d39fb0b1b9dbaea22cec2d4077e4c9a4eb9b551d921bffa9ea772ef5a7",
          "dweb:/ipfs/Qmf6u87ERkoXixSpT5PMWYSfndKGmsMBhnxfnAvYBowspQ"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/interfaces/ISablierLockupDynamic.sol": {
        "keccak256": "0x63816321d519914c91624f986696b2dea14a757f89f44b8b11da4b0e14ecb367",
        "urls": [
          "bzz-raw://f9a15ddd4469f2056e6e145fb7cc55aa185c2263b188e3cae82bedd4d2770fdf",
          "dweb:/ipfs/QmVaFmdZZ6Y6YoLKh4b93jgPNotUkh8hpJc2KBHdrYYr4F"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/interfaces/ISablierLockupLinear.sol": {
        "keccak256": "0x1ba923a48b2dce454e604876d9eece3e12923d8c13470d624c7daf1f51385192",
        "urls": [
          "bzz-raw://52c19e1ba7ed8243cd6e4f9a2d15cd8abea6a65367dd240b3d1e718f421f22f0",
          "dweb:/ipfs/QmdjtYh7FyBUpbbibKXTdRmggEoC6T7GTPA4sdmD4pXiQG"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/interfaces/ISablierLockupPriceGated.sol": {
        "keccak256": "0x148f4ec76fdf08a2f8da86a6e3bbfc8470feb515b536d51a6f4c5d40f031772f",
        "urls": [
          "bzz-raw://a46bce7c3d30ee2f78844ef2be7173c75804481d73a932894275c9ab6cae2c6a",
          "dweb:/ipfs/Qmbdwvq6kKgywzQ25zqnxxy1Nq7EgQRxU4DrfzFFrEG5yH"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/interfaces/ISablierLockupState.sol": {
        "keccak256": "0x6916791cf7e336d007e3a9411f07d0bbf1f7bf663b3d60390dedcda62bd9975e",
        "urls": [
          "bzz-raw://df473f29ae2ddc52c881106685e1df9621979372dbf77479c5f6724aa09348cb",
          "dweb:/ipfs/QmY7MWAgkxqcPqHY8XfgWfYPUvhcQoqXWpCFVygPQoUZdh"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/interfaces/ISablierLockupTranched.sol": {
        "keccak256": "0xc595654dbad9b09f7a1413017df760923224c6c8804d70c8ffdb8e81dadd774b",
        "urls": [
          "bzz-raw://98b212a9273cc6d4fd8f4ac63673a87ae644afb16f670954fdf35ba4126f237b",
          "dweb:/ipfs/QmYuQHHvFkUxeDR54eW6xv1kNMGwJyDPJHB1NqCNsaSJLL"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/types/Lockup.sol": {
        "keccak256": "0x6d1abd8003c52a1d8a32be07765bb032bcce8c5bb28e0da9cfa4bc5305c7b4f4",
        "urls": [
          "bzz-raw://55c4f20ecdcb936d582dbf11b397e442b69731db64de0e0581838ffb893194d9",
          "dweb:/ipfs/QmQrcPDaMM8sejpfmzVXDzRL7NrBc5D2ikAkLm1u4KSvru"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/types/LockupDynamic.sol": {
        "keccak256": "0x3c5fbce95af3de27830d7f196a28de9eadae89f2d7dfe1f4cfbe7425d3fa2933",
        "urls": [
          "bzz-raw://23330570fe2520a47669431c11341af72bce4e7e64a6c440a67b93910d24a000",
          "dweb:/ipfs/QmS2DvMeXM3hHZoqsHze1DYRRVGKxqKcPu6s1y1VWbPshu"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/types/LockupLinear.sol": {
        "keccak256": "0x4392ba8a5f4892b391fb00e5531dd2bbc33ef27d59a053e3f75600d4331b0dcf",
        "urls": [
          "bzz-raw://4d61f0b43ec1e8c5c41d9b275c14fadf6e8757000b27b52c323c0334ab417141",
          "dweb:/ipfs/QmZWhQXjusT6X7AVMupoaLYzxNTgmsJkm32Jk2fuRvn3P4"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/types/LockupPriceGated.sol": {
        "keccak256": "0x751d269b3fd1e195832478685c3eeba53f1d94477aa2b20a05ea8ab0d52cc1c5",
        "urls": [
          "bzz-raw://b6ac2834b8667e7123c753d0ef64cfdb4a637242bb9ca6b246198d314dbae8b0",
          "dweb:/ipfs/QmWK9vZBye4pP3vVbHeVHf6wmduideEAzetLS4UuPexFrh"
        ],
        "license": "GPL-3.0-or-later"
      },
      "node_modules/@sablier/lockup/src/types/LockupTranched.sol": {
        "keccak256": "0xc2c7c41b7cfcb37dd10a5ab522c784e3236927056e870e111c866da3cbf7cc31",
        "urls": [
          "bzz-raw://9abba4dea165619e4ff2d6f46d1ca8e77b21bc7d3c964fc0a3f2fd57a8f57a1c",
          "dweb:/ipfs/Qmd1sLEuDbLJgqE8C8QoTahodbbTmazLFhCeoFvWE6EAJR"
        ],
        "license": "GPL-3.0-or-later"
      },
      "src/SablierMerkleLT.sol": {
        "keccak256": "0xb51141125176c3ede8e9281607ce40b3d54c81139cb03a92d04d6af78cfdd030",
        "urls": [
          "bzz-raw://a9ff0faa3db390d29f760c1553c12cbeee3e47e8c7429115c11197cdffaa7964",
          "dweb:/ipfs/QmUtUD7npjyYSMgmpYYR6R76QC66jtLXLNjutyddDgLTQU"
        ],
        "license": "BUSL-1.1"
      },
      "src/abstracts/SablierMerkleBase.sol": {
        "keccak256": "0x3ad01ea2b4659b1051be58d0370a3bd23a494b6b941ceb2a3b23b1db9eb4e223",
        "urls": [
          "bzz-raw://bdc4ddfaf0f66757d289322b3990437f3be7c134d29d80a06da9e5d3b5883783",
          "dweb:/ipfs/QmbwXm6H5LjseDa3tHAujUYchqixb4xFAHk45HEU5B6k2Z"
        ],
        "license": "BUSL-1.1"
      },
      "src/abstracts/SablierMerkleLockup.sol": {
        "keccak256": "0x8ec5ceb548bb0ca8fead8286d293393ba15d812d81c05c1190a78a1b2e1c6f4a",
        "urls": [
          "bzz-raw://470b2bc3ff20328894dc7b58e7dda906ca76517a1972d4bfc7643d9113230894",
          "dweb:/ipfs/QmPzWQxzrLNZEeKHwfEozWHQy2LwSToXMaGUGJ5TvWLwi7"
        ],
        "license": "BUSL-1.1"
      },
      "src/abstracts/SablierMerkleSignature.sol": {
        "keccak256": "0x82a431ac2c5c379ba53cad9ff6b06e8f48c3cea12f3f834bf47eec24f935b2c3",
        "urls": [
          "bzz-raw://10040857ba92b56f3a1ae6e9f2ba8a6bf30bc14800eb366905b39111ba2b2658",
          "dweb:/ipfs/Qmd9RZR21u56RLzU8PWLFXV3P4KXUxUJsbhkphxRGQ9crT"
        ],
        "license": "BUSL-1.1"
      },
      "src/interfaces/ISablierMerkleBase.sol": {
        "keccak256": "0xfc4e9b4737765f3f66fb81390154aaff3f21ee63fd21bed441baf553ac090993",
        "urls": [
          "bzz-raw://189aab3a9ddf0e72425cb3b6420129ce971da916967a920c3132e328e546abbb",
          "dweb:/ipfs/QmQZaV1yvBs6MBf5jzgboTYztsVLMi5q3L4JVowyn6Yhrp"
        ],
        "license": "GPL-3.0-or-later"
      },
      "src/interfaces/ISablierMerkleLT.sol": {
        "keccak256": "0xf35047d6d07d7e7bd3d76951b1350c3157b95a1e3beedd14a142f640b7839282",
        "urls": [
          "bzz-raw://752e331b31d79be2e58f371a70e4bdb439bf3423cb2a4a4208da53d04ce9383e",
          "dweb:/ipfs/QmTZVD47k7X2TTWtY6oA4cxmLRtxErAyUzRH3yqNtmi3YC"
        ],
        "license": "GPL-3.0-or-later"
      },
      "src/interfaces/ISablierMerkleLockup.sol": {
        "keccak256": "0x84f981ea3772e5fbf5a4847a24493a75c9a65c46e29c786ad3cc8ca64d97610a",
        "urls": [
          "bzz-raw://dc2b662b44fe03da33f54514bc3e7d54d454a98c276adcbe282c64ab0acdf77f",
          "dweb:/ipfs/QmQ42uPTXVH3QWgWN5T6RuLkSGsd7h4qCvbMHd6VFi1c9U"
        ],
        "license": "GPL-3.0-or-later"
      },
      "src/interfaces/ISablierMerkleSignature.sol": {
        "keccak256": "0x2e6e8cc3b951ddc10344883c08d662161efbd5fb5bc4672f77b51aa7ed8bf87d",
        "urls": [
          "bzz-raw://dd48f5c162987c93e45f7f942b7f23817d81ef588bb776816a207639c91e6e4e",
          "dweb:/ipfs/QmQHyHxPG6YVt5BVMYKfb5YWX6cQdp5yMVHoP1u2U3E1ut"
        ],
        "license": "GPL-3.0-or-later"
      },
      "src/libraries/Errors.sol": {
        "keccak256": "0xa3ee6c9b3c089af69190a861a83249eefdf17c699bc5d8d8eb09bf1f997b5287",
        "urls": [
          "bzz-raw://5143b3084210e8ca50ed060546d173443d54d76c8b7431f379ce3706bee6fcde",
          "dweb:/ipfs/QmTzArjMAKy2AmZgEhSA7MfQTNjvttZD7wTuV77zoWMgQi"
        ],
        "license": "GPL-3.0-or-later"
      },
      "src/libraries/SignatureHash.sol": {
        "keccak256": "0xdda32b665c577cf8298f0ee041c392c3b4550acf0ed52f0b09d2d12f1f0e0b08",
        "urls": [
          "bzz-raw://2ea6a30ea8fe835b2c348ee126763dab697d24295e7c284806a7bbb020e2b9e1",
          "dweb:/ipfs/QmaQ65PS4Sq8WraidCaQ7yQGt2Zc4Jv5uZQWmFUCRV3XVM"
        ],
        "license": "GPL-3.0-or-later"
      },
      "src/types/MerkleBase.sol": {
        "keccak256": "0x33004c31ccf302e5da76dbb8476816db31c2c0984fb9c928c45528bbfdef6397",
        "urls": [
          "bzz-raw://55b26d1a6beda8cb76043d2fde56445910ae3e88e8ab20d2c48678e4456beca3",
          "dweb:/ipfs/QmYrMXbpPcjzJen93uFXiBws7fauseuXZcQ9fpbsNbaGN8"
        ],
        "license": "GPL-3.0-or-later"
      },
      "src/types/MerkleLT.sol": {
        "keccak256": "0xf6b6a43cd469f3a3d97d93f08bde61e99e152943ffa674ab6765c130f1fdf955",
        "urls": [
          "bzz-raw://29daf4234845cb12b7c36a27f19102e35d23cc953cdeca7786e01bf8f3803818",
          "dweb:/ipfs/QmcDwDUHaNXbDF6TKgtiFmM5i6GVjJ4SbxrSaBfvp5Vngr"
        ],
        "license": "GPL-3.0-or-later"
      },
      "src/types/MerkleLockup.sol": {
        "keccak256": "0xc193b092bb3e6cc94d8ad16ee3aae1de1930ab39bff6ed13027310454312d59e",
        "urls": [
          "bzz-raw://43999a3ff5c0fb5beddc980362fb6c177dcb71480faa840723ab573eeea8fd8f",
          "dweb:/ipfs/QmVP7nwStNrRHmsChSf4qhRAw2wJLAcB83FPkhKQG9XTY7"
        ],
        "license": "GPL-3.0-or-later"
      }
    },
    "version": 1
  },
  "id": 109
}
