{
  "contractName": "BaalAndVaultSummoner",
  "sourceName": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "previousAdmin",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "newAdmin",
          "type": "address"
        }
      ],
      "name": "AdminChanged",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "beacon",
          "type": "address"
        }
      ],
      "name": "BeaconUpgraded",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint8",
          "name": "version",
          "type": "uint8"
        }
      ],
      "name": "Initialized",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferred",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "daoAddress",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "delegate",
          "type": "address"
        }
      ],
      "name": "SetDelegate",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "components": [
            {
              "internalType": "uint256",
              "name": "id",
              "type": "uint256"
            },
            {
              "internalType": "bool",
              "name": "active",
              "type": "bool"
            },
            {
              "internalType": "address",
              "name": "daoAddress",
              "type": "address"
            },
            {
              "internalType": "address",
              "name": "vaultAddress",
              "type": "address"
            },
            {
              "internalType": "string",
              "name": "name",
              "type": "string"
            }
          ],
          "indexed": false,
          "internalType": "struct BaalAndVaultSummoner.Vault",
          "name": "vault",
          "type": "tuple"
        }
      ],
      "name": "SetVault",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "implementation",
          "type": "address"
        }
      ],
      "name": "Upgraded",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "summoner",
          "type": "address"
        }
      ],
      "name": "setSummoner",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "_baalSummoner",
      "outputs": [
        {
          "internalType": "contract IBaalSummoner",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "daoAddress",
          "type": "address"
        }
      ],
      "name": "deactivateVaultAsDao",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "delegates",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "initialize",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "proxiableUUID",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "renounceOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "daoAddress",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "delegate",
          "type": "address"
        }
      ],
      "name": "setDelegate",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "daoAddress",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "vaultAddress",
          "type": "address"
        },
        {
          "internalType": "string",
          "name": "name",
          "type": "string"
        }
      ],
      "name": "setNewVault",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "baalSummoner",
          "type": "address"
        }
      ],
      "name": "setSummonerAddr",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        },
        {
          "internalType": "bool",
          "name": "active",
          "type": "bool"
        }
      ],
      "name": "setVault",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bytes",
          "name": "initializationParams",
          "type": "bytes"
        },
        {
          "internalType": "bytes[]",
          "name": "initializationActions",
          "type": "bytes[]"
        },
        {
          "internalType": "uint256",
          "name": "saltNonce",
          "type": "uint256"
        },
        {
          "internalType": "bytes32",
          "name": "referrer",
          "type": "bytes32"
        },
        {
          "internalType": "string",
          "name": "name",
          "type": "string"
        }
      ],
      "name": "summonBaalAndVault",
      "outputs": [
        {
          "internalType": "address",
          "name": "_daoAddress",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "_vaultAddress",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "daoAddress",
          "type": "address"
        },
        {
          "internalType": "string",
          "name": "name",
          "type": "string"
        }
      ],
      "name": "summonVault",
      "outputs": [
        {
          "internalType": "address",
          "name": "_vaultAddress",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newImplementation",
          "type": "address"
        }
      ],
      "name": "upgradeTo",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newImplementation",
          "type": "address"
        },
        {
          "internalType": "bytes",
          "name": "data",
          "type": "bytes"
        }
      ],
      "name": "upgradeToAndCall",
      "outputs": [],
      "stateMutability": "payable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "vaultIdx",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "name": "vaults",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        },
        {
          "internalType": "bool",
          "name": "active",
          "type": "bool"
        },
        {
          "internalType": "address",
          "name": "daoAddress",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "vaultAddress",
          "type": "address"
        },
        {
          "internalType": "string",
          "name": "name",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x60a06040523060601b60805234801561001757600080fd5b5060805160601c611b4c6100526000396000818161049f015281816104df0152818161057f015281816105bf015261064e0152611b4c6000f3fe6080604052600436106101095760003560e01c80638129fc1c11610095578063ac06a9a911610064578063ac06a9a9146102f2578063b395f08614610312578063bb6decc814610332578063bedfb8d414610352578063f2fde38b1461036857600080fd5b80638129fc1c1461024e5780638c64ea4a146102635780638da5cb5b14610294578063a156d863146102b257600080fd5b806352d1902d116100dc57806352d1902d146101a0578063587cde1e146101c35780635c873849146101f9578063619dd5d414610219578063715018a61461023957600080fd5b8063133afcc01461010e57806314b630f9146101305780633659cfe61461016d5780634f1ef2861461018d575b600080fd5b34801561011a57600080fd5b5061012e610129366004611678565b610388565b005b34801561013c57600080fd5b5060c954610150906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561017957600080fd5b5061012e6101883660046113f5565b610494565b61012e61019b3660046114ca565b610574565b3480156101ac57600080fd5b506101b5610641565b604051908152602001610164565b3480156101cf57600080fd5b506101506101de3660046113f5565b60cc602052600090815260409020546001600160a01b031681565b34801561020557600080fd5b5061012e61021436600461142f565b6106f4565b34801561022557600080fd5b5061012e61023436600461169d565b6107a1565b34801561024557600080fd5b5061012e6107b3565b34801561025a57600080fd5b5061012e6107c7565b34801561026f57600080fd5b5061028361027e36600461165f565b6108e5565b6040516101649594939291906119d2565b3480156102a057600080fd5b506033546001600160a01b0316610150565b3480156102be57600080fd5b506102d26102cd36600461158d565b6109b0565b604080516001600160a01b03938416815292909116602083015201610164565b3480156102fe57600080fd5b5061015061030d36600461152e565b610a5b565b34801561031e57600080fd5b5061012e61032d366004611468565b610aee565b34801561033e57600080fd5b5061012e61034d3660046113f5565b610b06565b34801561035e57600080fd5b506101b560ca5481565b34801561037457600080fd5b5061012e6103833660046113f5565b610ba1565b336001600160a01b03821614806103b857506001600160a01b03818116600090815260cc60205260409020541633145b6103ff5760405162461bcd60e51b81526020600482015260136024820152726e6f742044414f206f722064656c656761746560681b60448201526064015b60405180910390fd5b600082815260cb60205260409020600101546001600160a01b03828116610100909204161480156104415750600082815260cb602052604090206001015460ff165b6104855760405162461bcd60e51b8152602060048201526015602482015274085b9bdd081858dd1a5d9948111053c81d985d5b1d605a1b60448201526064016103f6565b610490826000610c17565b5050565b306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614156104dd5760405162461bcd60e51b81526004016103f690611806565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610526600080516020611ad0833981519152546001600160a01b031690565b6001600160a01b03161461054c5760405162461bcd60e51b81526004016103f690611852565b61055581610c64565b6040805160008082526020820190925261057191839190610c6c565b50565b306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614156105bd5760405162461bcd60e51b81526004016103f690611806565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610606600080516020611ad0833981519152546001600160a01b031690565b6001600160a01b03161461062c5760405162461bcd60e51b81526004016103f690611852565b61063582610c64565b61049082826001610c6c565b6000306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106e15760405162461bcd60e51b815260206004820152603860248201527f555550535570677261646561626c653a206d757374206e6f742062652063616c60448201527f6c6564207468726f7567682064656c656761746563616c6c000000000000000060648201526084016103f6565b50600080516020611ad083398151915290565b336001600160a01b038316146107355760405162461bcd60e51b81526004016103f6906020808252600490820152632144414f60e01b604082015260600190565b6001600160a01b03828116600081815260cc602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fbeebfeebc9d1af8057ca45af36b2171fea34cb5b251e394f0bc5fcabde119d7f91015b60405180910390a15050565b6107a9610de6565b6104908282610c17565b6107bb610de6565b6107c56000610e40565b565b600054610100900460ff16158080156107e75750600054600160ff909116105b806108015750303b158015610801575060005460ff166001145b6108645760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103f6565b6000805460ff191660011790558015610887576000805461ff0019166101001790555b61088f610e92565b610897610ec1565b600060ca558015610571576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a150565b60cb602052600090815260409020805460018201546002830154600384018054939460ff8416946101009094046001600160a01b039081169493169290919061092d90611a69565b80601f016020809104026020016040519081016040528092919081815260200182805461095990611a69565b80156109a65780601f1061097b576101008083540402835291602001916109a6565b820191906000526020600020905b81548152906001019060200180831161098957829003601f168201915b5050505050905085565b60c95460405163209f369560e01b815260009182916001600160a01b039091169063209f3695906109ef908c908c908c908c908c908c90600401611738565b602060405180830381600087803b158015610a0957600080fd5b505af1158015610a1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a419190611412565b9150610a4d8284610a5b565b905097509795505050505050565b60c954604051633e2108c760e21b81526001600160a01b038481166004830152600092169063f884231c90602401602060405180830381600087803b158015610aa357600080fd5b505af1158015610ab7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adb9190611412565b9050610ae8828483610ee8565b92915050565b610af6610de6565b610b01818484610ee8565b505050565b610b0e610de6565b6001600160a01b038116610b535760405162461bcd60e51b815260206004820152600c60248201526b7a65726f206164647265737360a01b60448201526064016103f6565b60c980546001600160a01b0319166001600160a01b0383169081179091556040519081527ff471c7a7115723e1d5e0a3b924bec97596831b94082a24d73c8c3210c6cb3b06906020016108da565b610ba9610de6565b6001600160a01b038116610c0e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103f6565b61057181610e40565b600082815260cb60205260409081902060018101805460ff191684151517905590517f70720885c820c73facaa75bc2669991b591d9fd2a1e2507a4a9a8022f9336f7891610795916118e9565b610571610de6565b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd91435460ff1615610c9f57610b0183611005565b826001600160a01b03166352d1902d6040518163ffffffff1660e01b815260040160206040518083038186803b158015610cd857600080fd5b505afa925050508015610d08575060408051601f3d908101601f19168201909252610d0591810190611574565b60015b610d6b5760405162461bcd60e51b815260206004820152602e60248201527f45524331393637557067726164653a206e657720696d706c656d656e7461746960448201526d6f6e206973206e6f74205555505360901b60648201526084016103f6565b600080516020611ad08339815191528114610dda5760405162461bcd60e51b815260206004820152602960248201527f45524331393637557067726164653a20756e737570706f727465642070726f786044820152681a58589b195555525160ba1b60648201526084016103f6565b50610b018383836110a1565b6033546001600160a01b031633146107c55760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016103f6565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610eb95760405162461bcd60e51b81526004016103f69061189e565b6107c56110cc565b600054610100900460ff166107c55760405162461bcd60e51b81526004016103f69061189e565b600160ca6000828254610efb9190611a17565b90915550506040805160a08101825260ca54808252600160208084018281526001600160a01b0388811686880190815288821660608801908152608088018c8152600097885260cb865298909620875181559251948301805491516001600160a81b0319909216951515610100600160a81b03191695909517610100918316919091021790935592516002840180546001600160a01b03191691909316179091559251805192939192610fb4926003850192019061127a565b505060ca54600090815260cb60205260409081902090517f70720885c820c73facaa75bc2669991b591d9fd2a1e2507a4a9a8022f9336f789250610ff891906118e9565b60405180910390a1505050565b6001600160a01b0381163b6110725760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016103f6565b600080516020611ad083398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6110aa836110fc565b6000825111806110b75750805b15610b01576110c6838361113c565b50505050565b600054610100900460ff166110f35760405162461bcd60e51b81526004016103f69061189e565b6107c533610e40565b61110581611005565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606001600160a01b0383163b6111a45760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016103f6565b600080846001600160a01b0316846040516111bf919061171c565b600060405180830381855af49150503d80600081146111fa576040519150601f19603f3d011682016040523d82523d6000602084013e6111ff565b606091505b50915091506112278282604051806060016040528060278152602001611af060279139611230565b95945050505050565b6060831561123f575081611249565b6112498383611250565b9392505050565b8151156112605781518083602001fd5b8060405162461bcd60e51b81526004016103f691906117f3565b82805461128690611a69565b90600052602060002090601f0160209004810192826112a857600085556112ee565b82601f106112c157805160ff19168380011785556112ee565b828001600101855582156112ee579182015b828111156112ee5782518255916020019190600101906112d3565b506112fa9291506112fe565b5090565b5b808211156112fa57600081556001016112ff565b600067ffffffffffffffff8084111561132e5761132e611aa4565b604051601f8501601f19908116603f0116810190828211818310171561135657611356611aa4565b8160405280935085815286868601111561136f57600080fd5b858560208301376000602087830101525050509392505050565b60008083601f84011261139b57600080fd5b50813567ffffffffffffffff8111156113b357600080fd5b6020830191508360208260051b85010111156113ce57600080fd5b9250929050565b600082601f8301126113e657600080fd5b61124983833560208501611313565b60006020828403121561140757600080fd5b813561124981611aba565b60006020828403121561142457600080fd5b815161124981611aba565b6000806040838503121561144257600080fd5b823561144d81611aba565b9150602083013561145d81611aba565b809150509250929050565b60008060006060848603121561147d57600080fd5b833561148881611aba565b9250602084013561149881611aba565b9150604084013567ffffffffffffffff8111156114b457600080fd5b6114c0868287016113d5565b9150509250925092565b600080604083850312156114dd57600080fd5b82356114e881611aba565b9150602083013567ffffffffffffffff81111561150457600080fd5b8301601f8101851361151557600080fd5b61152485823560208401611313565b9150509250929050565b6000806040838503121561154157600080fd5b823561154c81611aba565b9150602083013567ffffffffffffffff81111561156857600080fd5b611524858286016113d5565b60006020828403121561158657600080fd5b5051919050565b600080600080600080600060a0888a0312156115a857600080fd5b873567ffffffffffffffff808211156115c057600080fd5b818a0191508a601f8301126115d457600080fd5b8135818111156115e357600080fd5b8b60208285010111156115f557600080fd5b60209283019950975090890135908082111561161057600080fd5b61161c8b838c01611389565b909750955060408a0135945060608a0135935060808a013591508082111561164357600080fd5b506116508a828b016113d5565b91505092959891949750929550565b60006020828403121561167157600080fd5b5035919050565b6000806040838503121561168b57600080fd5b82359150602083013561145d81611aba565b600080604083850312156116b057600080fd5b823591506020830135801515811461145d57600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b60008151808452611708816020860160208601611a3d565b601f01601f19169290920160200192915050565b6000825161172e818460208701611a3d565b9190910192915050565b60808152600061174c60808301888a6116c7565b602083820381850152818783528183019050818860051b8401018960005b8a8110156117d957858303601f190184528135368d9003601e1901811261179057600080fd5b8c01803567ffffffffffffffff8111156117a957600080fd5b8036038e13156117b857600080fd5b6117c585828985016116c7565b95870195945050509084019060010161176a565b505060408601979097525050505060600152949350505050565b60208152600061124960208301846116f0565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b19195b1959d85d1958d85b1b60a21b606082015260800190565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b6163746976652070726f787960a01b606082015260800190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b602080825282548282015260018084015460ff81161515604085015260081c6001600160a01b039081166060850152600285015416608084015260a080840152600384018054600093929190849080841c8185168061194957607f821691505b86821081141561196757634e487b7160e01b84526022600452602484fd5b60c0890182905260e089018180156119865760018114611997576119c2565b60ff198516825288820195506119c2565b60008781526020902060005b858110156119bc57815484820152908901908a016119a3565b83019650505b50939a9950505050505050505050565b85815284151560208201526001600160a01b0384811660408301528316606082015260a060808201819052600090611a0c908301846116f0565b979650505050505050565b60008219821115611a3857634e487b7160e01b600052601160045260246000fd5b500190565b60005b83811015611a58578181015183820152602001611a40565b838111156110c65750506000910152565b600181811c90821680611a7d57607f821691505b60208210811415611a9e57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811461057157600080fdfe360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212208b37010ade0f5611ea59308020070d19ec4ac134d5c4b66c0768089a9ce0cfa064736f6c63430008070033",
  "deployedBytecode": "0x6080604052600436106101095760003560e01c80638129fc1c11610095578063ac06a9a911610064578063ac06a9a9146102f2578063b395f08614610312578063bb6decc814610332578063bedfb8d414610352578063f2fde38b1461036857600080fd5b80638129fc1c1461024e5780638c64ea4a146102635780638da5cb5b14610294578063a156d863146102b257600080fd5b806352d1902d116100dc57806352d1902d146101a0578063587cde1e146101c35780635c873849146101f9578063619dd5d414610219578063715018a61461023957600080fd5b8063133afcc01461010e57806314b630f9146101305780633659cfe61461016d5780634f1ef2861461018d575b600080fd5b34801561011a57600080fd5b5061012e610129366004611678565b610388565b005b34801561013c57600080fd5b5060c954610150906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561017957600080fd5b5061012e6101883660046113f5565b610494565b61012e61019b3660046114ca565b610574565b3480156101ac57600080fd5b506101b5610641565b604051908152602001610164565b3480156101cf57600080fd5b506101506101de3660046113f5565b60cc602052600090815260409020546001600160a01b031681565b34801561020557600080fd5b5061012e61021436600461142f565b6106f4565b34801561022557600080fd5b5061012e61023436600461169d565b6107a1565b34801561024557600080fd5b5061012e6107b3565b34801561025a57600080fd5b5061012e6107c7565b34801561026f57600080fd5b5061028361027e36600461165f565b6108e5565b6040516101649594939291906119d2565b3480156102a057600080fd5b506033546001600160a01b0316610150565b3480156102be57600080fd5b506102d26102cd36600461158d565b6109b0565b604080516001600160a01b03938416815292909116602083015201610164565b3480156102fe57600080fd5b5061015061030d36600461152e565b610a5b565b34801561031e57600080fd5b5061012e61032d366004611468565b610aee565b34801561033e57600080fd5b5061012e61034d3660046113f5565b610b06565b34801561035e57600080fd5b506101b560ca5481565b34801561037457600080fd5b5061012e6103833660046113f5565b610ba1565b336001600160a01b03821614806103b857506001600160a01b03818116600090815260cc60205260409020541633145b6103ff5760405162461bcd60e51b81526020600482015260136024820152726e6f742044414f206f722064656c656761746560681b60448201526064015b60405180910390fd5b600082815260cb60205260409020600101546001600160a01b03828116610100909204161480156104415750600082815260cb602052604090206001015460ff165b6104855760405162461bcd60e51b8152602060048201526015602482015274085b9bdd081858dd1a5d9948111053c81d985d5b1d605a1b60448201526064016103f6565b610490826000610c17565b5050565b306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614156104dd5760405162461bcd60e51b81526004016103f690611806565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610526600080516020611ad0833981519152546001600160a01b031690565b6001600160a01b03161461054c5760405162461bcd60e51b81526004016103f690611852565b61055581610c64565b6040805160008082526020820190925261057191839190610c6c565b50565b306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614156105bd5760405162461bcd60e51b81526004016103f690611806565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610606600080516020611ad0833981519152546001600160a01b031690565b6001600160a01b03161461062c5760405162461bcd60e51b81526004016103f690611852565b61063582610c64565b61049082826001610c6c565b6000306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146106e15760405162461bcd60e51b815260206004820152603860248201527f555550535570677261646561626c653a206d757374206e6f742062652063616c60448201527f6c6564207468726f7567682064656c656761746563616c6c000000000000000060648201526084016103f6565b50600080516020611ad083398151915290565b336001600160a01b038316146107355760405162461bcd60e51b81526004016103f6906020808252600490820152632144414f60e01b604082015260600190565b6001600160a01b03828116600081815260cc602090815260409182902080546001600160a01b031916948616948517905581519283528201929092527fbeebfeebc9d1af8057ca45af36b2171fea34cb5b251e394f0bc5fcabde119d7f91015b60405180910390a15050565b6107a9610de6565b6104908282610c17565b6107bb610de6565b6107c56000610e40565b565b600054610100900460ff16158080156107e75750600054600160ff909116105b806108015750303b158015610801575060005460ff166001145b6108645760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103f6565b6000805460ff191660011790558015610887576000805461ff0019166101001790555b61088f610e92565b610897610ec1565b600060ca558015610571576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a150565b60cb602052600090815260409020805460018201546002830154600384018054939460ff8416946101009094046001600160a01b039081169493169290919061092d90611a69565b80601f016020809104026020016040519081016040528092919081815260200182805461095990611a69565b80156109a65780601f1061097b576101008083540402835291602001916109a6565b820191906000526020600020905b81548152906001019060200180831161098957829003601f168201915b5050505050905085565b60c95460405163209f369560e01b815260009182916001600160a01b039091169063209f3695906109ef908c908c908c908c908c908c90600401611738565b602060405180830381600087803b158015610a0957600080fd5b505af1158015610a1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a419190611412565b9150610a4d8284610a5b565b905097509795505050505050565b60c954604051633e2108c760e21b81526001600160a01b038481166004830152600092169063f884231c90602401602060405180830381600087803b158015610aa357600080fd5b505af1158015610ab7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adb9190611412565b9050610ae8828483610ee8565b92915050565b610af6610de6565b610b01818484610ee8565b505050565b610b0e610de6565b6001600160a01b038116610b535760405162461bcd60e51b815260206004820152600c60248201526b7a65726f206164647265737360a01b60448201526064016103f6565b60c980546001600160a01b0319166001600160a01b0383169081179091556040519081527ff471c7a7115723e1d5e0a3b924bec97596831b94082a24d73c8c3210c6cb3b06906020016108da565b610ba9610de6565b6001600160a01b038116610c0e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103f6565b61057181610e40565b600082815260cb60205260409081902060018101805460ff191684151517905590517f70720885c820c73facaa75bc2669991b591d9fd2a1e2507a4a9a8022f9336f7891610795916118e9565b610571610de6565b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd91435460ff1615610c9f57610b0183611005565b826001600160a01b03166352d1902d6040518163ffffffff1660e01b815260040160206040518083038186803b158015610cd857600080fd5b505afa925050508015610d08575060408051601f3d908101601f19168201909252610d0591810190611574565b60015b610d6b5760405162461bcd60e51b815260206004820152602e60248201527f45524331393637557067726164653a206e657720696d706c656d656e7461746960448201526d6f6e206973206e6f74205555505360901b60648201526084016103f6565b600080516020611ad08339815191528114610dda5760405162461bcd60e51b815260206004820152602960248201527f45524331393637557067726164653a20756e737570706f727465642070726f786044820152681a58589b195555525160ba1b60648201526084016103f6565b50610b018383836110a1565b6033546001600160a01b031633146107c55760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016103f6565b603380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600054610100900460ff16610eb95760405162461bcd60e51b81526004016103f69061189e565b6107c56110cc565b600054610100900460ff166107c55760405162461bcd60e51b81526004016103f69061189e565b600160ca6000828254610efb9190611a17565b90915550506040805160a08101825260ca54808252600160208084018281526001600160a01b0388811686880190815288821660608801908152608088018c8152600097885260cb865298909620875181559251948301805491516001600160a81b0319909216951515610100600160a81b03191695909517610100918316919091021790935592516002840180546001600160a01b03191691909316179091559251805192939192610fb4926003850192019061127a565b505060ca54600090815260cb60205260409081902090517f70720885c820c73facaa75bc2669991b591d9fd2a1e2507a4a9a8022f9336f789250610ff891906118e9565b60405180910390a1505050565b6001600160a01b0381163b6110725760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016103f6565b600080516020611ad083398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6110aa836110fc565b6000825111806110b75750805b15610b01576110c6838361113c565b50505050565b600054610100900460ff166110f35760405162461bcd60e51b81526004016103f69061189e565b6107c533610e40565b61110581611005565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606001600160a01b0383163b6111a45760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016103f6565b600080846001600160a01b0316846040516111bf919061171c565b600060405180830381855af49150503d80600081146111fa576040519150601f19603f3d011682016040523d82523d6000602084013e6111ff565b606091505b50915091506112278282604051806060016040528060278152602001611af060279139611230565b95945050505050565b6060831561123f575081611249565b6112498383611250565b9392505050565b8151156112605781518083602001fd5b8060405162461bcd60e51b81526004016103f691906117f3565b82805461128690611a69565b90600052602060002090601f0160209004810192826112a857600085556112ee565b82601f106112c157805160ff19168380011785556112ee565b828001600101855582156112ee579182015b828111156112ee5782518255916020019190600101906112d3565b506112fa9291506112fe565b5090565b5b808211156112fa57600081556001016112ff565b600067ffffffffffffffff8084111561132e5761132e611aa4565b604051601f8501601f19908116603f0116810190828211818310171561135657611356611aa4565b8160405280935085815286868601111561136f57600080fd5b858560208301376000602087830101525050509392505050565b60008083601f84011261139b57600080fd5b50813567ffffffffffffffff8111156113b357600080fd5b6020830191508360208260051b85010111156113ce57600080fd5b9250929050565b600082601f8301126113e657600080fd5b61124983833560208501611313565b60006020828403121561140757600080fd5b813561124981611aba565b60006020828403121561142457600080fd5b815161124981611aba565b6000806040838503121561144257600080fd5b823561144d81611aba565b9150602083013561145d81611aba565b809150509250929050565b60008060006060848603121561147d57600080fd5b833561148881611aba565b9250602084013561149881611aba565b9150604084013567ffffffffffffffff8111156114b457600080fd5b6114c0868287016113d5565b9150509250925092565b600080604083850312156114dd57600080fd5b82356114e881611aba565b9150602083013567ffffffffffffffff81111561150457600080fd5b8301601f8101851361151557600080fd5b61152485823560208401611313565b9150509250929050565b6000806040838503121561154157600080fd5b823561154c81611aba565b9150602083013567ffffffffffffffff81111561156857600080fd5b611524858286016113d5565b60006020828403121561158657600080fd5b5051919050565b600080600080600080600060a0888a0312156115a857600080fd5b873567ffffffffffffffff808211156115c057600080fd5b818a0191508a601f8301126115d457600080fd5b8135818111156115e357600080fd5b8b60208285010111156115f557600080fd5b60209283019950975090890135908082111561161057600080fd5b61161c8b838c01611389565b909750955060408a0135945060608a0135935060808a013591508082111561164357600080fd5b506116508a828b016113d5565b91505092959891949750929550565b60006020828403121561167157600080fd5b5035919050565b6000806040838503121561168b57600080fd5b82359150602083013561145d81611aba565b600080604083850312156116b057600080fd5b823591506020830135801515811461145d57600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b60008151808452611708816020860160208601611a3d565b601f01601f19169290920160200192915050565b6000825161172e818460208701611a3d565b9190910192915050565b60808152600061174c60808301888a6116c7565b602083820381850152818783528183019050818860051b8401018960005b8a8110156117d957858303601f190184528135368d9003601e1901811261179057600080fd5b8c01803567ffffffffffffffff8111156117a957600080fd5b8036038e13156117b857600080fd5b6117c585828985016116c7565b95870195945050509084019060010161176a565b505060408601979097525050505060600152949350505050565b60208152600061124960208301846116f0565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b19195b1959d85d1958d85b1b60a21b606082015260800190565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b6163746976652070726f787960a01b606082015260800190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b602080825282548282015260018084015460ff81161515604085015260081c6001600160a01b039081166060850152600285015416608084015260a080840152600384018054600093929190849080841c8185168061194957607f821691505b86821081141561196757634e487b7160e01b84526022600452602484fd5b60c0890182905260e089018180156119865760018114611997576119c2565b60ff198516825288820195506119c2565b60008781526020902060005b858110156119bc57815484820152908901908a016119a3565b83019650505b50939a9950505050505050505050565b85815284151560208201526001600160a01b0384811660408301528316606082015260a060808201819052600090611a0c908301846116f0565b979650505050505050565b60008219821115611a3857634e487b7160e01b600052601160045260246000fd5b500190565b60005b83811015611a58578181015183820152602001611a40565b838111156110c65750506000910152565b600181811c90821680611a7d57607f821691505b60208210811415611a9e57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811461057157600080fdfe360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212208b37010ade0f5611ea59308020070d19ec4ac134d5c4b66c0768089a9ce0cfa064736f6c63430008070033",
  "linkReferences": {},
  "deployedLinkReferences": {},
  "devdoc": {
    "kind": "dev",
    "methods": {
      "owner()": {
        "details": "Returns the address of the current owner."
      },
      "proxiableUUID()": {
        "details": "Implementation of the ERC1822 {proxiableUUID} function. This returns the storage slot used by the implementation. It is used to validate the implementation's compatibility when performing an upgrade. IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this function revert if invoked through a proxy. This is guaranteed by the `notDelegated` modifier."
      },
      "renounceOwnership()": {
        "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner."
      },
      "transferOwnership(address)": {
        "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
      },
      "upgradeTo(address)": {
        "details": "Upgrade the implementation of the proxy to `newImplementation`. Calls {_authorizeUpgrade}. Emits an {Upgraded} event."
      },
      "upgradeToAndCall(address,bytes)": {
        "details": "Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call encoded in `data`. Calls {_authorizeUpgrade}. Emits an {Upgraded} event."
      }
    },
    "version": 1
  },
  "evm": {
    "bytecode": {
      "functionDebugData": {},
      "generatedSources": [],
      "linkReferences": {},
      "opcodes": "PUSH1 0xA0 PUSH1 0x40 MSTORE ADDRESS PUSH1 0x60 SHL PUSH1 0x80 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x17 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x80 MLOAD PUSH1 0x60 SHR PUSH2 0x1B4C PUSH2 0x52 PUSH1 0x0 CODECOPY PUSH1 0x0 DUP2 DUP2 PUSH2 0x49F ADD MSTORE DUP2 DUP2 PUSH2 0x4DF ADD MSTORE DUP2 DUP2 PUSH2 0x57F ADD MSTORE DUP2 DUP2 PUSH2 0x5BF ADD MSTORE PUSH2 0x64E ADD MSTORE PUSH2 0x1B4C PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x109 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8129FC1C GT PUSH2 0x95 JUMPI DUP1 PUSH4 0xAC06A9A9 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xAC06A9A9 EQ PUSH2 0x2F2 JUMPI DUP1 PUSH4 0xB395F086 EQ PUSH2 0x312 JUMPI DUP1 PUSH4 0xBB6DECC8 EQ PUSH2 0x332 JUMPI DUP1 PUSH4 0xBEDFB8D4 EQ PUSH2 0x352 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x368 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x24E JUMPI DUP1 PUSH4 0x8C64EA4A EQ PUSH2 0x263 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x294 JUMPI DUP1 PUSH4 0xA156D863 EQ PUSH2 0x2B2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x52D1902D GT PUSH2 0xDC JUMPI DUP1 PUSH4 0x52D1902D EQ PUSH2 0x1A0 JUMPI DUP1 PUSH4 0x587CDE1E EQ PUSH2 0x1C3 JUMPI DUP1 PUSH4 0x5C873849 EQ PUSH2 0x1F9 JUMPI DUP1 PUSH4 0x619DD5D4 EQ PUSH2 0x219 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x239 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x133AFCC0 EQ PUSH2 0x10E JUMPI DUP1 PUSH4 0x14B630F9 EQ PUSH2 0x130 JUMPI DUP1 PUSH4 0x3659CFE6 EQ PUSH2 0x16D JUMPI DUP1 PUSH4 0x4F1EF286 EQ PUSH2 0x18D JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x11A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x129 CALLDATASIZE PUSH1 0x4 PUSH2 0x1678 JUMP JUMPDEST PUSH2 0x388 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x13C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0xC9 SLOAD PUSH2 0x150 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x179 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x188 CALLDATASIZE PUSH1 0x4 PUSH2 0x13F5 JUMP JUMPDEST PUSH2 0x494 JUMP JUMPDEST PUSH2 0x12E PUSH2 0x19B CALLDATASIZE PUSH1 0x4 PUSH2 0x14CA JUMP JUMPDEST PUSH2 0x574 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1B5 PUSH2 0x641 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x164 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1CF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x150 PUSH2 0x1DE CALLDATASIZE PUSH1 0x4 PUSH2 0x13F5 JUMP JUMPDEST PUSH1 0xCC PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x205 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x214 CALLDATASIZE PUSH1 0x4 PUSH2 0x142F JUMP JUMPDEST PUSH2 0x6F4 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x225 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x234 CALLDATASIZE PUSH1 0x4 PUSH2 0x169D JUMP JUMPDEST PUSH2 0x7A1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x245 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x7B3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x25A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x7C7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x26F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x283 PUSH2 0x27E CALLDATASIZE PUSH1 0x4 PUSH2 0x165F JUMP JUMPDEST PUSH2 0x8E5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x164 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x19D2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2A0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x33 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x150 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2D2 PUSH2 0x2CD CALLDATASIZE PUSH1 0x4 PUSH2 0x158D JUMP JUMPDEST PUSH2 0x9B0 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 DUP5 AND DUP2 MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x164 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2FE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x150 PUSH2 0x30D CALLDATASIZE PUSH1 0x4 PUSH2 0x152E JUMP JUMPDEST PUSH2 0xA5B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x31E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x32D CALLDATASIZE PUSH1 0x4 PUSH2 0x1468 JUMP JUMPDEST PUSH2 0xAEE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x34D CALLDATASIZE PUSH1 0x4 PUSH2 0x13F5 JUMP JUMPDEST PUSH2 0xB06 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x35E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1B5 PUSH1 0xCA SLOAD DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x374 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x383 CALLDATASIZE PUSH1 0x4 PUSH2 0x13F5 JUMP JUMPDEST PUSH2 0xBA1 JUMP JUMPDEST CALLER PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND EQ DUP1 PUSH2 0x3B8 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0xCC PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD AND CALLER EQ JUMPDEST PUSH2 0x3FF JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x13 PUSH1 0x24 DUP3 ADD MSTORE PUSH19 0x6E6F742044414F206F722064656C6567617465 PUSH1 0x68 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH2 0x100 SWAP1 SWAP3 DIV AND EQ DUP1 ISZERO PUSH2 0x441 JUMPI POP PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0xFF AND JUMPDEST PUSH2 0x485 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x15 PUSH1 0x24 DUP3 ADD MSTORE PUSH21 0x85B9BDD081858DD1A5D9948111053C81D985D5B1D PUSH1 0x5A SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH2 0x490 DUP3 PUSH1 0x0 PUSH2 0xC17 JUMP JUMPDEST POP POP JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ ISZERO PUSH2 0x4DD JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x1806 JUMP JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x526 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x54C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x1852 JUMP JUMPDEST PUSH2 0x555 DUP2 PUSH2 0xC64 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0x571 SWAP2 DUP4 SWAP2 SWAP1 PUSH2 0xC6C JUMP JUMPDEST POP JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ ISZERO PUSH2 0x5BD JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x1806 JUMP JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x606 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x62C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x1852 JUMP JUMPDEST PUSH2 0x635 DUP3 PUSH2 0xC64 JUMP JUMPDEST PUSH2 0x490 DUP3 DUP3 PUSH1 0x1 PUSH2 0xC6C JUMP JUMPDEST PUSH1 0x0 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ PUSH2 0x6E1 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x38 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x555550535570677261646561626C653A206D757374206E6F742062652063616C PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x6C6564207468726F7567682064656C656761746563616C6C0000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST POP PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 JUMP JUMPDEST CALLER PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND EQ PUSH2 0x735 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x4 SWAP1 DUP3 ADD MSTORE PUSH4 0x2144414F PUSH1 0xE0 SHL PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 ADD SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0xCC PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND SWAP5 DUP7 AND SWAP5 DUP6 OR SWAP1 SSTORE DUP2 MLOAD SWAP3 DUP4 MSTORE DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH32 0xBEEBFEEBC9D1AF8057CA45AF36B2171FEA34CB5B251E394F0BC5FCABDE119D7F SWAP2 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH2 0x7A9 PUSH2 0xDE6 JUMP JUMPDEST PUSH2 0x490 DUP3 DUP3 PUSH2 0xC17 JUMP JUMPDEST PUSH2 0x7BB PUSH2 0xDE6 JUMP JUMPDEST PUSH2 0x7C5 PUSH1 0x0 PUSH2 0xE40 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND ISZERO DUP1 DUP1 ISZERO PUSH2 0x7E7 JUMPI POP PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0xFF SWAP1 SWAP2 AND LT JUMPDEST DUP1 PUSH2 0x801 JUMPI POP ADDRESS EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x801 JUMPI POP PUSH1 0x0 SLOAD PUSH1 0xFF AND PUSH1 0x1 EQ JUMPDEST PUSH2 0x864 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x2E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x44 DUP3 ADD MSTORE PUSH14 0x191E481A5B9A5D1A585B1A5E9959 PUSH1 0x92 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE DUP1 ISZERO PUSH2 0x887 JUMPI PUSH1 0x0 DUP1 SLOAD PUSH2 0xFF00 NOT AND PUSH2 0x100 OR SWAP1 SSTORE JUMPDEST PUSH2 0x88F PUSH2 0xE92 JUMP JUMPDEST PUSH2 0x897 PUSH2 0xEC1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCA SSTORE DUP1 ISZERO PUSH2 0x571 JUMPI PUSH1 0x0 DUP1 SLOAD PUSH2 0xFF00 NOT AND SWAP1 SSTORE PUSH1 0x40 MLOAD PUSH1 0x1 DUP2 MSTORE PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 SWAP1 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 DUP3 ADD SLOAD PUSH1 0x2 DUP4 ADD SLOAD PUSH1 0x3 DUP5 ADD DUP1 SLOAD SWAP4 SWAP5 PUSH1 0xFF DUP5 AND SWAP5 PUSH2 0x100 SWAP1 SWAP5 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND SWAP5 SWAP4 AND SWAP3 SWAP1 SWAP2 SWAP1 PUSH2 0x92D SWAP1 PUSH2 0x1A69 JUMP JUMPDEST DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP1 SLOAD PUSH2 0x959 SWAP1 PUSH2 0x1A69 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x9A6 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x97B JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x9A6 JUMP JUMPDEST DUP3 ADD SWAP2 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 JUMPDEST DUP2 SLOAD DUP2 MSTORE SWAP1 PUSH1 0x1 ADD SWAP1 PUSH1 0x20 ADD DUP1 DUP4 GT PUSH2 0x989 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP DUP6 JUMP JUMPDEST PUSH1 0xC9 SLOAD PUSH1 0x40 MLOAD PUSH4 0x209F3695 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x0 SWAP2 DUP3 SWAP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND SWAP1 PUSH4 0x209F3695 SWAP1 PUSH2 0x9EF SWAP1 DUP13 SWAP1 DUP13 SWAP1 DUP13 SWAP1 DUP13 SWAP1 DUP13 SWAP1 DUP13 SWAP1 PUSH1 0x4 ADD PUSH2 0x1738 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xA09 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xA1D JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xA41 SWAP2 SWAP1 PUSH2 0x1412 JUMP JUMPDEST SWAP2 POP PUSH2 0xA4D DUP3 DUP5 PUSH2 0xA5B JUMP JUMPDEST SWAP1 POP SWAP8 POP SWAP8 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0xC9 SLOAD PUSH1 0x40 MLOAD PUSH4 0x3E2108C7 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 DUP2 AND PUSH1 0x4 DUP4 ADD MSTORE PUSH1 0x0 SWAP3 AND SWAP1 PUSH4 0xF884231C SWAP1 PUSH1 0x24 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xAA3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xAB7 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xADB SWAP2 SWAP1 PUSH2 0x1412 JUMP JUMPDEST SWAP1 POP PUSH2 0xAE8 DUP3 DUP5 DUP4 PUSH2 0xEE8 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xAF6 PUSH2 0xDE6 JUMP JUMPDEST PUSH2 0xB01 DUP2 DUP5 DUP5 PUSH2 0xEE8 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0xB0E PUSH2 0xDE6 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0xB53 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xC PUSH1 0x24 DUP3 ADD MSTORE PUSH12 0x7A65726F2061646472657373 PUSH1 0xA0 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0xC9 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH32 0xF471C7A7115723E1D5E0A3B924BEC97596831B94082A24D73C8C3210C6CB3B06 SWAP1 PUSH1 0x20 ADD PUSH2 0x8DA JUMP JUMPDEST PUSH2 0xBA9 PUSH2 0xDE6 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0xC0E JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x26 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x44 DUP3 ADD MSTORE PUSH6 0x646472657373 PUSH1 0xD0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH2 0x571 DUP2 PUSH2 0xE40 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 PUSH1 0x1 DUP2 ADD DUP1 SLOAD PUSH1 0xFF NOT AND DUP5 ISZERO ISZERO OR SWAP1 SSTORE SWAP1 MLOAD PUSH32 0x70720885C820C73FACAA75BC2669991B591D9FD2A1E2507A4A9A8022F9336F78 SWAP2 PUSH2 0x795 SWAP2 PUSH2 0x18E9 JUMP JUMPDEST PUSH2 0x571 PUSH2 0xDE6 JUMP JUMPDEST PUSH32 0x4910FDFA16FED3260ED0E7147F7CC6DA11A60208B5B9406D12A635614FFD9143 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0xC9F JUMPI PUSH2 0xB01 DUP4 PUSH2 0x1005 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x52D1902D PUSH1 0x40 MLOAD DUP2 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xCD8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0xD08 JUMPI POP PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0xD05 SWAP2 DUP2 ADD SWAP1 PUSH2 0x1574 JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0xD6B JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x2E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524331393637557067726164653A206E657720696D706C656D656E74617469 PUSH1 0x44 DUP3 ADD MSTORE PUSH14 0x6F6E206973206E6F742055555053 PUSH1 0x90 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE DUP2 EQ PUSH2 0xDDA JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x29 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524331393637557067726164653A20756E737570706F727465642070726F78 PUSH1 0x44 DUP3 ADD MSTORE PUSH9 0x1A58589B1955555251 PUSH1 0xBA SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST POP PUSH2 0xB01 DUP4 DUP4 DUP4 PUSH2 0x10A1 JUMP JUMPDEST PUSH1 0x33 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x7C5 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x33 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 DUP2 AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT DUP4 AND DUP2 OR SWAP1 SWAP4 SSTORE PUSH1 0x40 MLOAD SWAP2 AND SWAP2 SWAP1 DUP3 SWAP1 PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 SWAP1 PUSH1 0x0 SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0xEB9 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x189E JUMP JUMPDEST PUSH2 0x7C5 PUSH2 0x10CC JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x7C5 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x189E JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCA PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xEFB SWAP2 SWAP1 PUSH2 0x1A17 JUMP JUMPDEST SWAP1 SWAP2 SSTORE POP POP PUSH1 0x40 DUP1 MLOAD PUSH1 0xA0 DUP2 ADD DUP3 MSTORE PUSH1 0xCA SLOAD DUP1 DUP3 MSTORE PUSH1 0x1 PUSH1 0x20 DUP1 DUP5 ADD DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP9 DUP2 AND DUP7 DUP9 ADD SWAP1 DUP2 MSTORE DUP9 DUP3 AND PUSH1 0x60 DUP9 ADD SWAP1 DUP2 MSTORE PUSH1 0x80 DUP9 ADD DUP13 DUP2 MSTORE PUSH1 0x0 SWAP8 DUP9 MSTORE PUSH1 0xCB DUP7 MSTORE SWAP9 SWAP1 SWAP7 KECCAK256 DUP8 MLOAD DUP2 SSTORE SWAP3 MLOAD SWAP5 DUP4 ADD DUP1 SLOAD SWAP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA8 SHL SUB NOT SWAP1 SWAP3 AND SWAP6 ISZERO ISZERO PUSH2 0x100 PUSH1 0x1 PUSH1 0xA8 SHL SUB NOT AND SWAP6 SWAP1 SWAP6 OR PUSH2 0x100 SWAP2 DUP4 AND SWAP2 SWAP1 SWAP2 MUL OR SWAP1 SWAP4 SSTORE SWAP3 MLOAD PUSH1 0x2 DUP5 ADD DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND SWAP2 SWAP1 SWAP4 AND OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD DUP1 MLOAD SWAP3 SWAP4 SWAP2 SWAP3 PUSH2 0xFB4 SWAP3 PUSH1 0x3 DUP6 ADD SWAP3 ADD SWAP1 PUSH2 0x127A JUMP JUMPDEST POP POP PUSH1 0xCA SLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH32 0x70720885C820C73FACAA75BC2669991B591D9FD2A1E2507A4A9A8022F9336F78 SWAP3 POP PUSH2 0xFF8 SWAP2 SWAP1 PUSH2 0x18E9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND EXTCODESIZE PUSH2 0x1072 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x2D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x455243313936373A206E657720696D706C656D656E746174696F6E206973206E PUSH1 0x44 DUP3 ADD MSTORE PUSH13 0x1BDD08184818DBDB9D1C9858DD PUSH1 0x9A SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE JUMP JUMPDEST PUSH2 0x10AA DUP4 PUSH2 0x10FC JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD GT DUP1 PUSH2 0x10B7 JUMPI POP DUP1 JUMPDEST ISZERO PUSH2 0xB01 JUMPI PUSH2 0x10C6 DUP4 DUP4 PUSH2 0x113C JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x10F3 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x189E JUMP JUMPDEST PUSH2 0x7C5 CALLER PUSH2 0xE40 JUMP JUMPDEST PUSH2 0x1105 DUP2 PUSH2 0x1005 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND SWAP1 PUSH32 0xBC7CD75A20EE27FD9ADEBAB32041F755214DBC6BFFA90CC0225B39DA2E5C2D3B SWAP1 PUSH1 0x0 SWAP1 LOG2 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND EXTCODESIZE PUSH2 0x11A4 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x26 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x416464726573733A2064656C65676174652063616C6C20746F206E6F6E2D636F PUSH1 0x44 DUP3 ADD MSTORE PUSH6 0x1B9D1C9858DD PUSH1 0xD2 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x40 MLOAD PUSH2 0x11BF SWAP2 SWAP1 PUSH2 0x171C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x11FA JUMPI PUSH1 0x40 MLOAD SWAP2 POP PUSH1 0x1F NOT PUSH1 0x3F RETURNDATASIZE ADD AND DUP3 ADD PUSH1 0x40 MSTORE RETURNDATASIZE DUP3 MSTORE RETURNDATASIZE PUSH1 0x0 PUSH1 0x20 DUP5 ADD RETURNDATACOPY PUSH2 0x11FF JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1227 DUP3 DUP3 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x27 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1AF0 PUSH1 0x27 SWAP2 CODECOPY PUSH2 0x1230 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP4 ISZERO PUSH2 0x123F JUMPI POP DUP2 PUSH2 0x1249 JUMP JUMPDEST PUSH2 0x1249 DUP4 DUP4 PUSH2 0x1250 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP2 MLOAD ISZERO PUSH2 0x1260 JUMPI DUP2 MLOAD DUP1 DUP4 PUSH1 0x20 ADD REVERT JUMPDEST DUP1 PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP2 SWAP1 PUSH2 0x17F3 JUMP JUMPDEST DUP3 DUP1 SLOAD PUSH2 0x1286 SWAP1 PUSH2 0x1A69 JUMP JUMPDEST SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x1F ADD PUSH1 0x20 SWAP1 DIV DUP2 ADD SWAP3 DUP3 PUSH2 0x12A8 JUMPI PUSH1 0x0 DUP6 SSTORE PUSH2 0x12EE JUMP JUMPDEST DUP3 PUSH1 0x1F LT PUSH2 0x12C1 JUMPI DUP1 MLOAD PUSH1 0xFF NOT AND DUP4 DUP1 ADD OR DUP6 SSTORE PUSH2 0x12EE JUMP JUMPDEST DUP3 DUP1 ADD PUSH1 0x1 ADD DUP6 SSTORE DUP3 ISZERO PUSH2 0x12EE JUMPI SWAP2 DUP3 ADD JUMPDEST DUP3 DUP2 GT ISZERO PUSH2 0x12EE JUMPI DUP3 MLOAD DUP3 SSTORE SWAP2 PUSH1 0x20 ADD SWAP2 SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x12D3 JUMP JUMPDEST POP PUSH2 0x12FA SWAP3 SWAP2 POP PUSH2 0x12FE JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x12FA JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x12FF JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP5 GT ISZERO PUSH2 0x132E JUMPI PUSH2 0x132E PUSH2 0x1AA4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP6 ADD PUSH1 0x1F NOT SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP3 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH2 0x1356 JUMPI PUSH2 0x1356 PUSH2 0x1AA4 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP1 SWAP4 POP DUP6 DUP2 MSTORE DUP7 DUP7 DUP7 ADD GT ISZERO PUSH2 0x136F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 DUP6 PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0x20 DUP8 DUP4 ADD ADD MSTORE POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x139B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x13B3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x13CE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x13E6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1249 DUP4 DUP4 CALLDATALOAD PUSH1 0x20 DUP6 ADD PUSH2 0x1313 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1407 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x1249 DUP2 PUSH2 0x1ABA JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1424 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x1249 DUP2 PUSH2 0x1ABA JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1442 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x144D DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x145D DUP2 PUSH2 0x1ABA JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x147D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x1488 DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x1498 DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x14B4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x14C0 DUP7 DUP3 DUP8 ADD PUSH2 0x13D5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x14DD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x14E8 DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1504 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD PUSH1 0x1F DUP2 ADD DUP6 SGT PUSH2 0x1515 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1524 DUP6 DUP3 CALLDATALOAD PUSH1 0x20 DUP5 ADD PUSH2 0x1313 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1541 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x154C DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1568 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1524 DUP6 DUP3 DUP7 ADD PUSH2 0x13D5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1586 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP9 DUP11 SUB SLT ISZERO PUSH2 0x15A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP8 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x15C0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP11 ADD SWAP2 POP DUP11 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x15D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x15E3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP12 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x15F5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 SWAP3 DUP4 ADD SWAP10 POP SWAP8 POP SWAP1 DUP10 ADD CALLDATALOAD SWAP1 DUP1 DUP3 GT ISZERO PUSH2 0x1610 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x161C DUP12 DUP4 DUP13 ADD PUSH2 0x1389 JUMP JUMPDEST SWAP1 SWAP8 POP SWAP6 POP PUSH1 0x40 DUP11 ADD CALLDATALOAD SWAP5 POP PUSH1 0x60 DUP11 ADD CALLDATALOAD SWAP4 POP PUSH1 0x80 DUP11 ADD CALLDATALOAD SWAP2 POP DUP1 DUP3 GT ISZERO PUSH2 0x1643 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1650 DUP11 DUP3 DUP12 ADD PUSH2 0x13D5 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP9 SWAP2 SWAP5 SWAP8 POP SWAP3 SWAP6 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1671 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x168B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x145D DUP2 PUSH2 0x1ABA JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x16B0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x145D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP4 MSTORE DUP2 DUP2 PUSH1 0x20 DUP6 ADD CALLDATACOPY POP PUSH1 0x0 DUP3 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1F SWAP1 SWAP2 ADD PUSH1 0x1F NOT AND SWAP1 SWAP2 ADD ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x1708 DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x1A3D JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP3 SWAP1 SWAP3 ADD PUSH1 0x20 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x172E DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x1A3D JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x80 DUP2 MSTORE PUSH1 0x0 PUSH2 0x174C PUSH1 0x80 DUP4 ADD DUP9 DUP11 PUSH2 0x16C7 JUMP JUMPDEST PUSH1 0x20 DUP4 DUP3 SUB DUP2 DUP6 ADD MSTORE DUP2 DUP8 DUP4 MSTORE DUP2 DUP4 ADD SWAP1 POP DUP2 DUP9 PUSH1 0x5 SHL DUP5 ADD ADD DUP10 PUSH1 0x0 JUMPDEST DUP11 DUP2 LT ISZERO PUSH2 0x17D9 JUMPI DUP6 DUP4 SUB PUSH1 0x1F NOT ADD DUP5 MSTORE DUP2 CALLDATALOAD CALLDATASIZE DUP14 SWAP1 SUB PUSH1 0x1E NOT ADD DUP2 SLT PUSH2 0x1790 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP13 ADD DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x17A9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATASIZE SUB DUP15 SGT ISZERO PUSH2 0x17B8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x17C5 DUP6 DUP3 DUP10 DUP6 ADD PUSH2 0x16C7 JUMP JUMPDEST SWAP6 DUP8 ADD SWAP6 SWAP5 POP POP POP SWAP1 DUP5 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x176A JUMP JUMPDEST POP POP PUSH1 0x40 DUP7 ADD SWAP8 SWAP1 SWAP8 MSTORE POP POP POP POP PUSH1 0x60 ADD MSTORE SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x1249 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x16F0 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x2C SWAP1 DUP3 ADD MSTORE PUSH32 0x46756E6374696F6E206D7573742062652063616C6C6564207468726F75676820 PUSH1 0x40 DUP3 ADD MSTORE PUSH12 0x19195B1959D85D1958D85B1B PUSH1 0xA2 SHL PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x2C SWAP1 DUP3 ADD MSTORE PUSH32 0x46756E6374696F6E206D7573742062652063616C6C6564207468726F75676820 PUSH1 0x40 DUP3 ADD MSTORE PUSH12 0x6163746976652070726F7879 PUSH1 0xA0 SHL PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x2B SWAP1 DUP3 ADD MSTORE PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x40 DUP3 ADD MSTORE PUSH11 0x6E697469616C697A696E67 PUSH1 0xA8 SHL PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE DUP3 SLOAD DUP3 DUP3 ADD MSTORE PUSH1 0x1 DUP1 DUP5 ADD SLOAD PUSH1 0xFF DUP2 AND ISZERO ISZERO PUSH1 0x40 DUP6 ADD MSTORE PUSH1 0x8 SHR PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND PUSH1 0x60 DUP6 ADD MSTORE PUSH1 0x2 DUP6 ADD SLOAD AND PUSH1 0x80 DUP5 ADD MSTORE PUSH1 0xA0 DUP1 DUP5 ADD MSTORE PUSH1 0x3 DUP5 ADD DUP1 SLOAD PUSH1 0x0 SWAP4 SWAP3 SWAP2 SWAP1 DUP5 SWAP1 DUP1 DUP5 SHR DUP2 DUP6 AND DUP1 PUSH2 0x1949 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST DUP7 DUP3 LT DUP2 EQ ISZERO PUSH2 0x1967 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL DUP5 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 DUP5 REVERT JUMPDEST PUSH1 0xC0 DUP10 ADD DUP3 SWAP1 MSTORE PUSH1 0xE0 DUP10 ADD DUP2 DUP1 ISZERO PUSH2 0x1986 JUMPI PUSH1 0x1 DUP2 EQ PUSH2 0x1997 JUMPI PUSH2 0x19C2 JUMP JUMPDEST PUSH1 0xFF NOT DUP6 AND DUP3 MSTORE DUP9 DUP3 ADD SWAP6 POP PUSH2 0x19C2 JUMP JUMPDEST PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 SWAP1 KECCAK256 PUSH1 0x0 JUMPDEST DUP6 DUP2 LT ISZERO PUSH2 0x19BC JUMPI DUP2 SLOAD DUP5 DUP3 ADD MSTORE SWAP1 DUP10 ADD SWAP1 DUP11 ADD PUSH2 0x19A3 JUMP JUMPDEST DUP4 ADD SWAP7 POP POP JUMPDEST POP SWAP4 SWAP11 SWAP10 POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST DUP6 DUP2 MSTORE DUP5 ISZERO ISZERO PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 DUP2 AND PUSH1 0x40 DUP4 ADD MSTORE DUP4 AND PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0xA0 PUSH1 0x80 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH2 0x1A0C SWAP1 DUP4 ADD DUP5 PUSH2 0x16F0 JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 NOT DUP3 GT ISZERO PUSH2 0x1A38 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1A58 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x1A40 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH2 0x10C6 JUMPI POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x1A7D JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 EQ ISZERO PUSH2 0x1A9E JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x571 JUMPI PUSH1 0x0 DUP1 REVERT INVALID CALLDATASIZE ADDMOD SWAP5 LOG1 EXTCODESIZE LOG1 LOG3 0x21 MOD PUSH8 0xC828492DB98DCA3E KECCAK256 PUSH23 0xCC3735A920A3CA505D382BBC416464726573733A206C6F PUSH24 0x2D6C6576656C2064656C65676174652063616C6C20666169 PUSH13 0x6564A26469706673582212208B CALLDATACOPY ADD EXP 0xDE 0xF JUMP GT 0xEA MSIZE ADDRESS DUP1 KECCAK256 SMOD 0xD NOT 0xEC 0x4A 0xC1 CALLVALUE 0xD5 0xC4 0xB6 PUSH13 0x768089A9CE0CFA064736F6C63 NUMBER STOP ADDMOD SMOD STOP CALLER ",
      "sourceMap": "721:3741:80:-:0;;;1332:4:42;1289:48;;;;721:3741:80;;;;;;;;;;;;;;;;;;;;;;"
    },
    "deployedBytecode": {
      "functionDebugData": {
        "@__Ownable_init_3953": {
          "entryPoint": 3730,
          "id": 3953,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@__Ownable_init_unchained_3964": {
          "entryPoint": 4300,
          "id": 3964,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@__UUPSUpgradeable_init_4641": {
          "entryPoint": 3777,
          "id": 4641,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_authorizeUpgrade_13802": {
          "entryPoint": 3172,
          "id": 13802,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@_baalSummoner_13491": {
          "entryPoint": null,
          "id": 13491,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_checkOwner_3995": {
          "entryPoint": 3558,
          "id": 3995,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_functionDelegateCall_4438": {
          "entryPoint": 4412,
          "id": 4438,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@_getImplementation_4134": {
          "entryPoint": null,
          "id": 4134,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_msgSender_6716": {
          "entryPoint": null,
          "id": 6716,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_revert_6532": {
          "entryPoint": 4688,
          "id": 6532,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@_setImplementation_4158": {
          "entryPoint": 4101,
          "id": 4158,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@_setNewVault_13793": {
          "entryPoint": 3816,
          "id": 13793,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_setVault_13761": {
          "entryPoint": 3095,
          "id": 13761,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@_transferOwnership_4052": {
          "entryPoint": 3648,
          "id": 4052,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@_upgradeToAndCallUUPS_4254": {
          "entryPoint": 3180,
          "id": 4254,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_upgradeToAndCall_4201": {
          "entryPoint": 4257,
          "id": 4201,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_upgradeTo_4173": {
          "entryPoint": 4348,
          "id": 4173,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@deactivateVaultAsDao_13712": {
          "entryPoint": 904,
          "id": 13712,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@delegates_13513": {
          "entryPoint": null,
          "id": 13513,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@getAddressSlot_6831": {
          "entryPoint": null,
          "id": 6831,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@getBooleanSlot_6842": {
          "entryPoint": null,
          "id": 6842,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@initialize_13544": {
          "entryPoint": 1991,
          "id": 13544,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@isContract_6267": {
          "entryPoint": null,
          "id": 6267,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@owner_3981": {
          "entryPoint": null,
          "id": 3981,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@proxiableUUID_4704": {
          "entryPoint": 1601,
          "id": 4704,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@renounceOwnership_4009": {
          "entryPoint": 1971,
          "id": 4009,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@setDelegate_13740": {
          "entryPoint": 1780,
          "id": 13740,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@setNewVault_13668": {
          "entryPoint": 2798,
          "id": 13668,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@setSummonerAddr_13572": {
          "entryPoint": 2822,
          "id": 13572,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@setVault_13649": {
          "entryPoint": 1953,
          "id": 13649,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@summonBaalAndVault_13609": {
          "entryPoint": 2480,
          "id": 13609,
          "parameterSlots": 7,
          "returnSlots": 2
        },
        "@summonVault_13633": {
          "entryPoint": 2651,
          "id": 13633,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@transferOwnership_4032": {
          "entryPoint": 2977,
          "id": 4032,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@upgradeToAndCall_4747": {
          "entryPoint": 1396,
          "id": 4747,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@upgradeTo_4726": {
          "entryPoint": 1172,
          "id": 4726,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@vaultIdx_13493": {
          "entryPoint": null,
          "id": 13493,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@vaults_13509": {
          "entryPoint": 2277,
          "id": 13509,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@verifyCallResult_6512": {
          "entryPoint": 4656,
          "id": 6512,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "abi_decode_array_bytes_calldata_dyn_calldata": {
          "entryPoint": 5001,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_decode_available_length_bytes": {
          "entryPoint": 4883,
          "id": null,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "abi_decode_string": {
          "entryPoint": 5077,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_decode_tuple_t_address": {
          "entryPoint": 5109,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_decode_tuple_t_address_fromMemory": {
          "entryPoint": 5138,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_decode_tuple_t_addresst_address": {
          "entryPoint": 5167,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_decode_tuple_t_addresst_addresst_string_memory_ptr": {
          "entryPoint": 5224,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 3
        },
        "abi_decode_tuple_t_addresst_bytes_memory_ptr": {
          "entryPoint": 5322,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_decode_tuple_t_addresst_string_memory_ptr": {
          "entryPoint": 5422,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_decode_tuple_t_bytes32_fromMemory": {
          "entryPoint": 5492,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_decode_tuple_t_bytes_calldata_ptrt_array$_t_bytes_calldata_ptr_$dyn_calldata_ptrt_uint256t_bytes32t_string_memory_ptr": {
          "entryPoint": 5517,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 7
        },
        "abi_decode_tuple_t_uint256": {
          "entryPoint": 5727,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_decode_tuple_t_uint256t_address": {
          "entryPoint": 5752,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_decode_tuple_t_uint256t_bool": {
          "entryPoint": 5789,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_encode_bytes_calldata": {
          "entryPoint": 5831,
          "id": null,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "abi_encode_string": {
          "entryPoint": 5872,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": {
          "entryPoint": 5916,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_address_t_address__to_t_address_t_address__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_bytes_calldata_ptr_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr_t_uint256_t_bytes32__to_t_bytes_memory_ptr_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr_t_uint256_t_bytes32__fromStack_reversed": {
          "entryPoint": 5944,
          "id": null,
          "parameterSlots": 7,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_contract$_IBaalSummoner_$14393__to_t_address__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": 6131,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_003671cf652c5d9a171e91019c6c8a6a5ba6fdec0d314a2d52cbe2fc1ca6b916__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_36e108fa7a809b52ab1951dd91c117a7bc9ac5250bdf1aa162d4e104f7edf9eb__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": 6150,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_3e2c30b2368d973f93505d817244d36fdf4574d5de18f1f61f06afbaa17310e1__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_52f1ead4d9653e13afbd2e90ef2587c30187cd50b2e97d784e3f7a7541247434__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": 6226,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_67f0151b4ad1dcfa0e3302a0cd6019f51582ef1807b37dceb00bd852a514f7f4__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_76b6b6debfc5febf101145a79ecf0b0d2e89e397dfdab2bca99888370411152c__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_8e8e2fbcb586f700b5b14e2c4a650c8d83b9773c31c5fe8962070ea544e11f24__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_972b7028e8de0bff0d553b3264eba2312ec98a552add05e58853b313f9f4ac65__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_a4b4461cfc9c1f0249c17896b005545dc5d1690f81d2023afc517b07ed3227a7__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_b94ded0918034cf8f896e19fa3cfdef1188cd569c577264a3622e49152f88520__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_d3d426b218451f167c551b982b3db4a5718b469fc162f94392e4df683cdb7723__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": 6302,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_struct$_Vault_$13504_storage__to_t_struct$_Vault_$13504_memory_ptr__fromStack_reversed": {
          "entryPoint": 6377,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_uint256_t_bool_t_address_t_address_t_string_memory_ptr__to_t_uint256_t_bool_t_address_t_address_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": 6610,
          "id": null,
          "parameterSlots": 6,
          "returnSlots": 1
        },
        "array_dataslot_string_storage": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "array_storeLengthForEncoding_array_bytes_dyn": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "checked_add_t_uint256": {
          "entryPoint": 6679,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "copy_memory_to_memory": {
          "entryPoint": 6717,
          "id": null,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "extract_byte_array_length": {
          "entryPoint": 6761,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "panic_error_0x41": {
          "entryPoint": 6820,
          "id": null,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "validator_revert_address": {
          "entryPoint": 6842,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 0
        }
      },
      "generatedSources": [
        {
          "ast": {
            "nodeType": "YulBlock",
            "src": "0:19518:92",
            "statements": [
              {
                "nodeType": "YulBlock",
                "src": "6:3:92",
                "statements": []
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "88:557:92",
                  "statements": [
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "98:28:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "108:18:92",
                        "type": "",
                        "value": "0xffffffffffffffff"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "102:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "153:22:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [],
                              "functionName": {
                                "name": "panic_error_0x41",
                                "nodeType": "YulIdentifier",
                                "src": "155:16:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "155:18:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "155:18:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "141:6:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "149:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "138:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "138:14:92"
                      },
                      "nodeType": "YulIf",
                      "src": "135:40:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "184:17:92",
                      "value": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "198:2:92",
                            "type": "",
                            "value": "31"
                          }
                        ],
                        "functionName": {
                          "name": "not",
                          "nodeType": "YulIdentifier",
                          "src": "194:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "194:7:92"
                      },
                      "variables": [
                        {
                          "name": "_2",
                          "nodeType": "YulTypedName",
                          "src": "188:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "210:23:92",
                      "value": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "230:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "mload",
                          "nodeType": "YulIdentifier",
                          "src": "224:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "224:9:92"
                      },
                      "variables": [
                        {
                          "name": "memPtr",
                          "nodeType": "YulTypedName",
                          "src": "214:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "242:73:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "memPtr",
                            "nodeType": "YulIdentifier",
                            "src": "264:6:92"
                          },
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "arguments": [
                                          {
                                            "name": "length",
                                            "nodeType": "YulIdentifier",
                                            "src": "288:6:92"
                                          },
                                          {
                                            "kind": "number",
                                            "nodeType": "YulLiteral",
                                            "src": "296:2:92",
                                            "type": "",
                                            "value": "31"
                                          }
                                        ],
                                        "functionName": {
                                          "name": "add",
                                          "nodeType": "YulIdentifier",
                                          "src": "284:3:92"
                                        },
                                        "nodeType": "YulFunctionCall",
                                        "src": "284:15:92"
                                      },
                                      {
                                        "name": "_2",
                                        "nodeType": "YulIdentifier",
                                        "src": "301:2:92"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "and",
                                      "nodeType": "YulIdentifier",
                                      "src": "280:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "280:24:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "306:2:92",
                                    "type": "",
                                    "value": "63"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "276:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "276:33:92"
                              },
                              {
                                "name": "_2",
                                "nodeType": "YulIdentifier",
                                "src": "311:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "272:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "272:42:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "260:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "260:55:92"
                      },
                      "variables": [
                        {
                          "name": "newFreePtr",
                          "nodeType": "YulTypedName",
                          "src": "246:10:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "374:22:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [],
                              "functionName": {
                                "name": "panic_error_0x41",
                                "nodeType": "YulIdentifier",
                                "src": "376:16:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "376:18:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "376:18:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "newFreePtr",
                                "nodeType": "YulIdentifier",
                                "src": "333:10:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "345:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "gt",
                              "nodeType": "YulIdentifier",
                              "src": "330:2:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "330:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "newFreePtr",
                                "nodeType": "YulIdentifier",
                                "src": "353:10:92"
                              },
                              {
                                "name": "memPtr",
                                "nodeType": "YulIdentifier",
                                "src": "365:6:92"
                              }
                            ],
                            "functionName": {
                              "name": "lt",
                              "nodeType": "YulIdentifier",
                              "src": "350:2:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "350:22:92"
                          }
                        ],
                        "functionName": {
                          "name": "or",
                          "nodeType": "YulIdentifier",
                          "src": "327:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "327:46:92"
                      },
                      "nodeType": "YulIf",
                      "src": "324:72:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "412:2:92",
                            "type": "",
                            "value": "64"
                          },
                          {
                            "name": "newFreePtr",
                            "nodeType": "YulIdentifier",
                            "src": "416:10:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "405:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "405:22:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "405:22:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "436:15:92",
                      "value": {
                        "name": "memPtr",
                        "nodeType": "YulIdentifier",
                        "src": "445:6:92"
                      },
                      "variableNames": [
                        {
                          "name": "array",
                          "nodeType": "YulIdentifier",
                          "src": "436:5:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "memPtr",
                            "nodeType": "YulIdentifier",
                            "src": "467:6:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "475:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "460:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "460:22:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "460:22:92"
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "520:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "529:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "532:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "522:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "522:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "522:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "src",
                                "nodeType": "YulIdentifier",
                                "src": "501:3:92"
                              },
                              {
                                "name": "length",
                                "nodeType": "YulIdentifier",
                                "src": "506:6:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "497:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "497:16:92"
                          },
                          {
                            "name": "end",
                            "nodeType": "YulIdentifier",
                            "src": "515:3:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "494:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "494:25:92"
                      },
                      "nodeType": "YulIf",
                      "src": "491:45:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "memPtr",
                                "nodeType": "YulIdentifier",
                                "src": "562:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "570:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "558:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "558:17:92"
                          },
                          {
                            "name": "src",
                            "nodeType": "YulIdentifier",
                            "src": "577:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "582:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldatacopy",
                          "nodeType": "YulIdentifier",
                          "src": "545:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "545:44:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "545:44:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "memPtr",
                                    "nodeType": "YulIdentifier",
                                    "src": "613:6:92"
                                  },
                                  {
                                    "name": "length",
                                    "nodeType": "YulIdentifier",
                                    "src": "621:6:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "609:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "609:19:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "630:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "605:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "605:30:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "637:1:92",
                            "type": "",
                            "value": "0"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "598:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "598:41:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "598:41:92"
                    }
                  ]
                },
                "name": "abi_decode_available_length_bytes",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "src",
                    "nodeType": "YulTypedName",
                    "src": "57:3:92",
                    "type": ""
                  },
                  {
                    "name": "length",
                    "nodeType": "YulTypedName",
                    "src": "62:6:92",
                    "type": ""
                  },
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "70:3:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "array",
                    "nodeType": "YulTypedName",
                    "src": "78:5:92",
                    "type": ""
                  }
                ],
                "src": "14:631:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "741:283:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "790:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "799:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "802:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "792:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "792:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "792:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "offset",
                                    "nodeType": "YulIdentifier",
                                    "src": "769:6:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "777:4:92",
                                    "type": "",
                                    "value": "0x1f"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "765:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "765:17:92"
                              },
                              {
                                "name": "end",
                                "nodeType": "YulIdentifier",
                                "src": "784:3:92"
                              }
                            ],
                            "functionName": {
                              "name": "slt",
                              "nodeType": "YulIdentifier",
                              "src": "761:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "761:27:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "754:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "754:35:92"
                      },
                      "nodeType": "YulIf",
                      "src": "751:55:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "815:30:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "838:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "825:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "825:20:92"
                      },
                      "variableNames": [
                        {
                          "name": "length",
                          "nodeType": "YulIdentifier",
                          "src": "815:6:92"
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "888:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "897:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "900:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "890:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "890:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "890:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "860:6:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "868:18:92",
                            "type": "",
                            "value": "0xffffffffffffffff"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "857:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "857:30:92"
                      },
                      "nodeType": "YulIf",
                      "src": "854:50:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "913:29:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "929:6:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "937:4:92",
                            "type": "",
                            "value": "0x20"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "925:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "925:17:92"
                      },
                      "variableNames": [
                        {
                          "name": "arrayPos",
                          "nodeType": "YulIdentifier",
                          "src": "913:8:92"
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "1002:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1011:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1014:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "1004:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "1004:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "1004:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "offset",
                                    "nodeType": "YulIdentifier",
                                    "src": "965:6:92"
                                  },
                                  {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "977:1:92",
                                        "type": "",
                                        "value": "5"
                                      },
                                      {
                                        "name": "length",
                                        "nodeType": "YulIdentifier",
                                        "src": "980:6:92"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "shl",
                                      "nodeType": "YulIdentifier",
                                      "src": "973:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "973:14:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "961:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "961:27:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "990:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "957:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "957:38:92"
                          },
                          {
                            "name": "end",
                            "nodeType": "YulIdentifier",
                            "src": "997:3:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "954:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "954:47:92"
                      },
                      "nodeType": "YulIf",
                      "src": "951:67:92"
                    }
                  ]
                },
                "name": "abi_decode_array_bytes_calldata_dyn_calldata",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "offset",
                    "nodeType": "YulTypedName",
                    "src": "704:6:92",
                    "type": ""
                  },
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "712:3:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "arrayPos",
                    "nodeType": "YulTypedName",
                    "src": "720:8:92",
                    "type": ""
                  },
                  {
                    "name": "length",
                    "nodeType": "YulTypedName",
                    "src": "730:6:92",
                    "type": ""
                  }
                ],
                "src": "650:374:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "1082:168:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "1131:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1140:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1143:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "1133:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "1133:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "1133:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "offset",
                                    "nodeType": "YulIdentifier",
                                    "src": "1110:6:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "1118:4:92",
                                    "type": "",
                                    "value": "0x1f"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "1106:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "1106:17:92"
                              },
                              {
                                "name": "end",
                                "nodeType": "YulIdentifier",
                                "src": "1125:3:92"
                              }
                            ],
                            "functionName": {
                              "name": "slt",
                              "nodeType": "YulIdentifier",
                              "src": "1102:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1102:27:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "1095:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1095:35:92"
                      },
                      "nodeType": "YulIf",
                      "src": "1092:55:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "1156:88:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "offset",
                                "nodeType": "YulIdentifier",
                                "src": "1203:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "1211:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "1199:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1199:17:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "offset",
                                "nodeType": "YulIdentifier",
                                "src": "1231:6:92"
                              }
                            ],
                            "functionName": {
                              "name": "calldataload",
                              "nodeType": "YulIdentifier",
                              "src": "1218:12:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1218:20:92"
                          },
                          {
                            "name": "end",
                            "nodeType": "YulIdentifier",
                            "src": "1240:3:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_available_length_bytes",
                          "nodeType": "YulIdentifier",
                          "src": "1165:33:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1165:79:92"
                      },
                      "variableNames": [
                        {
                          "name": "array",
                          "nodeType": "YulIdentifier",
                          "src": "1156:5:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_string",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "offset",
                    "nodeType": "YulTypedName",
                    "src": "1056:6:92",
                    "type": ""
                  },
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "1064:3:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "array",
                    "nodeType": "YulTypedName",
                    "src": "1072:5:92",
                    "type": ""
                  }
                ],
                "src": "1029:221:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "1325:177:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "1371:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1380:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1383:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "1373:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "1373:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "1373:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "1346:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "1355:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "1342:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1342:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "1367:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "1338:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1338:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "1335:52:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "1396:36:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "1422:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "1409:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1409:23:92"
                      },
                      "variables": [
                        {
                          "name": "value",
                          "nodeType": "YulTypedName",
                          "src": "1400:5:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "1466:5:92"
                          }
                        ],
                        "functionName": {
                          "name": "validator_revert_address",
                          "nodeType": "YulIdentifier",
                          "src": "1441:24:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1441:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "1441:31:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "1481:15:92",
                      "value": {
                        "name": "value",
                        "nodeType": "YulIdentifier",
                        "src": "1491:5:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "1481:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_address",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "1291:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "1302:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "1314:6:92",
                    "type": ""
                  }
                ],
                "src": "1255:247:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "1588:170:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "1634:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1643:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1646:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "1636:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "1636:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "1636:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "1609:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "1618:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "1605:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1605:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "1630:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "1601:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1601:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "1598:52:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "1659:29:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "1678:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "mload",
                          "nodeType": "YulIdentifier",
                          "src": "1672:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1672:16:92"
                      },
                      "variables": [
                        {
                          "name": "value",
                          "nodeType": "YulTypedName",
                          "src": "1663:5:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "1722:5:92"
                          }
                        ],
                        "functionName": {
                          "name": "validator_revert_address",
                          "nodeType": "YulIdentifier",
                          "src": "1697:24:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1697:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "1697:31:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "1737:15:92",
                      "value": {
                        "name": "value",
                        "nodeType": "YulIdentifier",
                        "src": "1747:5:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "1737:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_address_fromMemory",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "1554:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "1565:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "1577:6:92",
                    "type": ""
                  }
                ],
                "src": "1507:251:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "1850:301:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "1896:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1905:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1908:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "1898:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "1898:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "1898:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "1871:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "1880:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "1867:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1867:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "1892:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "1863:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1863:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "1860:52:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "1921:36:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "1947:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "1934:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1934:23:92"
                      },
                      "variables": [
                        {
                          "name": "value",
                          "nodeType": "YulTypedName",
                          "src": "1925:5:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "1991:5:92"
                          }
                        ],
                        "functionName": {
                          "name": "validator_revert_address",
                          "nodeType": "YulIdentifier",
                          "src": "1966:24:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1966:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "1966:31:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2006:15:92",
                      "value": {
                        "name": "value",
                        "nodeType": "YulIdentifier",
                        "src": "2016:5:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "2006:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "2030:47:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2062:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2073:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2058:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2058:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2045:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2045:32:92"
                      },
                      "variables": [
                        {
                          "name": "value_1",
                          "nodeType": "YulTypedName",
                          "src": "2034:7:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "value_1",
                            "nodeType": "YulIdentifier",
                            "src": "2111:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "validator_revert_address",
                          "nodeType": "YulIdentifier",
                          "src": "2086:24:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2086:33:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "2086:33:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2128:17:92",
                      "value": {
                        "name": "value_1",
                        "nodeType": "YulIdentifier",
                        "src": "2138:7:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "2128:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_address",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "1808:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "1819:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "1831:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "1839:6:92",
                    "type": ""
                  }
                ],
                "src": "1763:388:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "2270:484:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "2316:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2325:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2328:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "2318:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "2318:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "2318:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "2291:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2300:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "2287:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2287:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "2312:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "2283:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2283:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "2280:52:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "2341:36:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "2367:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2354:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2354:23:92"
                      },
                      "variables": [
                        {
                          "name": "value",
                          "nodeType": "YulTypedName",
                          "src": "2345:5:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "2411:5:92"
                          }
                        ],
                        "functionName": {
                          "name": "validator_revert_address",
                          "nodeType": "YulIdentifier",
                          "src": "2386:24:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2386:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "2386:31:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2426:15:92",
                      "value": {
                        "name": "value",
                        "nodeType": "YulIdentifier",
                        "src": "2436:5:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "2426:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "2450:47:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2482:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2493:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2478:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2478:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2465:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2465:32:92"
                      },
                      "variables": [
                        {
                          "name": "value_1",
                          "nodeType": "YulTypedName",
                          "src": "2454:7:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "value_1",
                            "nodeType": "YulIdentifier",
                            "src": "2531:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "validator_revert_address",
                          "nodeType": "YulIdentifier",
                          "src": "2506:24:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2506:33:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "2506:33:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2548:17:92",
                      "value": {
                        "name": "value_1",
                        "nodeType": "YulIdentifier",
                        "src": "2558:7:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "2548:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "2574:46:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2605:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2616:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2601:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2601:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2588:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2588:32:92"
                      },
                      "variables": [
                        {
                          "name": "offset",
                          "nodeType": "YulTypedName",
                          "src": "2578:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "2663:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2672:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2675:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "2665:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "2665:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "2665:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "2635:6:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "2643:18:92",
                            "type": "",
                            "value": "0xffffffffffffffff"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "2632:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2632:30:92"
                      },
                      "nodeType": "YulIf",
                      "src": "2629:50:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2688:60:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2720:9:92"
                              },
                              {
                                "name": "offset",
                                "nodeType": "YulIdentifier",
                                "src": "2731:6:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2716:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2716:22:92"
                          },
                          {
                            "name": "dataEnd",
                            "nodeType": "YulIdentifier",
                            "src": "2740:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_string",
                          "nodeType": "YulIdentifier",
                          "src": "2698:17:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2698:50:92"
                      },
                      "variableNames": [
                        {
                          "name": "value2",
                          "nodeType": "YulIdentifier",
                          "src": "2688:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_addresst_string_memory_ptr",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "2220:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "2231:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "2243:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "2251:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "2259:6:92",
                    "type": ""
                  }
                ],
                "src": "2156:598:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "2855:488:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "2901:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2910:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2913:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "2903:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "2903:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "2903:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "2876:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2885:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "2872:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2872:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "2897:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "2868:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2868:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "2865:52:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "2926:36:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "2952:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2939:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2939:23:92"
                      },
                      "variables": [
                        {
                          "name": "value",
                          "nodeType": "YulTypedName",
                          "src": "2930:5:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "2996:5:92"
                          }
                        ],
                        "functionName": {
                          "name": "validator_revert_address",
                          "nodeType": "YulIdentifier",
                          "src": "2971:24:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2971:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "2971:31:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3011:15:92",
                      "value": {
                        "name": "value",
                        "nodeType": "YulIdentifier",
                        "src": "3021:5:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "3011:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "3035:46:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3066:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3077:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3062:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3062:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "3049:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3049:32:92"
                      },
                      "variables": [
                        {
                          "name": "offset",
                          "nodeType": "YulTypedName",
                          "src": "3039:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "3124:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3133:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3136:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "3126:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "3126:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "3126:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "3096:6:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "3104:18:92",
                            "type": "",
                            "value": "0xffffffffffffffff"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "3093:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3093:30:92"
                      },
                      "nodeType": "YulIf",
                      "src": "3090:50:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "3149:32:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "3163:9:92"
                          },
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "3174:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "3159:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3159:22:92"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "3153:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "3229:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3238:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3241:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "3231:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "3231:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "3231:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "_1",
                                    "nodeType": "YulIdentifier",
                                    "src": "3208:2:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "3212:4:92",
                                    "type": "",
                                    "value": "0x1f"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "3204:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "3204:13:92"
                              },
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "3219:7:92"
                              }
                            ],
                            "functionName": {
                              "name": "slt",
                              "nodeType": "YulIdentifier",
                              "src": "3200:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3200:27:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "3193:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3193:35:92"
                      },
                      "nodeType": "YulIf",
                      "src": "3190:55:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3254:83:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "3302:2:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3306:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3298:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3298:11:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "3324:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "calldataload",
                              "nodeType": "YulIdentifier",
                              "src": "3311:12:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3311:16:92"
                          },
                          {
                            "name": "dataEnd",
                            "nodeType": "YulIdentifier",
                            "src": "3329:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_available_length_bytes",
                          "nodeType": "YulIdentifier",
                          "src": "3264:33:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3264:73:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "3254:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_bytes_memory_ptr",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "2813:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "2824:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "2836:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "2844:6:92",
                    "type": ""
                  }
                ],
                "src": "2759:584:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "3445:360:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "3491:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3500:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3503:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "3493:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "3493:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "3493:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "3466:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3475:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "3462:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3462:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "3487:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "3458:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3458:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "3455:52:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "3516:36:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "3542:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "3529:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3529:23:92"
                      },
                      "variables": [
                        {
                          "name": "value",
                          "nodeType": "YulTypedName",
                          "src": "3520:5:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "3586:5:92"
                          }
                        ],
                        "functionName": {
                          "name": "validator_revert_address",
                          "nodeType": "YulIdentifier",
                          "src": "3561:24:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3561:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "3561:31:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3601:15:92",
                      "value": {
                        "name": "value",
                        "nodeType": "YulIdentifier",
                        "src": "3611:5:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "3601:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "3625:46:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3656:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3667:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3652:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3652:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "3639:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3639:32:92"
                      },
                      "variables": [
                        {
                          "name": "offset",
                          "nodeType": "YulTypedName",
                          "src": "3629:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "3714:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3723:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3726:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "3716:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "3716:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "3716:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "3686:6:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "3694:18:92",
                            "type": "",
                            "value": "0xffffffffffffffff"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "3683:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3683:30:92"
                      },
                      "nodeType": "YulIf",
                      "src": "3680:50:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3739:60:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3771:9:92"
                              },
                              {
                                "name": "offset",
                                "nodeType": "YulIdentifier",
                                "src": "3782:6:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3767:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3767:22:92"
                          },
                          {
                            "name": "dataEnd",
                            "nodeType": "YulIdentifier",
                            "src": "3791:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_string",
                          "nodeType": "YulIdentifier",
                          "src": "3749:17:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3749:50:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "3739:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_string_memory_ptr",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "3403:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "3414:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "3426:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "3434:6:92",
                    "type": ""
                  }
                ],
                "src": "3348:457:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "3891:103:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "3937:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3946:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3949:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "3939:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "3939:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "3939:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "3912:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3921:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "3908:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3908:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "3933:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "3904:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3904:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "3901:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3962:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "3978:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "mload",
                          "nodeType": "YulIdentifier",
                          "src": "3972:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3972:16:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "3962:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_bytes32_fromMemory",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "3857:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "3868:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "3880:6:92",
                    "type": ""
                  }
                ],
                "src": "3810:184:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "4212:1055:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4259:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4268:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4271:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4261:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4261:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4261:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "4233:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "4242:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "4229:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4229:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "4254:3:92",
                            "type": "",
                            "value": "160"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "4225:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4225:33:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4222:53:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "4284:37:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "4311:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "4298:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4298:23:92"
                      },
                      "variables": [
                        {
                          "name": "offset",
                          "nodeType": "YulTypedName",
                          "src": "4288:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "4330:28:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "4340:18:92",
                        "type": "",
                        "value": "0xffffffffffffffff"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "4334:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4385:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4394:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4397:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4387:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4387:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4387:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "4373:6:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "4381:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "4370:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4370:14:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4367:34:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "4410:32:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "4424:9:92"
                          },
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "4435:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "4420:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4420:22:92"
                      },
                      "variables": [
                        {
                          "name": "_2",
                          "nodeType": "YulTypedName",
                          "src": "4414:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4490:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4499:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4502:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4492:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4492:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4492:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "_2",
                                    "nodeType": "YulIdentifier",
                                    "src": "4469:2:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "4473:4:92",
                                    "type": "",
                                    "value": "0x1f"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "4465:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "4465:13:92"
                              },
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "4480:7:92"
                              }
                            ],
                            "functionName": {
                              "name": "slt",
                              "nodeType": "YulIdentifier",
                              "src": "4461:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4461:27:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "4454:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4454:35:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4451:55:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "4515:30:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "_2",
                            "nodeType": "YulIdentifier",
                            "src": "4542:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "4529:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4529:16:92"
                      },
                      "variables": [
                        {
                          "name": "length",
                          "nodeType": "YulTypedName",
                          "src": "4519:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4572:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4581:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4584:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4574:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4574:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4574:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "4560:6:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "4568:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "4557:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4557:14:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4554:34:92"
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4640:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4649:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4652:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4642:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4642:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4642:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "_2",
                                    "nodeType": "YulIdentifier",
                                    "src": "4611:2:92"
                                  },
                                  {
                                    "name": "length",
                                    "nodeType": "YulIdentifier",
                                    "src": "4615:6:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "4607:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "4607:15:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "4624:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "4603:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4603:26:92"
                          },
                          {
                            "name": "dataEnd",
                            "nodeType": "YulIdentifier",
                            "src": "4631:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "4600:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4600:39:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4597:59:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "4665:23:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "_2",
                            "nodeType": "YulIdentifier",
                            "src": "4679:2:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "4683:4:92",
                            "type": "",
                            "value": "0x20"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "4675:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4675:13:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "4665:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "4697:16:92",
                      "value": {
                        "name": "length",
                        "nodeType": "YulIdentifier",
                        "src": "4707:6:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "4697:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "4722:50:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "4755:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "4766:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "4751:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4751:20:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "4738:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4738:34:92"
                      },
                      "variables": [
                        {
                          "name": "offset_1",
                          "nodeType": "YulTypedName",
                          "src": "4726:8:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4801:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4810:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4813:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4803:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4803:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4803:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "offset_1",
                            "nodeType": "YulIdentifier",
                            "src": "4787:8:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "4797:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "4784:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4784:16:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4781:36:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "4826:105:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "4901:9:92"
                              },
                              {
                                "name": "offset_1",
                                "nodeType": "YulIdentifier",
                                "src": "4912:8:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "4897:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4897:24:92"
                          },
                          {
                            "name": "dataEnd",
                            "nodeType": "YulIdentifier",
                            "src": "4923:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_array_bytes_calldata_dyn_calldata",
                          "nodeType": "YulIdentifier",
                          "src": "4852:44:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4852:79:92"
                      },
                      "variables": [
                        {
                          "name": "value2_1",
                          "nodeType": "YulTypedName",
                          "src": "4830:8:92",
                          "type": ""
                        },
                        {
                          "name": "value3_1",
                          "nodeType": "YulTypedName",
                          "src": "4840:8:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "4940:18:92",
                      "value": {
                        "name": "value2_1",
                        "nodeType": "YulIdentifier",
                        "src": "4950:8:92"
                      },
                      "variableNames": [
                        {
                          "name": "value2",
                          "nodeType": "YulIdentifier",
                          "src": "4940:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "4967:18:92",
                      "value": {
                        "name": "value3_1",
                        "nodeType": "YulIdentifier",
                        "src": "4977:8:92"
                      },
                      "variableNames": [
                        {
                          "name": "value3",
                          "nodeType": "YulIdentifier",
                          "src": "4967:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "4994:42:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "5021:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5032:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "5017:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5017:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "5004:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5004:32:92"
                      },
                      "variableNames": [
                        {
                          "name": "value4",
                          "nodeType": "YulIdentifier",
                          "src": "4994:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "5045:42:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "5072:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5083:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "5068:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5068:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "5055:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5055:32:92"
                      },
                      "variableNames": [
                        {
                          "name": "value5",
                          "nodeType": "YulIdentifier",
                          "src": "5045:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "5096:49:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "5129:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5140:3:92",
                                "type": "",
                                "value": "128"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "5125:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5125:19:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "5112:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5112:33:92"
                      },
                      "variables": [
                        {
                          "name": "offset_2",
                          "nodeType": "YulTypedName",
                          "src": "5100:8:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "5174:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "5183:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "5186:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "5176:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "5176:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "5176:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "offset_2",
                            "nodeType": "YulIdentifier",
                            "src": "5160:8:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "5170:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "5157:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5157:16:92"
                      },
                      "nodeType": "YulIf",
                      "src": "5154:36:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "5199:62:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "5231:9:92"
                              },
                              {
                                "name": "offset_2",
                                "nodeType": "YulIdentifier",
                                "src": "5242:8:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "5227:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5227:24:92"
                          },
                          {
                            "name": "dataEnd",
                            "nodeType": "YulIdentifier",
                            "src": "5253:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_string",
                          "nodeType": "YulIdentifier",
                          "src": "5209:17:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5209:52:92"
                      },
                      "variableNames": [
                        {
                          "name": "value6",
                          "nodeType": "YulIdentifier",
                          "src": "5199:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_bytes_calldata_ptrt_array$_t_bytes_calldata_ptr_$dyn_calldata_ptrt_uint256t_bytes32t_string_memory_ptr",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "4130:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "4141:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "4153:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "4161:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "4169:6:92",
                    "type": ""
                  },
                  {
                    "name": "value3",
                    "nodeType": "YulTypedName",
                    "src": "4177:6:92",
                    "type": ""
                  },
                  {
                    "name": "value4",
                    "nodeType": "YulTypedName",
                    "src": "4185:6:92",
                    "type": ""
                  },
                  {
                    "name": "value5",
                    "nodeType": "YulTypedName",
                    "src": "4193:6:92",
                    "type": ""
                  },
                  {
                    "name": "value6",
                    "nodeType": "YulTypedName",
                    "src": "4201:6:92",
                    "type": ""
                  }
                ],
                "src": "3999:1268:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "5342:110:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "5388:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "5397:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "5400:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "5390:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "5390:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "5390:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "5363:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "5372:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "5359:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5359:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "5384:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "5355:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5355:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "5352:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "5413:33:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "5436:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "5423:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5423:23:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "5413:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_uint256",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "5308:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "5319:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "5331:6:92",
                    "type": ""
                  }
                ],
                "src": "5272:180:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "5544:228:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "5590:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "5599:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "5602:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "5592:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "5592:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "5592:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "5565:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "5574:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "5561:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5561:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "5586:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "5557:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5557:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "5554:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "5615:33:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "5638:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "5625:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5625:23:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "5615:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "5657:45:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "5687:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5698:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "5683:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5683:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "5670:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5670:32:92"
                      },
                      "variables": [
                        {
                          "name": "value",
                          "nodeType": "YulTypedName",
                          "src": "5661:5:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "5736:5:92"
                          }
                        ],
                        "functionName": {
                          "name": "validator_revert_address",
                          "nodeType": "YulIdentifier",
                          "src": "5711:24:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5711:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "5711:31:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "5751:15:92",
                      "value": {
                        "name": "value",
                        "nodeType": "YulIdentifier",
                        "src": "5761:5:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "5751:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_uint256t_address",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "5502:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "5513:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "5525:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "5533:6:92",
                    "type": ""
                  }
                ],
                "src": "5457:315:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "5861:257:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "5907:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "5916:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "5919:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "5909:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "5909:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "5909:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "5882:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "5891:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "5878:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5878:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "5903:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "5874:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5874:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "5871:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "5932:33:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "5955:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "5942:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5942:23:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "5932:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "5974:45:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "6004:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6015:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6000:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6000:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "5987:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5987:32:92"
                      },
                      "variables": [
                        {
                          "name": "value",
                          "nodeType": "YulTypedName",
                          "src": "5978:5:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "6072:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "6081:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "6084:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "6074:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "6074:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "6074:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value",
                                "nodeType": "YulIdentifier",
                                "src": "6041:5:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "name": "value",
                                        "nodeType": "YulIdentifier",
                                        "src": "6062:5:92"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "iszero",
                                      "nodeType": "YulIdentifier",
                                      "src": "6055:6:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "6055:13:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "iszero",
                                  "nodeType": "YulIdentifier",
                                  "src": "6048:6:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "6048:21:92"
                              }
                            ],
                            "functionName": {
                              "name": "eq",
                              "nodeType": "YulIdentifier",
                              "src": "6038:2:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6038:32:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "6031:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6031:40:92"
                      },
                      "nodeType": "YulIf",
                      "src": "6028:60:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "6097:15:92",
                      "value": {
                        "name": "value",
                        "nodeType": "YulIdentifier",
                        "src": "6107:5:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "6097:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_uint256t_bool",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "5819:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "5830:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "5842:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "5850:6:92",
                    "type": ""
                  }
                ],
                "src": "5777:341:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "6189:200:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "6206:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "6211:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6199:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6199:19:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6199:19:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "pos",
                                "nodeType": "YulIdentifier",
                                "src": "6244:3:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6249:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6240:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6240:14:92"
                          },
                          {
                            "name": "start",
                            "nodeType": "YulIdentifier",
                            "src": "6256:5:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "6263:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldatacopy",
                          "nodeType": "YulIdentifier",
                          "src": "6227:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6227:43:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6227:43:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "pos",
                                    "nodeType": "YulIdentifier",
                                    "src": "6294:3:92"
                                  },
                                  {
                                    "name": "length",
                                    "nodeType": "YulIdentifier",
                                    "src": "6299:6:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "6290:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "6290:16:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6308:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6286:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6286:27:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "6315:1:92",
                            "type": "",
                            "value": "0"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6279:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6279:38:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6279:38:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "6326:57:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "pos",
                                "nodeType": "YulIdentifier",
                                "src": "6341:3:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "name": "length",
                                        "nodeType": "YulIdentifier",
                                        "src": "6354:6:92"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "6362:2:92",
                                        "type": "",
                                        "value": "31"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "add",
                                      "nodeType": "YulIdentifier",
                                      "src": "6350:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "6350:15:92"
                                  },
                                  {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "6371:2:92",
                                        "type": "",
                                        "value": "31"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "not",
                                      "nodeType": "YulIdentifier",
                                      "src": "6367:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "6367:7:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "and",
                                  "nodeType": "YulIdentifier",
                                  "src": "6346:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "6346:29:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6337:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6337:39:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "6378:4:92",
                            "type": "",
                            "value": "0x20"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "6333:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6333:50:92"
                      },
                      "variableNames": [
                        {
                          "name": "end",
                          "nodeType": "YulIdentifier",
                          "src": "6326:3:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_bytes_calldata",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "start",
                    "nodeType": "YulTypedName",
                    "src": "6158:5:92",
                    "type": ""
                  },
                  {
                    "name": "length",
                    "nodeType": "YulTypedName",
                    "src": "6165:6:92",
                    "type": ""
                  },
                  {
                    "name": "pos",
                    "nodeType": "YulTypedName",
                    "src": "6173:3:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "6181:3:92",
                    "type": ""
                  }
                ],
                "src": "6123:266:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "6444:208:92",
                  "statements": [
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "6454:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "6474:5:92"
                          }
                        ],
                        "functionName": {
                          "name": "mload",
                          "nodeType": "YulIdentifier",
                          "src": "6468:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6468:12:92"
                      },
                      "variables": [
                        {
                          "name": "length",
                          "nodeType": "YulTypedName",
                          "src": "6458:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "6496:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "6501:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6489:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6489:19:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6489:19:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value",
                                "nodeType": "YulIdentifier",
                                "src": "6543:5:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6550:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6539:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6539:16:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "pos",
                                "nodeType": "YulIdentifier",
                                "src": "6561:3:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6566:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6557:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6557:14:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "6573:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "copy_memory_to_memory",
                          "nodeType": "YulIdentifier",
                          "src": "6517:21:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6517:63:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6517:63:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "6589:57:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "pos",
                                "nodeType": "YulIdentifier",
                                "src": "6604:3:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "name": "length",
                                        "nodeType": "YulIdentifier",
                                        "src": "6617:6:92"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "6625:2:92",
                                        "type": "",
                                        "value": "31"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "add",
                                      "nodeType": "YulIdentifier",
                                      "src": "6613:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "6613:15:92"
                                  },
                                  {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "6634:2:92",
                                        "type": "",
                                        "value": "31"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "not",
                                      "nodeType": "YulIdentifier",
                                      "src": "6630:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "6630:7:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "and",
                                  "nodeType": "YulIdentifier",
                                  "src": "6609:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "6609:29:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6600:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6600:39:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "6641:4:92",
                            "type": "",
                            "value": "0x20"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "6596:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6596:50:92"
                      },
                      "variableNames": [
                        {
                          "name": "end",
                          "nodeType": "YulIdentifier",
                          "src": "6589:3:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_string",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "value",
                    "nodeType": "YulTypedName",
                    "src": "6421:5:92",
                    "type": ""
                  },
                  {
                    "name": "pos",
                    "nodeType": "YulTypedName",
                    "src": "6428:3:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "6436:3:92",
                    "type": ""
                  }
                ],
                "src": "6394:258:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "6794:137:92",
                  "statements": [
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "6804:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "6824:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mload",
                          "nodeType": "YulIdentifier",
                          "src": "6818:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6818:13:92"
                      },
                      "variables": [
                        {
                          "name": "length",
                          "nodeType": "YulTypedName",
                          "src": "6808:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "6866:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6874:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6862:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6862:17:92"
                          },
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "6881:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "6886:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "copy_memory_to_memory",
                          "nodeType": "YulIdentifier",
                          "src": "6840:21:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6840:53:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6840:53:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "6902:23:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "6913:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "6918:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "6909:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6909:16:92"
                      },
                      "variableNames": [
                        {
                          "name": "end",
                          "nodeType": "YulIdentifier",
                          "src": "6902:3:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "pos",
                    "nodeType": "YulTypedName",
                    "src": "6770:3:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "6775:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "6786:3:92",
                    "type": ""
                  }
                ],
                "src": "6657:274:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "7037:102:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "7047:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7059:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "7070:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "7055:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7055:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "7047:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7089:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "7104:6:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "7120:3:92",
                                        "type": "",
                                        "value": "160"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "7125:1:92",
                                        "type": "",
                                        "value": "1"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "shl",
                                      "nodeType": "YulIdentifier",
                                      "src": "7116:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "7116:11:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "7129:1:92",
                                    "type": "",
                                    "value": "1"
                                  }
                                ],
                                "functionName": {
                                  "name": "sub",
                                  "nodeType": "YulIdentifier",
                                  "src": "7112:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "7112:19:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "7100:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7100:32:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7082:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7082:51:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7082:51:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "7006:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "7017:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "7028:4:92",
                    "type": ""
                  }
                ],
                "src": "6936:203:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "7273:175:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "7283:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7295:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "7306:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "7291:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7291:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "7283:4:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "7318:29:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7336:3:92",
                                "type": "",
                                "value": "160"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7341:1:92",
                                "type": "",
                                "value": "1"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "7332:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7332:11:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "7345:1:92",
                            "type": "",
                            "value": "1"
                          }
                        ],
                        "functionName": {
                          "name": "sub",
                          "nodeType": "YulIdentifier",
                          "src": "7328:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7328:19:92"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "7322:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7363:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "7378:6:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "7386:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "7374:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7374:15:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7356:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7356:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7356:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "7410:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7421:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "7406:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7406:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value1",
                                "nodeType": "YulIdentifier",
                                "src": "7430:6:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "7438:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "7426:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7426:15:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7399:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7399:43:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7399:43:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_address_t_address__to_t_address_t_address__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "7234:9:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "7245:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "7253:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "7264:4:92",
                    "type": ""
                  }
                ],
                "src": "7144:304:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "7554:76:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "7564:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7576:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "7587:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "7572:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7572:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "7564:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7606:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "7617:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7599:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7599:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7599:25:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "7523:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "7534:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "7545:4:92",
                    "type": ""
                  }
                ],
                "src": "7453:177:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "7928:1190:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7945:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "7956:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7938:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7938:22:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7938:22:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "7969:76:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "8009:6:92"
                          },
                          {
                            "name": "value1",
                            "nodeType": "YulIdentifier",
                            "src": "8017:6:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "8029:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "8040:3:92",
                                "type": "",
                                "value": "128"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8025:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8025:19:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_encode_bytes_calldata",
                          "nodeType": "YulIdentifier",
                          "src": "7983:25:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7983:62:92"
                      },
                      "variables": [
                        {
                          "name": "tail_1",
                          "nodeType": "YulTypedName",
                          "src": "7973:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "8054:12:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "8064:2:92",
                        "type": "",
                        "value": "32"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "8058:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "8086:9:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "8097:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8082:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8082:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "tail_1",
                                "nodeType": "YulIdentifier",
                                "src": "8106:6:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "8114:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "8102:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8102:22:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "8075:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8075:50:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8075:50:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "8134:17:92",
                      "value": {
                        "name": "tail_1",
                        "nodeType": "YulIdentifier",
                        "src": "8145:6:92"
                      },
                      "variables": [
                        {
                          "name": "pos",
                          "nodeType": "YulTypedName",
                          "src": "8138:3:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "tail_1",
                            "nodeType": "YulIdentifier",
                            "src": "8167:6:92"
                          },
                          {
                            "name": "value3",
                            "nodeType": "YulIdentifier",
                            "src": "8175:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "8160:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8160:22:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8160:22:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "8191:22:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "tail_1",
                            "nodeType": "YulIdentifier",
                            "src": "8202:6:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "8210:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "8198:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8198:15:92"
                      },
                      "variableNames": [
                        {
                          "name": "pos",
                          "nodeType": "YulIdentifier",
                          "src": "8191:3:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "8222:50:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "tail_1",
                                "nodeType": "YulIdentifier",
                                "src": "8244:6:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "8256:1:92",
                                    "type": "",
                                    "value": "5"
                                  },
                                  {
                                    "name": "value3",
                                    "nodeType": "YulIdentifier",
                                    "src": "8259:6:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "shl",
                                  "nodeType": "YulIdentifier",
                                  "src": "8252:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "8252:14:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8240:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8240:27:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "8269:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "8236:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8236:36:92"
                      },
                      "variables": [
                        {
                          "name": "tail_2",
                          "nodeType": "YulTypedName",
                          "src": "8226:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "8281:20:92",
                      "value": {
                        "name": "value2",
                        "nodeType": "YulIdentifier",
                        "src": "8295:6:92"
                      },
                      "variables": [
                        {
                          "name": "srcPtr",
                          "nodeType": "YulTypedName",
                          "src": "8285:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "8310:10:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "8319:1:92",
                        "type": "",
                        "value": "0"
                      },
                      "variables": [
                        {
                          "name": "i",
                          "nodeType": "YulTypedName",
                          "src": "8314:1:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "8378:625:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "name": "pos",
                                  "nodeType": "YulIdentifier",
                                  "src": "8399:3:92"
                                },
                                {
                                  "arguments": [
                                    {
                                      "arguments": [
                                        {
                                          "name": "tail_2",
                                          "nodeType": "YulIdentifier",
                                          "src": "8412:6:92"
                                        },
                                        {
                                          "name": "tail_1",
                                          "nodeType": "YulIdentifier",
                                          "src": "8420:6:92"
                                        }
                                      ],
                                      "functionName": {
                                        "name": "sub",
                                        "nodeType": "YulIdentifier",
                                        "src": "8408:3:92"
                                      },
                                      "nodeType": "YulFunctionCall",
                                      "src": "8408:19:92"
                                    },
                                    {
                                      "arguments": [
                                        {
                                          "kind": "number",
                                          "nodeType": "YulLiteral",
                                          "src": "8433:2:92",
                                          "type": "",
                                          "value": "31"
                                        }
                                      ],
                                      "functionName": {
                                        "name": "not",
                                        "nodeType": "YulIdentifier",
                                        "src": "8429:3:92"
                                      },
                                      "nodeType": "YulFunctionCall",
                                      "src": "8429:7:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "add",
                                    "nodeType": "YulIdentifier",
                                    "src": "8404:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "8404:33:92"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "8392:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8392:46:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "8392:46:92"
                          },
                          {
                            "nodeType": "YulVariableDeclaration",
                            "src": "8451:46:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "srcPtr",
                                  "nodeType": "YulIdentifier",
                                  "src": "8490:6:92"
                                }
                              ],
                              "functionName": {
                                "name": "calldataload",
                                "nodeType": "YulIdentifier",
                                "src": "8477:12:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8477:20:92"
                            },
                            "variables": [
                              {
                                "name": "rel_offset_of_tail",
                                "nodeType": "YulTypedName",
                                "src": "8455:18:92",
                                "type": ""
                              }
                            ]
                          },
                          {
                            "body": {
                              "nodeType": "YulBlock",
                              "src": "8588:16:92",
                              "statements": [
                                {
                                  "expression": {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "8597:1:92",
                                        "type": "",
                                        "value": "0"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "8600:1:92",
                                        "type": "",
                                        "value": "0"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "revert",
                                      "nodeType": "YulIdentifier",
                                      "src": "8590:6:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "8590:12:92"
                                  },
                                  "nodeType": "YulExpressionStatement",
                                  "src": "8590:12:92"
                                }
                              ]
                            },
                            "condition": {
                              "arguments": [
                                {
                                  "arguments": [
                                    {
                                      "name": "rel_offset_of_tail",
                                      "nodeType": "YulIdentifier",
                                      "src": "8524:18:92"
                                    },
                                    {
                                      "arguments": [
                                        {
                                          "arguments": [
                                            {
                                              "arguments": [],
                                              "functionName": {
                                                "name": "calldatasize",
                                                "nodeType": "YulIdentifier",
                                                "src": "8552:12:92"
                                              },
                                              "nodeType": "YulFunctionCall",
                                              "src": "8552:14:92"
                                            },
                                            {
                                              "name": "value2",
                                              "nodeType": "YulIdentifier",
                                              "src": "8568:6:92"
                                            }
                                          ],
                                          "functionName": {
                                            "name": "sub",
                                            "nodeType": "YulIdentifier",
                                            "src": "8548:3:92"
                                          },
                                          "nodeType": "YulFunctionCall",
                                          "src": "8548:27:92"
                                        },
                                        {
                                          "arguments": [
                                            {
                                              "kind": "number",
                                              "nodeType": "YulLiteral",
                                              "src": "8581:2:92",
                                              "type": "",
                                              "value": "30"
                                            }
                                          ],
                                          "functionName": {
                                            "name": "not",
                                            "nodeType": "YulIdentifier",
                                            "src": "8577:3:92"
                                          },
                                          "nodeType": "YulFunctionCall",
                                          "src": "8577:7:92"
                                        }
                                      ],
                                      "functionName": {
                                        "name": "add",
                                        "nodeType": "YulIdentifier",
                                        "src": "8544:3:92"
                                      },
                                      "nodeType": "YulFunctionCall",
                                      "src": "8544:41:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "slt",
                                    "nodeType": "YulIdentifier",
                                    "src": "8520:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "8520:66:92"
                                }
                              ],
                              "functionName": {
                                "name": "iszero",
                                "nodeType": "YulIdentifier",
                                "src": "8513:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8513:74:92"
                            },
                            "nodeType": "YulIf",
                            "src": "8510:94:92"
                          },
                          {
                            "nodeType": "YulVariableDeclaration",
                            "src": "8617:44:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "rel_offset_of_tail",
                                  "nodeType": "YulIdentifier",
                                  "src": "8634:18:92"
                                },
                                {
                                  "name": "value2",
                                  "nodeType": "YulIdentifier",
                                  "src": "8654:6:92"
                                }
                              ],
                              "functionName": {
                                "name": "add",
                                "nodeType": "YulIdentifier",
                                "src": "8630:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8630:31:92"
                            },
                            "variables": [
                              {
                                "name": "value",
                                "nodeType": "YulTypedName",
                                "src": "8621:5:92",
                                "type": ""
                              }
                            ]
                          },
                          {
                            "nodeType": "YulVariableDeclaration",
                            "src": "8674:33:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "value",
                                  "nodeType": "YulIdentifier",
                                  "src": "8701:5:92"
                                }
                              ],
                              "functionName": {
                                "name": "calldataload",
                                "nodeType": "YulIdentifier",
                                "src": "8688:12:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8688:19:92"
                            },
                            "variables": [
                              {
                                "name": "length",
                                "nodeType": "YulTypedName",
                                "src": "8678:6:92",
                                "type": ""
                              }
                            ]
                          },
                          {
                            "body": {
                              "nodeType": "YulBlock",
                              "src": "8754:16:92",
                              "statements": [
                                {
                                  "expression": {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "8763:1:92",
                                        "type": "",
                                        "value": "0"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "8766:1:92",
                                        "type": "",
                                        "value": "0"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "revert",
                                      "nodeType": "YulIdentifier",
                                      "src": "8756:6:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "8756:12:92"
                                  },
                                  "nodeType": "YulExpressionStatement",
                                  "src": "8756:12:92"
                                }
                              ]
                            },
                            "condition": {
                              "arguments": [
                                {
                                  "name": "length",
                                  "nodeType": "YulIdentifier",
                                  "src": "8726:6:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "8734:18:92",
                                  "type": "",
                                  "value": "0xffffffffffffffff"
                                }
                              ],
                              "functionName": {
                                "name": "gt",
                                "nodeType": "YulIdentifier",
                                "src": "8723:2:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8723:30:92"
                            },
                            "nodeType": "YulIf",
                            "src": "8720:50:92"
                          },
                          {
                            "body": {
                              "nodeType": "YulBlock",
                              "src": "8827:16:92",
                              "statements": [
                                {
                                  "expression": {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "8836:1:92",
                                        "type": "",
                                        "value": "0"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "8839:1:92",
                                        "type": "",
                                        "value": "0"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "revert",
                                      "nodeType": "YulIdentifier",
                                      "src": "8829:6:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "8829:12:92"
                                  },
                                  "nodeType": "YulExpressionStatement",
                                  "src": "8829:12:92"
                                }
                              ]
                            },
                            "condition": {
                              "arguments": [
                                {
                                  "name": "value2",
                                  "nodeType": "YulIdentifier",
                                  "src": "8790:6:92"
                                },
                                {
                                  "arguments": [
                                    {
                                      "arguments": [],
                                      "functionName": {
                                        "name": "calldatasize",
                                        "nodeType": "YulIdentifier",
                                        "src": "8802:12:92"
                                      },
                                      "nodeType": "YulFunctionCall",
                                      "src": "8802:14:92"
                                    },
                                    {
                                      "name": "length",
                                      "nodeType": "YulIdentifier",
                                      "src": "8818:6:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "sub",
                                    "nodeType": "YulIdentifier",
                                    "src": "8798:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "8798:27:92"
                                }
                              ],
                              "functionName": {
                                "name": "sgt",
                                "nodeType": "YulIdentifier",
                                "src": "8786:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8786:40:92"
                            },
                            "nodeType": "YulIf",
                            "src": "8783:60:92"
                          },
                          {
                            "nodeType": "YulAssignment",
                            "src": "8856:67:92",
                            "value": {
                              "arguments": [
                                {
                                  "arguments": [
                                    {
                                      "name": "value",
                                      "nodeType": "YulIdentifier",
                                      "src": "8896:5:92"
                                    },
                                    {
                                      "name": "_1",
                                      "nodeType": "YulIdentifier",
                                      "src": "8903:2:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "add",
                                    "nodeType": "YulIdentifier",
                                    "src": "8892:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "8892:14:92"
                                },
                                {
                                  "name": "length",
                                  "nodeType": "YulIdentifier",
                                  "src": "8908:6:92"
                                },
                                {
                                  "name": "tail_2",
                                  "nodeType": "YulIdentifier",
                                  "src": "8916:6:92"
                                }
                              ],
                              "functionName": {
                                "name": "abi_encode_bytes_calldata",
                                "nodeType": "YulIdentifier",
                                "src": "8866:25:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8866:57:92"
                            },
                            "variableNames": [
                              {
                                "name": "tail_2",
                                "nodeType": "YulIdentifier",
                                "src": "8856:6:92"
                              }
                            ]
                          },
                          {
                            "nodeType": "YulAssignment",
                            "src": "8936:25:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "srcPtr",
                                  "nodeType": "YulIdentifier",
                                  "src": "8950:6:92"
                                },
                                {
                                  "name": "_1",
                                  "nodeType": "YulIdentifier",
                                  "src": "8958:2:92"
                                }
                              ],
                              "functionName": {
                                "name": "add",
                                "nodeType": "YulIdentifier",
                                "src": "8946:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8946:15:92"
                            },
                            "variableNames": [
                              {
                                "name": "srcPtr",
                                "nodeType": "YulIdentifier",
                                "src": "8936:6:92"
                              }
                            ]
                          },
                          {
                            "nodeType": "YulAssignment",
                            "src": "8974:19:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "pos",
                                  "nodeType": "YulIdentifier",
                                  "src": "8985:3:92"
                                },
                                {
                                  "name": "_1",
                                  "nodeType": "YulIdentifier",
                                  "src": "8990:2:92"
                                }
                              ],
                              "functionName": {
                                "name": "add",
                                "nodeType": "YulIdentifier",
                                "src": "8981:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8981:12:92"
                            },
                            "variableNames": [
                              {
                                "name": "pos",
                                "nodeType": "YulIdentifier",
                                "src": "8974:3:92"
                              }
                            ]
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "i",
                            "nodeType": "YulIdentifier",
                            "src": "8340:1:92"
                          },
                          {
                            "name": "value3",
                            "nodeType": "YulIdentifier",
                            "src": "8343:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "lt",
                          "nodeType": "YulIdentifier",
                          "src": "8337:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8337:13:92"
                      },
                      "nodeType": "YulForLoop",
                      "post": {
                        "nodeType": "YulBlock",
                        "src": "8351:18:92",
                        "statements": [
                          {
                            "nodeType": "YulAssignment",
                            "src": "8353:14:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "i",
                                  "nodeType": "YulIdentifier",
                                  "src": "8362:1:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "8365:1:92",
                                  "type": "",
                                  "value": "1"
                                }
                              ],
                              "functionName": {
                                "name": "add",
                                "nodeType": "YulIdentifier",
                                "src": "8358:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "8358:9:92"
                            },
                            "variableNames": [
                              {
                                "name": "i",
                                "nodeType": "YulIdentifier",
                                "src": "8353:1:92"
                              }
                            ]
                          }
                        ]
                      },
                      "pre": {
                        "nodeType": "YulBlock",
                        "src": "8333:3:92",
                        "statements": []
                      },
                      "src": "8329:674:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "9012:14:92",
                      "value": {
                        "name": "tail_2",
                        "nodeType": "YulIdentifier",
                        "src": "9020:6:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "9012:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "9046:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9057:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9042:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9042:18:92"
                          },
                          {
                            "name": "value4",
                            "nodeType": "YulIdentifier",
                            "src": "9062:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9035:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9035:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9035:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "9089:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9100:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9085:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9085:18:92"
                          },
                          {
                            "name": "value5",
                            "nodeType": "YulIdentifier",
                            "src": "9105:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9078:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9078:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9078:34:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_bytes_calldata_ptr_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr_t_uint256_t_bytes32__to_t_bytes_memory_ptr_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr_t_uint256_t_bytes32__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "7857:9:92",
                    "type": ""
                  },
                  {
                    "name": "value5",
                    "nodeType": "YulTypedName",
                    "src": "7868:6:92",
                    "type": ""
                  },
                  {
                    "name": "value4",
                    "nodeType": "YulTypedName",
                    "src": "7876:6:92",
                    "type": ""
                  },
                  {
                    "name": "value3",
                    "nodeType": "YulTypedName",
                    "src": "7884:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "7892:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "7900:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "7908:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "7919:4:92",
                    "type": ""
                  }
                ],
                "src": "7635:1483:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "9247:102:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "9257:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9269:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9280:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "9265:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9265:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "9257:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9299:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "9314:6:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "9330:3:92",
                                        "type": "",
                                        "value": "160"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "9335:1:92",
                                        "type": "",
                                        "value": "1"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "shl",
                                      "nodeType": "YulIdentifier",
                                      "src": "9326:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "9326:11:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "9339:1:92",
                                    "type": "",
                                    "value": "1"
                                  }
                                ],
                                "functionName": {
                                  "name": "sub",
                                  "nodeType": "YulIdentifier",
                                  "src": "9322:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "9322:19:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "9310:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9310:32:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9292:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9292:51:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9292:51:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_contract$_IBaalSummoner_$14393__to_t_address__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "9216:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "9227:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "9238:4:92",
                    "type": ""
                  }
                ],
                "src": "9123:226:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "9461:87:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "9471:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9483:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9494:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "9479:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9479:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "9471:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9513:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "9528:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9536:4:92",
                                "type": "",
                                "value": "0xff"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "9524:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9524:17:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9506:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9506:36:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9506:36:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "9430:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "9441:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "9452:4:92",
                    "type": ""
                  }
                ],
                "src": "9354:194:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "9674:99:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9691:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9702:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9684:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9684:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9684:21:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "9714:53:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "9740:6:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "9752:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9763:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9748:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9748:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_encode_string",
                          "nodeType": "YulIdentifier",
                          "src": "9722:17:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9722:45:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "9714:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "9643:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "9654:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "9665:4:92",
                    "type": ""
                  }
                ],
                "src": "9553:220:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "9952:153:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9969:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9980:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9962:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9962:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9962:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10003:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10014:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9999:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9999:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10019:1:92",
                            "type": "",
                            "value": "4"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9992:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9992:29:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9992:29:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10041:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10052:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10037:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10037:18:92"
                          },
                          {
                            "hexValue": "2144414f",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "10057:6:92",
                            "type": "",
                            "value": "!DAO"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10030:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10030:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10030:34:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "10073:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10085:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10096:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "10081:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10081:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "10073:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_003671cf652c5d9a171e91019c6c8a6a5ba6fdec0d314a2d52cbe2fc1ca6b916__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "9929:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "9943:4:92",
                    "type": ""
                  }
                ],
                "src": "9778:327:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "10284:228:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10301:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10312:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10294:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10294:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10294:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10335:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10346:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10331:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10331:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10351:2:92",
                            "type": "",
                            "value": "38"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10324:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10324:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10324:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10374:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10385:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10370:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10370:18:92"
                          },
                          {
                            "hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "10390:34:92",
                            "type": "",
                            "value": "Ownable: new owner is the zero a"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10363:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10363:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10363:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10445:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10456:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10441:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10441:18:92"
                          },
                          {
                            "hexValue": "646472657373",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "10461:8:92",
                            "type": "",
                            "value": "ddress"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10434:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10434:36:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10434:36:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "10479:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10491:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10502:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "10487:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10487:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "10479:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "10261:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "10275:4:92",
                    "type": ""
                  }
                ],
                "src": "10110:402:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "10691:234:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10708:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10719:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10701:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10701:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10701:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10742:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10753:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10738:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10738:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10758:2:92",
                            "type": "",
                            "value": "44"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10731:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10731:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10731:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10781:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10792:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10777:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10777:18:92"
                          },
                          {
                            "hexValue": "46756e6374696f6e206d7573742062652063616c6c6564207468726f75676820",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "10797:34:92",
                            "type": "",
                            "value": "Function must be called through "
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10770:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10770:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10770:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10852:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10863:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10848:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10848:18:92"
                          },
                          {
                            "hexValue": "64656c656761746563616c6c",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "10868:14:92",
                            "type": "",
                            "value": "delegatecall"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10841:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10841:42:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10841:42:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "10892:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10904:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10915:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "10900:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10900:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "10892:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_36e108fa7a809b52ab1951dd91c117a7bc9ac5250bdf1aa162d4e104f7edf9eb__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "10668:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "10682:4:92",
                    "type": ""
                  }
                ],
                "src": "10517:408:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "11104:169:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11121:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11132:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11114:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11114:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11114:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11155:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11166:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11151:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11151:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11171:2:92",
                            "type": "",
                            "value": "19"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11144:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11144:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11144:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11194:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11205:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11190:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11190:18:92"
                          },
                          {
                            "hexValue": "6e6f742044414f206f722064656c6567617465",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "11210:21:92",
                            "type": "",
                            "value": "not DAO or delegate"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11183:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11183:49:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11183:49:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "11241:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11253:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11264:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "11249:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11249:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "11241:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_3e2c30b2368d973f93505d817244d36fdf4574d5de18f1f61f06afbaa17310e1__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "11081:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "11095:4:92",
                    "type": ""
                  }
                ],
                "src": "10930:343:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "11452:234:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11469:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11480:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11462:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11462:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11462:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11503:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11514:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11499:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11499:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11519:2:92",
                            "type": "",
                            "value": "44"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11492:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11492:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11492:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11542:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11553:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11538:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11538:18:92"
                          },
                          {
                            "hexValue": "46756e6374696f6e206d7573742062652063616c6c6564207468726f75676820",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "11558:34:92",
                            "type": "",
                            "value": "Function must be called through "
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11531:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11531:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11531:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11613:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11624:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11609:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11609:18:92"
                          },
                          {
                            "hexValue": "6163746976652070726f7879",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "11629:14:92",
                            "type": "",
                            "value": "active proxy"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11602:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11602:42:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11602:42:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "11653:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11665:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11676:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "11661:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11661:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "11653:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_52f1ead4d9653e13afbd2e90ef2587c30187cd50b2e97d784e3f7a7541247434__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "11429:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "11443:4:92",
                    "type": ""
                  }
                ],
                "src": "11278:408:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "11865:246:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11882:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11893:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11875:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11875:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11875:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11916:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11927:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11912:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11912:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11932:2:92",
                            "type": "",
                            "value": "56"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11905:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11905:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11905:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11955:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11966:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11951:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11951:18:92"
                          },
                          {
                            "hexValue": "555550535570677261646561626c653a206d757374206e6f742062652063616c",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "11971:34:92",
                            "type": "",
                            "value": "UUPSUpgradeable: must not be cal"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11944:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11944:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11944:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12026:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12037:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12022:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12022:18:92"
                          },
                          {
                            "hexValue": "6c6564207468726f7567682064656c656761746563616c6c",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "12042:26:92",
                            "type": "",
                            "value": "led through delegatecall"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12015:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12015:54:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12015:54:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "12078:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12090:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12101:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "12086:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12086:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "12078:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_67f0151b4ad1dcfa0e3302a0cd6019f51582ef1807b37dceb00bd852a514f7f4__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "11842:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "11856:4:92",
                    "type": ""
                  }
                ],
                "src": "11691:420:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "12290:231:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12307:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12318:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12300:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12300:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12300:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12341:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12352:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12337:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12337:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12357:2:92",
                            "type": "",
                            "value": "41"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12330:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12330:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12330:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12380:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12391:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12376:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12376:18:92"
                          },
                          {
                            "hexValue": "45524331393637557067726164653a20756e737570706f727465642070726f78",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "12396:34:92",
                            "type": "",
                            "value": "ERC1967Upgrade: unsupported prox"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12369:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12369:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12369:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12451:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12462:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12447:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12447:18:92"
                          },
                          {
                            "hexValue": "6961626c6555554944",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "12467:11:92",
                            "type": "",
                            "value": "iableUUID"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12440:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12440:39:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12440:39:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "12488:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12500:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12511:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "12496:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12496:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "12488:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_76b6b6debfc5febf101145a79ecf0b0d2e89e397dfdab2bca99888370411152c__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "12267:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "12281:4:92",
                    "type": ""
                  }
                ],
                "src": "12116:405:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "12700:236:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12717:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12728:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12710:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12710:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12710:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12751:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12762:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12747:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12747:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12767:2:92",
                            "type": "",
                            "value": "46"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12740:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12740:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12740:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12790:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12801:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12786:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12786:18:92"
                          },
                          {
                            "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320616c726561",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "12806:34:92",
                            "type": "",
                            "value": "Initializable: contract is alrea"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12779:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12779:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12779:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12861:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12872:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12857:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12857:18:92"
                          },
                          {
                            "hexValue": "647920696e697469616c697a6564",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "12877:16:92",
                            "type": "",
                            "value": "dy initialized"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12850:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12850:44:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12850:44:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "12903:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12915:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12926:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "12911:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12911:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "12903:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "12677:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "12691:4:92",
                    "type": ""
                  }
                ],
                "src": "12526:410:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "13115:236:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13132:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13143:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13125:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13125:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13125:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13166:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13177:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13162:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13162:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13182:2:92",
                            "type": "",
                            "value": "46"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13155:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13155:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13155:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13205:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13216:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13201:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13201:18:92"
                          },
                          {
                            "hexValue": "45524331393637557067726164653a206e657720696d706c656d656e74617469",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "13221:34:92",
                            "type": "",
                            "value": "ERC1967Upgrade: new implementati"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13194:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13194:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13194:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13276:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13287:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13272:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13272:18:92"
                          },
                          {
                            "hexValue": "6f6e206973206e6f742055555053",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "13292:16:92",
                            "type": "",
                            "value": "on is not UUPS"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13265:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13265:44:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13265:44:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "13318:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13330:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13341:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "13326:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13326:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "13318:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_8e8e2fbcb586f700b5b14e2c4a650c8d83b9773c31c5fe8962070ea544e11f24__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "13092:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "13106:4:92",
                    "type": ""
                  }
                ],
                "src": "12941:410:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "13530:235:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13547:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13558:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13540:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13540:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13540:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13581:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13592:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13577:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13577:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13597:2:92",
                            "type": "",
                            "value": "45"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13570:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13570:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13570:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13620:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13631:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13616:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13616:18:92"
                          },
                          {
                            "hexValue": "455243313936373a206e657720696d706c656d656e746174696f6e206973206e",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "13636:34:92",
                            "type": "",
                            "value": "ERC1967: new implementation is n"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13609:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13609:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13609:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13691:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13702:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13687:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13687:18:92"
                          },
                          {
                            "hexValue": "6f74206120636f6e7472616374",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "13707:15:92",
                            "type": "",
                            "value": "ot a contract"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13680:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13680:43:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13680:43:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "13732:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13744:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13755:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "13740:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13740:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "13732:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_972b7028e8de0bff0d553b3264eba2312ec98a552add05e58853b313f9f4ac65__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "13507:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "13521:4:92",
                    "type": ""
                  }
                ],
                "src": "13356:409:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "13944:182:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13961:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13972:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13954:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13954:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13954:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13995:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14006:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13991:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13991:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14011:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13984:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13984:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13984:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14034:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14045:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14030:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14030:18:92"
                          },
                          {
                            "hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "14050:34:92",
                            "type": "",
                            "value": "Ownable: caller is not the owner"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14023:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14023:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14023:62:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "14094:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14106:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14117:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "14102:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14102:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "14094:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "13921:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "13935:4:92",
                    "type": ""
                  }
                ],
                "src": "13770:356:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "14305:162:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14322:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14333:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14315:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14315:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14315:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14356:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14367:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14352:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14352:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14372:2:92",
                            "type": "",
                            "value": "12"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14345:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14345:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14345:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14395:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14406:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14391:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14391:18:92"
                          },
                          {
                            "hexValue": "7a65726f2061646472657373",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "14411:14:92",
                            "type": "",
                            "value": "zero address"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14384:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14384:42:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14384:42:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "14435:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14447:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14458:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "14443:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14443:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "14435:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_a4b4461cfc9c1f0249c17896b005545dc5d1690f81d2023afc517b07ed3227a7__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "14282:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "14296:4:92",
                    "type": ""
                  }
                ],
                "src": "14131:336:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "14646:228:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14663:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14674:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14656:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14656:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14656:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14697:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14708:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14693:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14693:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14713:2:92",
                            "type": "",
                            "value": "38"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14686:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14686:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14686:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14736:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14747:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14732:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14732:18:92"
                          },
                          {
                            "hexValue": "416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "14752:34:92",
                            "type": "",
                            "value": "Address: delegate call to non-co"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14725:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14725:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14725:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14807:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14818:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14803:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14803:18:92"
                          },
                          {
                            "hexValue": "6e7472616374",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "14823:8:92",
                            "type": "",
                            "value": "ntract"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14796:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14796:36:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14796:36:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "14841:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14853:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14864:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "14849:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14849:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "14841:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_b94ded0918034cf8f896e19fa3cfdef1188cd569c577264a3622e49152f88520__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "14623:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "14637:4:92",
                    "type": ""
                  }
                ],
                "src": "14472:402:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "15053:171:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "15070:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15081:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15063:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15063:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15063:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15104:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15115:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15100:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15100:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15120:2:92",
                            "type": "",
                            "value": "21"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15093:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15093:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15093:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15143:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15154:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15139:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15139:18:92"
                          },
                          {
                            "hexValue": "216e6f74206163746976652044414f207661756c74",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "15159:23:92",
                            "type": "",
                            "value": "!not active DAO vault"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15132:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15132:51:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15132:51:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "15192:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "15204:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15215:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "15200:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15200:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "15192:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_d3d426b218451f167c551b982b3db4a5718b469fc162f94392e4df683cdb7723__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "15030:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "15044:4:92",
                    "type": ""
                  }
                ],
                "src": "14879:345:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "15403:233:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "15420:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15431:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15413:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15413:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15413:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15454:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15465:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15450:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15450:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15470:2:92",
                            "type": "",
                            "value": "43"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15443:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15443:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15443:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15493:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15504:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15489:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15489:18:92"
                          },
                          {
                            "hexValue": "496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "15509:34:92",
                            "type": "",
                            "value": "Initializable: contract is not i"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15482:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15482:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15482:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15564:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15575:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15560:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15560:18:92"
                          },
                          {
                            "hexValue": "6e697469616c697a696e67",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "15580:13:92",
                            "type": "",
                            "value": "nitializing"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15553:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15553:41:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15553:41:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "15603:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "15615:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15626:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "15611:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15611:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "15603:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "15380:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "15394:4:92",
                    "type": ""
                  }
                ],
                "src": "15229:407:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "15787:1533:92",
                  "statements": [
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "15797:12:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "15807:2:92",
                        "type": "",
                        "value": "32"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "15801:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "15825:9:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "15836:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15818:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15818:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15818:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15859:9:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "15870:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15855:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15855:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "15881:6:92"
                              }
                            ],
                            "functionName": {
                              "name": "sload",
                              "nodeType": "YulIdentifier",
                              "src": "15875:5:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15875:13:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15848:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15848:41:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15848:41:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "15898:14:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "15908:4:92",
                        "type": "",
                        "value": "0x01"
                      },
                      "variables": [
                        {
                          "name": "_2",
                          "nodeType": "YulTypedName",
                          "src": "15902:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "15921:39:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "15948:6:92"
                              },
                              {
                                "name": "_2",
                                "nodeType": "YulIdentifier",
                                "src": "15956:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15944:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15944:15:92"
                          }
                        ],
                        "functionName": {
                          "name": "sload",
                          "nodeType": "YulIdentifier",
                          "src": "15938:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15938:22:92"
                      },
                      "variables": [
                        {
                          "name": "slotValue",
                          "nodeType": "YulTypedName",
                          "src": "15925:9:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15980:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15991:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15976:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15976:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "name": "slotValue",
                                        "nodeType": "YulIdentifier",
                                        "src": "16014:9:92"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "16025:4:92",
                                        "type": "",
                                        "value": "0xff"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "and",
                                      "nodeType": "YulIdentifier",
                                      "src": "16010:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "16010:20:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "iszero",
                                  "nodeType": "YulIdentifier",
                                  "src": "16003:6:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "16003:28:92"
                              }
                            ],
                            "functionName": {
                              "name": "iszero",
                              "nodeType": "YulIdentifier",
                              "src": "15996:6:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15996:36:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15969:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15969:64:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15969:64:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "16042:29:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16060:3:92",
                                "type": "",
                                "value": "160"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16065:1:92",
                                "type": "",
                                "value": "1"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "16056:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16056:11:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16069:1:92",
                            "type": "",
                            "value": "1"
                          }
                        ],
                        "functionName": {
                          "name": "sub",
                          "nodeType": "YulIdentifier",
                          "src": "16052:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16052:19:92"
                      },
                      "variables": [
                        {
                          "name": "_3",
                          "nodeType": "YulTypedName",
                          "src": "16046:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16091:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16102:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16087:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16087:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "16115:1:92",
                                    "type": "",
                                    "value": "8"
                                  },
                                  {
                                    "name": "slotValue",
                                    "nodeType": "YulIdentifier",
                                    "src": "16118:9:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "shr",
                                  "nodeType": "YulIdentifier",
                                  "src": "16111:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "16111:17:92"
                              },
                              {
                                "name": "_3",
                                "nodeType": "YulIdentifier",
                                "src": "16130:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "16107:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16107:26:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16080:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16080:54:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16080:54:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16154:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16165:3:92",
                                "type": "",
                                "value": "128"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16150:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16150:19:92"
                          },
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "name": "value0",
                                        "nodeType": "YulIdentifier",
                                        "src": "16185:6:92"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "16193:4:92",
                                        "type": "",
                                        "value": "0x02"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "add",
                                      "nodeType": "YulIdentifier",
                                      "src": "16181:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "16181:17:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "sload",
                                  "nodeType": "YulIdentifier",
                                  "src": "16175:5:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "16175:24:92"
                              },
                              {
                                "name": "_3",
                                "nodeType": "YulIdentifier",
                                "src": "16201:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "16171:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16171:33:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16143:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16143:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16143:62:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "16214:37:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "16238:6:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16246:4:92",
                            "type": "",
                            "value": "0x03"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "16234:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16234:17:92"
                      },
                      "variables": [
                        {
                          "name": "memberValue0",
                          "nodeType": "YulTypedName",
                          "src": "16218:12:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16271:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16282:4:92",
                                "type": "",
                                "value": "0xa0"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16267:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16267:20:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16289:4:92",
                            "type": "",
                            "value": "0xa0"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16260:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16260:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16260:34:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "16303:12:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "16314:1:92",
                        "type": "",
                        "value": "0"
                      },
                      "variables": [
                        {
                          "name": "ret",
                          "nodeType": "YulTypedName",
                          "src": "16307:3:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "16324:38:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "memberValue0",
                            "nodeType": "YulIdentifier",
                            "src": "16349:12:92"
                          }
                        ],
                        "functionName": {
                          "name": "sload",
                          "nodeType": "YulIdentifier",
                          "src": "16343:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16343:19:92"
                      },
                      "variables": [
                        {
                          "name": "slotValue_1",
                          "nodeType": "YulTypedName",
                          "src": "16328:11:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "16371:17:92",
                      "value": {
                        "name": "ret",
                        "nodeType": "YulIdentifier",
                        "src": "16385:3:92"
                      },
                      "variables": [
                        {
                          "name": "length",
                          "nodeType": "YulTypedName",
                          "src": "16375:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "16397:30:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "_2",
                            "nodeType": "YulIdentifier",
                            "src": "16411:2:92"
                          },
                          {
                            "name": "slotValue_1",
                            "nodeType": "YulIdentifier",
                            "src": "16415:11:92"
                          }
                        ],
                        "functionName": {
                          "name": "shr",
                          "nodeType": "YulIdentifier",
                          "src": "16407:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16407:20:92"
                      },
                      "variableNames": [
                        {
                          "name": "length",
                          "nodeType": "YulIdentifier",
                          "src": "16397:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "16436:46:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "slotValue_1",
                            "nodeType": "YulIdentifier",
                            "src": "16466:11:92"
                          },
                          {
                            "name": "_2",
                            "nodeType": "YulIdentifier",
                            "src": "16479:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "and",
                          "nodeType": "YulIdentifier",
                          "src": "16462:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16462:20:92"
                      },
                      "variables": [
                        {
                          "name": "outOfPlaceEncoding",
                          "nodeType": "YulTypedName",
                          "src": "16440:18:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "16521:31:92",
                        "statements": [
                          {
                            "nodeType": "YulAssignment",
                            "src": "16523:27:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "length",
                                  "nodeType": "YulIdentifier",
                                  "src": "16537:6:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "16545:4:92",
                                  "type": "",
                                  "value": "0x7f"
                                }
                              ],
                              "functionName": {
                                "name": "and",
                                "nodeType": "YulIdentifier",
                                "src": "16533:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "16533:17:92"
                            },
                            "variableNames": [
                              {
                                "name": "length",
                                "nodeType": "YulIdentifier",
                                "src": "16523:6:92"
                              }
                            ]
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "outOfPlaceEncoding",
                            "nodeType": "YulIdentifier",
                            "src": "16501:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "16494:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16494:26:92"
                      },
                      "nodeType": "YulIf",
                      "src": "16491:61:92"
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "16611:115:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "name": "ret",
                                  "nodeType": "YulIdentifier",
                                  "src": "16632:3:92"
                                },
                                {
                                  "arguments": [
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "16641:3:92",
                                      "type": "",
                                      "value": "224"
                                    },
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "16646:10:92",
                                      "type": "",
                                      "value": "0x4e487b71"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "shl",
                                    "nodeType": "YulIdentifier",
                                    "src": "16637:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "16637:20:92"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "16625:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "16625:33:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "16625:33:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "16678:1:92",
                                  "type": "",
                                  "value": "4"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "16681:4:92",
                                  "type": "",
                                  "value": "0x22"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "16671:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "16671:15:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "16671:15:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "name": "ret",
                                  "nodeType": "YulIdentifier",
                                  "src": "16706:3:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "16711:4:92",
                                  "type": "",
                                  "value": "0x24"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "16699:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "16699:17:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "16699:17:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "outOfPlaceEncoding",
                            "nodeType": "YulIdentifier",
                            "src": "16567:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "length",
                                "nodeType": "YulIdentifier",
                                "src": "16590:6:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "16598:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "lt",
                              "nodeType": "YulIdentifier",
                              "src": "16587:2:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16587:14:92"
                          }
                        ],
                        "functionName": {
                          "name": "eq",
                          "nodeType": "YulIdentifier",
                          "src": "16564:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16564:38:92"
                      },
                      "nodeType": "YulIf",
                      "src": "16561:165:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "16735:84:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16795:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16806:3:92",
                                "type": "",
                                "value": "192"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16791:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16791:19:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "16812:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "array_storeLengthForEncoding_array_bytes_dyn",
                          "nodeType": "YulIdentifier",
                          "src": "16746:44:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16746:73:92"
                      },
                      "variables": [
                        {
                          "name": "pos",
                          "nodeType": "YulTypedName",
                          "src": "16739:3:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "cases": [
                        {
                          "body": {
                            "nodeType": "YulBlock",
                            "src": "16869:95:92",
                            "statements": [
                              {
                                "expression": {
                                  "arguments": [
                                    {
                                      "name": "pos",
                                      "nodeType": "YulIdentifier",
                                      "src": "16890:3:92"
                                    },
                                    {
                                      "arguments": [
                                        {
                                          "name": "slotValue_1",
                                          "nodeType": "YulIdentifier",
                                          "src": "16899:11:92"
                                        },
                                        {
                                          "arguments": [
                                            {
                                              "kind": "number",
                                              "nodeType": "YulLiteral",
                                              "src": "16916:3:92",
                                              "type": "",
                                              "value": "255"
                                            }
                                          ],
                                          "functionName": {
                                            "name": "not",
                                            "nodeType": "YulIdentifier",
                                            "src": "16912:3:92"
                                          },
                                          "nodeType": "YulFunctionCall",
                                          "src": "16912:8:92"
                                        }
                                      ],
                                      "functionName": {
                                        "name": "and",
                                        "nodeType": "YulIdentifier",
                                        "src": "16895:3:92"
                                      },
                                      "nodeType": "YulFunctionCall",
                                      "src": "16895:26:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "mstore",
                                    "nodeType": "YulIdentifier",
                                    "src": "16883:6:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "16883:39:92"
                                },
                                "nodeType": "YulExpressionStatement",
                                "src": "16883:39:92"
                              },
                              {
                                "nodeType": "YulAssignment",
                                "src": "16935:19:92",
                                "value": {
                                  "arguments": [
                                    {
                                      "name": "pos",
                                      "nodeType": "YulIdentifier",
                                      "src": "16946:3:92"
                                    },
                                    {
                                      "name": "_1",
                                      "nodeType": "YulIdentifier",
                                      "src": "16951:2:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "add",
                                    "nodeType": "YulIdentifier",
                                    "src": "16942:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "16942:12:92"
                                },
                                "variableNames": [
                                  {
                                    "name": "ret",
                                    "nodeType": "YulIdentifier",
                                    "src": "16935:3:92"
                                  }
                                ]
                              }
                            ]
                          },
                          "nodeType": "YulCase",
                          "src": "16862:102:92",
                          "value": {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16867:1:92",
                            "type": "",
                            "value": "0"
                          }
                        },
                        {
                          "body": {
                            "nodeType": "YulBlock",
                            "src": "16980:314:92",
                            "statements": [
                              {
                                "nodeType": "YulVariableDeclaration",
                                "src": "16994:58:92",
                                "value": {
                                  "arguments": [
                                    {
                                      "name": "memberValue0",
                                      "nodeType": "YulIdentifier",
                                      "src": "17039:12:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "array_dataslot_string_storage",
                                    "nodeType": "YulIdentifier",
                                    "src": "17009:29:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "17009:43:92"
                                },
                                "variables": [
                                  {
                                    "name": "dataPos",
                                    "nodeType": "YulTypedName",
                                    "src": "16998:7:92",
                                    "type": ""
                                  }
                                ]
                              },
                              {
                                "nodeType": "YulVariableDeclaration",
                                "src": "17065:10:92",
                                "value": {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "17074:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                "variables": [
                                  {
                                    "name": "i",
                                    "nodeType": "YulTypedName",
                                    "src": "17069:1:92",
                                    "type": ""
                                  }
                                ]
                              },
                              {
                                "body": {
                                  "nodeType": "YulBlock",
                                  "src": "17142:111:92",
                                  "statements": [
                                    {
                                      "expression": {
                                        "arguments": [
                                          {
                                            "arguments": [
                                              {
                                                "name": "pos",
                                                "nodeType": "YulIdentifier",
                                                "src": "17171:3:92"
                                              },
                                              {
                                                "name": "i",
                                                "nodeType": "YulIdentifier",
                                                "src": "17176:1:92"
                                              }
                                            ],
                                            "functionName": {
                                              "name": "add",
                                              "nodeType": "YulIdentifier",
                                              "src": "17167:3:92"
                                            },
                                            "nodeType": "YulFunctionCall",
                                            "src": "17167:11:92"
                                          },
                                          {
                                            "arguments": [
                                              {
                                                "name": "dataPos",
                                                "nodeType": "YulIdentifier",
                                                "src": "17186:7:92"
                                              }
                                            ],
                                            "functionName": {
                                              "name": "sload",
                                              "nodeType": "YulIdentifier",
                                              "src": "17180:5:92"
                                            },
                                            "nodeType": "YulFunctionCall",
                                            "src": "17180:14:92"
                                          }
                                        ],
                                        "functionName": {
                                          "name": "mstore",
                                          "nodeType": "YulIdentifier",
                                          "src": "17160:6:92"
                                        },
                                        "nodeType": "YulFunctionCall",
                                        "src": "17160:35:92"
                                      },
                                      "nodeType": "YulExpressionStatement",
                                      "src": "17160:35:92"
                                    },
                                    {
                                      "nodeType": "YulAssignment",
                                      "src": "17212:27:92",
                                      "value": {
                                        "arguments": [
                                          {
                                            "name": "dataPos",
                                            "nodeType": "YulIdentifier",
                                            "src": "17227:7:92"
                                          },
                                          {
                                            "name": "_2",
                                            "nodeType": "YulIdentifier",
                                            "src": "17236:2:92"
                                          }
                                        ],
                                        "functionName": {
                                          "name": "add",
                                          "nodeType": "YulIdentifier",
                                          "src": "17223:3:92"
                                        },
                                        "nodeType": "YulFunctionCall",
                                        "src": "17223:16:92"
                                      },
                                      "variableNames": [
                                        {
                                          "name": "dataPos",
                                          "nodeType": "YulIdentifier",
                                          "src": "17212:7:92"
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "condition": {
                                  "arguments": [
                                    {
                                      "name": "i",
                                      "nodeType": "YulIdentifier",
                                      "src": "17099:1:92"
                                    },
                                    {
                                      "name": "length",
                                      "nodeType": "YulIdentifier",
                                      "src": "17102:6:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "lt",
                                    "nodeType": "YulIdentifier",
                                    "src": "17096:2:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "17096:13:92"
                                },
                                "nodeType": "YulForLoop",
                                "post": {
                                  "nodeType": "YulBlock",
                                  "src": "17110:19:92",
                                  "statements": [
                                    {
                                      "nodeType": "YulAssignment",
                                      "src": "17112:15:92",
                                      "value": {
                                        "arguments": [
                                          {
                                            "name": "i",
                                            "nodeType": "YulIdentifier",
                                            "src": "17121:1:92"
                                          },
                                          {
                                            "name": "_1",
                                            "nodeType": "YulIdentifier",
                                            "src": "17124:2:92"
                                          }
                                        ],
                                        "functionName": {
                                          "name": "add",
                                          "nodeType": "YulIdentifier",
                                          "src": "17117:3:92"
                                        },
                                        "nodeType": "YulFunctionCall",
                                        "src": "17117:10:92"
                                      },
                                      "variableNames": [
                                        {
                                          "name": "i",
                                          "nodeType": "YulIdentifier",
                                          "src": "17112:1:92"
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "pre": {
                                  "nodeType": "YulBlock",
                                  "src": "17092:3:92",
                                  "statements": []
                                },
                                "src": "17088:165:92"
                              },
                              {
                                "nodeType": "YulAssignment",
                                "src": "17266:18:92",
                                "value": {
                                  "arguments": [
                                    {
                                      "name": "pos",
                                      "nodeType": "YulIdentifier",
                                      "src": "17277:3:92"
                                    },
                                    {
                                      "name": "i",
                                      "nodeType": "YulIdentifier",
                                      "src": "17282:1:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "add",
                                    "nodeType": "YulIdentifier",
                                    "src": "17273:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "17273:11:92"
                                },
                                "variableNames": [
                                  {
                                    "name": "ret",
                                    "nodeType": "YulIdentifier",
                                    "src": "17266:3:92"
                                  }
                                ]
                              }
                            ]
                          },
                          "nodeType": "YulCase",
                          "src": "16973:321:92",
                          "value": {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16978:1:92",
                            "type": "",
                            "value": "1"
                          }
                        }
                      ],
                      "expression": {
                        "name": "outOfPlaceEncoding",
                        "nodeType": "YulIdentifier",
                        "src": "16835:18:92"
                      },
                      "nodeType": "YulSwitch",
                      "src": "16828:466:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "17303:11:92",
                      "value": {
                        "name": "ret",
                        "nodeType": "YulIdentifier",
                        "src": "17311:3:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "17303:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_struct$_Vault_$13504_storage__to_t_struct$_Vault_$13504_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "15756:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "15767:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "15778:4:92",
                    "type": ""
                  }
                ],
                "src": "15641:1679:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "17426:76:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "17436:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "17448:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17459:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "17444:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17444:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "17436:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "17478:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "17489:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17471:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17471:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17471:25:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "17395:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "17406:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "17417:4:92",
                    "type": ""
                  }
                ],
                "src": "17325:177:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "17734:346:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "17751:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "17762:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17744:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17744:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17744:25:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17789:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17800:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17785:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17785:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "value1",
                                    "nodeType": "YulIdentifier",
                                    "src": "17819:6:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "iszero",
                                  "nodeType": "YulIdentifier",
                                  "src": "17812:6:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "17812:14:92"
                              }
                            ],
                            "functionName": {
                              "name": "iszero",
                              "nodeType": "YulIdentifier",
                              "src": "17805:6:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17805:22:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17778:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17778:50:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17778:50:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "17837:29:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17855:3:92",
                                "type": "",
                                "value": "160"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17860:1:92",
                                "type": "",
                                "value": "1"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "17851:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17851:11:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17864:1:92",
                            "type": "",
                            "value": "1"
                          }
                        ],
                        "functionName": {
                          "name": "sub",
                          "nodeType": "YulIdentifier",
                          "src": "17847:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17847:19:92"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "17841:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17886:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17897:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17882:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17882:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value2",
                                "nodeType": "YulIdentifier",
                                "src": "17906:6:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "17914:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "17902:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17902:15:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17875:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17875:43:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17875:43:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17938:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17949:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17934:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17934:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value3",
                                "nodeType": "YulIdentifier",
                                "src": "17958:6:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "17966:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "17954:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17954:15:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17927:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17927:43:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17927:43:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17990:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "18001:3:92",
                                "type": "",
                                "value": "128"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17986:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17986:19:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18007:3:92",
                            "type": "",
                            "value": "160"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17979:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17979:32:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17979:32:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "18020:54:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value4",
                            "nodeType": "YulIdentifier",
                            "src": "18046:6:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "18058:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "18069:3:92",
                                "type": "",
                                "value": "160"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "18054:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "18054:19:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_encode_string",
                          "nodeType": "YulIdentifier",
                          "src": "18028:17:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18028:46:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "18020:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_uint256_t_bool_t_address_t_address_t_string_memory_ptr__to_t_uint256_t_bool_t_address_t_address_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "17671:9:92",
                    "type": ""
                  },
                  {
                    "name": "value4",
                    "nodeType": "YulTypedName",
                    "src": "17682:6:92",
                    "type": ""
                  },
                  {
                    "name": "value3",
                    "nodeType": "YulTypedName",
                    "src": "17690:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "17698:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "17706:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "17714:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "17725:4:92",
                    "type": ""
                  }
                ],
                "src": "17507:573:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "18141:65:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18158:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "name": "ptr",
                            "nodeType": "YulIdentifier",
                            "src": "18161:3:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "18151:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18151:14:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "18151:14:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "18174:26:92",
                      "value": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18192:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18195:4:92",
                            "type": "",
                            "value": "0x20"
                          }
                        ],
                        "functionName": {
                          "name": "keccak256",
                          "nodeType": "YulIdentifier",
                          "src": "18182:9:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18182:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "data",
                          "nodeType": "YulIdentifier",
                          "src": "18174:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "array_dataslot_string_storage",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "ptr",
                    "nodeType": "YulTypedName",
                    "src": "18124:3:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "data",
                    "nodeType": "YulTypedName",
                    "src": "18132:4:92",
                    "type": ""
                  }
                ],
                "src": "18085:121:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "18297:73:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "18314:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "18319:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "18307:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18307:19:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "18307:19:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "18335:29:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "18354:3:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18359:4:92",
                            "type": "",
                            "value": "0x20"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "18350:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18350:14:92"
                      },
                      "variableNames": [
                        {
                          "name": "updated_pos",
                          "nodeType": "YulIdentifier",
                          "src": "18335:11:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "array_storeLengthForEncoding_array_bytes_dyn",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "pos",
                    "nodeType": "YulTypedName",
                    "src": "18265:3:92",
                    "type": ""
                  },
                  {
                    "name": "length",
                    "nodeType": "YulTypedName",
                    "src": "18270:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "updated_pos",
                    "nodeType": "YulTypedName",
                    "src": "18281:11:92",
                    "type": ""
                  }
                ],
                "src": "18211:159:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "18423:177:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "18458:111:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "18479:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "arguments": [
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "18486:3:92",
                                      "type": "",
                                      "value": "224"
                                    },
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "18491:10:92",
                                      "type": "",
                                      "value": "0x4e487b71"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "shl",
                                    "nodeType": "YulIdentifier",
                                    "src": "18482:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "18482:20:92"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "18472:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "18472:31:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "18472:31:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "18523:1:92",
                                  "type": "",
                                  "value": "4"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "18526:4:92",
                                  "type": "",
                                  "value": "0x11"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "18516:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "18516:15:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "18516:15:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "18551:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "18554:4:92",
                                  "type": "",
                                  "value": "0x24"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "18544:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "18544:15:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "18544:15:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "x",
                            "nodeType": "YulIdentifier",
                            "src": "18439:1:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "y",
                                "nodeType": "YulIdentifier",
                                "src": "18446:1:92"
                              }
                            ],
                            "functionName": {
                              "name": "not",
                              "nodeType": "YulIdentifier",
                              "src": "18442:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "18442:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "18436:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18436:13:92"
                      },
                      "nodeType": "YulIf",
                      "src": "18433:136:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "18578:16:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "x",
                            "nodeType": "YulIdentifier",
                            "src": "18589:1:92"
                          },
                          {
                            "name": "y",
                            "nodeType": "YulIdentifier",
                            "src": "18592:1:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "18585:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18585:9:92"
                      },
                      "variableNames": [
                        {
                          "name": "sum",
                          "nodeType": "YulIdentifier",
                          "src": "18578:3:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "checked_add_t_uint256",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "x",
                    "nodeType": "YulTypedName",
                    "src": "18406:1:92",
                    "type": ""
                  },
                  {
                    "name": "y",
                    "nodeType": "YulTypedName",
                    "src": "18409:1:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "sum",
                    "nodeType": "YulTypedName",
                    "src": "18415:3:92",
                    "type": ""
                  }
                ],
                "src": "18375:225:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "18658:205:92",
                  "statements": [
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "18668:10:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "18677:1:92",
                        "type": "",
                        "value": "0"
                      },
                      "variables": [
                        {
                          "name": "i",
                          "nodeType": "YulTypedName",
                          "src": "18672:1:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "18737:63:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "arguments": [
                                    {
                                      "name": "dst",
                                      "nodeType": "YulIdentifier",
                                      "src": "18762:3:92"
                                    },
                                    {
                                      "name": "i",
                                      "nodeType": "YulIdentifier",
                                      "src": "18767:1:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "add",
                                    "nodeType": "YulIdentifier",
                                    "src": "18758:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "18758:11:92"
                                },
                                {
                                  "arguments": [
                                    {
                                      "arguments": [
                                        {
                                          "name": "src",
                                          "nodeType": "YulIdentifier",
                                          "src": "18781:3:92"
                                        },
                                        {
                                          "name": "i",
                                          "nodeType": "YulIdentifier",
                                          "src": "18786:1:92"
                                        }
                                      ],
                                      "functionName": {
                                        "name": "add",
                                        "nodeType": "YulIdentifier",
                                        "src": "18777:3:92"
                                      },
                                      "nodeType": "YulFunctionCall",
                                      "src": "18777:11:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "mload",
                                    "nodeType": "YulIdentifier",
                                    "src": "18771:5:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "18771:18:92"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "18751:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "18751:39:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "18751:39:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "i",
                            "nodeType": "YulIdentifier",
                            "src": "18698:1:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "18701:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "lt",
                          "nodeType": "YulIdentifier",
                          "src": "18695:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18695:13:92"
                      },
                      "nodeType": "YulForLoop",
                      "post": {
                        "nodeType": "YulBlock",
                        "src": "18709:19:92",
                        "statements": [
                          {
                            "nodeType": "YulAssignment",
                            "src": "18711:15:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "i",
                                  "nodeType": "YulIdentifier",
                                  "src": "18720:1:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "18723:2:92",
                                  "type": "",
                                  "value": "32"
                                }
                              ],
                              "functionName": {
                                "name": "add",
                                "nodeType": "YulIdentifier",
                                "src": "18716:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "18716:10:92"
                            },
                            "variableNames": [
                              {
                                "name": "i",
                                "nodeType": "YulIdentifier",
                                "src": "18711:1:92"
                              }
                            ]
                          }
                        ]
                      },
                      "pre": {
                        "nodeType": "YulBlock",
                        "src": "18691:3:92",
                        "statements": []
                      },
                      "src": "18687:113:92"
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "18826:31:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "arguments": [
                                    {
                                      "name": "dst",
                                      "nodeType": "YulIdentifier",
                                      "src": "18839:3:92"
                                    },
                                    {
                                      "name": "length",
                                      "nodeType": "YulIdentifier",
                                      "src": "18844:6:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "add",
                                    "nodeType": "YulIdentifier",
                                    "src": "18835:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "18835:16:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "18853:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "18828:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "18828:27:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "18828:27:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "i",
                            "nodeType": "YulIdentifier",
                            "src": "18815:1:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "18818:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "18812:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18812:13:92"
                      },
                      "nodeType": "YulIf",
                      "src": "18809:48:92"
                    }
                  ]
                },
                "name": "copy_memory_to_memory",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "src",
                    "nodeType": "YulTypedName",
                    "src": "18636:3:92",
                    "type": ""
                  },
                  {
                    "name": "dst",
                    "nodeType": "YulTypedName",
                    "src": "18641:3:92",
                    "type": ""
                  },
                  {
                    "name": "length",
                    "nodeType": "YulTypedName",
                    "src": "18646:6:92",
                    "type": ""
                  }
                ],
                "src": "18605:258:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "18923:325:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "18933:22:92",
                      "value": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18947:1:92",
                            "type": "",
                            "value": "1"
                          },
                          {
                            "name": "data",
                            "nodeType": "YulIdentifier",
                            "src": "18950:4:92"
                          }
                        ],
                        "functionName": {
                          "name": "shr",
                          "nodeType": "YulIdentifier",
                          "src": "18943:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18943:12:92"
                      },
                      "variableNames": [
                        {
                          "name": "length",
                          "nodeType": "YulIdentifier",
                          "src": "18933:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "18964:38:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "data",
                            "nodeType": "YulIdentifier",
                            "src": "18994:4:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19000:1:92",
                            "type": "",
                            "value": "1"
                          }
                        ],
                        "functionName": {
                          "name": "and",
                          "nodeType": "YulIdentifier",
                          "src": "18990:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18990:12:92"
                      },
                      "variables": [
                        {
                          "name": "outOfPlaceEncoding",
                          "nodeType": "YulTypedName",
                          "src": "18968:18:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "19041:31:92",
                        "statements": [
                          {
                            "nodeType": "YulAssignment",
                            "src": "19043:27:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "length",
                                  "nodeType": "YulIdentifier",
                                  "src": "19057:6:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "19065:4:92",
                                  "type": "",
                                  "value": "0x7f"
                                }
                              ],
                              "functionName": {
                                "name": "and",
                                "nodeType": "YulIdentifier",
                                "src": "19053:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "19053:17:92"
                            },
                            "variableNames": [
                              {
                                "name": "length",
                                "nodeType": "YulIdentifier",
                                "src": "19043:6:92"
                              }
                            ]
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "outOfPlaceEncoding",
                            "nodeType": "YulIdentifier",
                            "src": "19021:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "19014:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19014:26:92"
                      },
                      "nodeType": "YulIf",
                      "src": "19011:61:92"
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "19131:111:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "19152:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "arguments": [
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "19159:3:92",
                                      "type": "",
                                      "value": "224"
                                    },
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "19164:10:92",
                                      "type": "",
                                      "value": "0x4e487b71"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "shl",
                                    "nodeType": "YulIdentifier",
                                    "src": "19155:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "19155:20:92"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "19145:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "19145:31:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "19145:31:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "19196:1:92",
                                  "type": "",
                                  "value": "4"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "19199:4:92",
                                  "type": "",
                                  "value": "0x22"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "19189:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "19189:15:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "19189:15:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "19224:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "19227:4:92",
                                  "type": "",
                                  "value": "0x24"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "19217:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "19217:15:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "19217:15:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "outOfPlaceEncoding",
                            "nodeType": "YulIdentifier",
                            "src": "19087:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "length",
                                "nodeType": "YulIdentifier",
                                "src": "19110:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19118:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "lt",
                              "nodeType": "YulIdentifier",
                              "src": "19107:2:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19107:14:92"
                          }
                        ],
                        "functionName": {
                          "name": "eq",
                          "nodeType": "YulIdentifier",
                          "src": "19084:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19084:38:92"
                      },
                      "nodeType": "YulIf",
                      "src": "19081:161:92"
                    }
                  ]
                },
                "name": "extract_byte_array_length",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "data",
                    "nodeType": "YulTypedName",
                    "src": "18903:4:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "length",
                    "nodeType": "YulTypedName",
                    "src": "18912:6:92",
                    "type": ""
                  }
                ],
                "src": "18868:380:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "19285:95:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19302:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19309:3:92",
                                "type": "",
                                "value": "224"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19314:10:92",
                                "type": "",
                                "value": "0x4e487b71"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "19305:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19305:20:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19295:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19295:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19295:31:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19342:1:92",
                            "type": "",
                            "value": "4"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19345:4:92",
                            "type": "",
                            "value": "0x41"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19335:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19335:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19335:15:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19366:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19369:4:92",
                            "type": "",
                            "value": "0x24"
                          }
                        ],
                        "functionName": {
                          "name": "revert",
                          "nodeType": "YulIdentifier",
                          "src": "19359:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19359:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19359:15:92"
                    }
                  ]
                },
                "name": "panic_error_0x41",
                "nodeType": "YulFunctionDefinition",
                "src": "19253:127:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "19430:86:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "19494:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "19503:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "19506:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "19496:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "19496:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "19496:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value",
                                "nodeType": "YulIdentifier",
                                "src": "19453:5:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "name": "value",
                                    "nodeType": "YulIdentifier",
                                    "src": "19464:5:92"
                                  },
                                  {
                                    "arguments": [
                                      {
                                        "arguments": [
                                          {
                                            "kind": "number",
                                            "nodeType": "YulLiteral",
                                            "src": "19479:3:92",
                                            "type": "",
                                            "value": "160"
                                          },
                                          {
                                            "kind": "number",
                                            "nodeType": "YulLiteral",
                                            "src": "19484:1:92",
                                            "type": "",
                                            "value": "1"
                                          }
                                        ],
                                        "functionName": {
                                          "name": "shl",
                                          "nodeType": "YulIdentifier",
                                          "src": "19475:3:92"
                                        },
                                        "nodeType": "YulFunctionCall",
                                        "src": "19475:11:92"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "19488:1:92",
                                        "type": "",
                                        "value": "1"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "sub",
                                      "nodeType": "YulIdentifier",
                                      "src": "19471:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "19471:19:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "and",
                                  "nodeType": "YulIdentifier",
                                  "src": "19460:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "19460:31:92"
                              }
                            ],
                            "functionName": {
                              "name": "eq",
                              "nodeType": "YulIdentifier",
                              "src": "19450:2:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19450:42:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "19443:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19443:50:92"
                      },
                      "nodeType": "YulIf",
                      "src": "19440:70:92"
                    }
                  ]
                },
                "name": "validator_revert_address",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "value",
                    "nodeType": "YulTypedName",
                    "src": "19419:5:92",
                    "type": ""
                  }
                ],
                "src": "19385:131:92"
              }
            ]
          },
          "contents": "{\n    { }\n    function abi_decode_available_length_bytes(src, length, end) -> array\n    {\n        let _1 := 0xffffffffffffffff\n        if gt(length, _1) { panic_error_0x41() }\n        let _2 := not(31)\n        let memPtr := mload(64)\n        let newFreePtr := add(memPtr, and(add(and(add(length, 31), _2), 63), _2))\n        if or(gt(newFreePtr, _1), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n        mstore(64, newFreePtr)\n        array := memPtr\n        mstore(memPtr, length)\n        if gt(add(src, length), end) { revert(0, 0) }\n        calldatacopy(add(memPtr, 0x20), src, length)\n        mstore(add(add(memPtr, length), 0x20), 0)\n    }\n    function abi_decode_array_bytes_calldata_dyn_calldata(offset, end) -> arrayPos, length\n    {\n        if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n        length := calldataload(offset)\n        if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n        arrayPos := add(offset, 0x20)\n        if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n    }\n    function abi_decode_string(offset, end) -> array\n    {\n        if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n        array := abi_decode_available_length_bytes(add(offset, 0x20), calldataload(offset), end)\n    }\n    function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n    {\n        if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n        let value := calldataload(headStart)\n        validator_revert_address(value)\n        value0 := value\n    }\n    function abi_decode_tuple_t_address_fromMemory(headStart, dataEnd) -> value0\n    {\n        if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n        let value := mload(headStart)\n        validator_revert_address(value)\n        value0 := value\n    }\n    function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1\n    {\n        if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n        let value := calldataload(headStart)\n        validator_revert_address(value)\n        value0 := value\n        let value_1 := calldataload(add(headStart, 32))\n        validator_revert_address(value_1)\n        value1 := value_1\n    }\n    function abi_decode_tuple_t_addresst_addresst_string_memory_ptr(headStart, dataEnd) -> value0, value1, value2\n    {\n        if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n        let value := calldataload(headStart)\n        validator_revert_address(value)\n        value0 := value\n        let value_1 := calldataload(add(headStart, 32))\n        validator_revert_address(value_1)\n        value1 := value_1\n        let offset := calldataload(add(headStart, 64))\n        if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n        value2 := abi_decode_string(add(headStart, offset), dataEnd)\n    }\n    function abi_decode_tuple_t_addresst_bytes_memory_ptr(headStart, dataEnd) -> value0, value1\n    {\n        if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n        let value := calldataload(headStart)\n        validator_revert_address(value)\n        value0 := value\n        let offset := calldataload(add(headStart, 32))\n        if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n        let _1 := add(headStart, offset)\n        if iszero(slt(add(_1, 0x1f), dataEnd)) { revert(0, 0) }\n        value1 := abi_decode_available_length_bytes(add(_1, 32), calldataload(_1), dataEnd)\n    }\n    function abi_decode_tuple_t_addresst_string_memory_ptr(headStart, dataEnd) -> value0, value1\n    {\n        if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n        let value := calldataload(headStart)\n        validator_revert_address(value)\n        value0 := value\n        let offset := calldataload(add(headStart, 32))\n        if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n        value1 := abi_decode_string(add(headStart, offset), dataEnd)\n    }\n    function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n    {\n        if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n        value0 := mload(headStart)\n    }\n    function abi_decode_tuple_t_bytes_calldata_ptrt_array$_t_bytes_calldata_ptr_$dyn_calldata_ptrt_uint256t_bytes32t_string_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6\n    {\n        if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n        let offset := calldataload(headStart)\n        let _1 := 0xffffffffffffffff\n        if gt(offset, _1) { revert(0, 0) }\n        let _2 := add(headStart, offset)\n        if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n        let length := calldataload(_2)\n        if gt(length, _1) { revert(0, 0) }\n        if gt(add(add(_2, length), 0x20), dataEnd) { revert(0, 0) }\n        value0 := add(_2, 0x20)\n        value1 := length\n        let offset_1 := calldataload(add(headStart, 0x20))\n        if gt(offset_1, _1) { revert(0, 0) }\n        let value2_1, value3_1 := abi_decode_array_bytes_calldata_dyn_calldata(add(headStart, offset_1), dataEnd)\n        value2 := value2_1\n        value3 := value3_1\n        value4 := calldataload(add(headStart, 64))\n        value5 := calldataload(add(headStart, 96))\n        let offset_2 := calldataload(add(headStart, 128))\n        if gt(offset_2, _1) { revert(0, 0) }\n        value6 := abi_decode_string(add(headStart, offset_2), dataEnd)\n    }\n    function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n    {\n        if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n        value0 := calldataload(headStart)\n    }\n    function abi_decode_tuple_t_uint256t_address(headStart, dataEnd) -> value0, value1\n    {\n        if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n        value0 := calldataload(headStart)\n        let value := calldataload(add(headStart, 32))\n        validator_revert_address(value)\n        value1 := value\n    }\n    function abi_decode_tuple_t_uint256t_bool(headStart, dataEnd) -> value0, value1\n    {\n        if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n        value0 := calldataload(headStart)\n        let value := calldataload(add(headStart, 32))\n        if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n        value1 := value\n    }\n    function abi_encode_bytes_calldata(start, length, pos) -> end\n    {\n        mstore(pos, length)\n        calldatacopy(add(pos, 0x20), start, length)\n        mstore(add(add(pos, length), 0x20), 0)\n        end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n    }\n    function abi_encode_string(value, pos) -> end\n    {\n        let length := mload(value)\n        mstore(pos, length)\n        copy_memory_to_memory(add(value, 0x20), add(pos, 0x20), length)\n        end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n    }\n    function abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n    {\n        let length := mload(value0)\n        copy_memory_to_memory(add(value0, 0x20), pos, length)\n        end := add(pos, length)\n    }\n    function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n    {\n        tail := add(headStart, 32)\n        mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n    }\n    function abi_encode_tuple_t_address_t_address__to_t_address_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n    {\n        tail := add(headStart, 64)\n        let _1 := sub(shl(160, 1), 1)\n        mstore(headStart, and(value0, _1))\n        mstore(add(headStart, 32), and(value1, _1))\n    }\n    function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n    {\n        tail := add(headStart, 32)\n        mstore(headStart, value0)\n    }\n    function abi_encode_tuple_t_bytes_calldata_ptr_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr_t_uint256_t_bytes32__to_t_bytes_memory_ptr_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr_t_uint256_t_bytes32__fromStack_reversed(headStart, value5, value4, value3, value2, value1, value0) -> tail\n    {\n        mstore(headStart, 128)\n        let tail_1 := abi_encode_bytes_calldata(value0, value1, add(headStart, 128))\n        let _1 := 32\n        mstore(add(headStart, _1), sub(tail_1, headStart))\n        let pos := tail_1\n        mstore(tail_1, value3)\n        pos := add(tail_1, _1)\n        let tail_2 := add(add(tail_1, shl(5, value3)), _1)\n        let srcPtr := value2\n        let i := 0\n        for { } lt(i, value3) { i := add(i, 1) }\n        {\n            mstore(pos, add(sub(tail_2, tail_1), not(31)))\n            let rel_offset_of_tail := calldataload(srcPtr)\n            if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), value2), not(30)))) { revert(0, 0) }\n            let value := add(rel_offset_of_tail, value2)\n            let length := calldataload(value)\n            if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n            if sgt(value2, sub(calldatasize(), length)) { revert(0, 0) }\n            tail_2 := abi_encode_bytes_calldata(add(value, _1), length, tail_2)\n            srcPtr := add(srcPtr, _1)\n            pos := add(pos, _1)\n        }\n        tail := tail_2\n        mstore(add(headStart, 64), value4)\n        mstore(add(headStart, 96), value5)\n    }\n    function abi_encode_tuple_t_contract$_IBaalSummoner_$14393__to_t_address__fromStack_reversed(headStart, value0) -> tail\n    {\n        tail := add(headStart, 32)\n        mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n    }\n    function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart, value0) -> tail\n    {\n        tail := add(headStart, 32)\n        mstore(headStart, and(value0, 0xff))\n    }\n    function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n    {\n        mstore(headStart, 32)\n        tail := abi_encode_string(value0, add(headStart, 32))\n    }\n    function abi_encode_tuple_t_stringliteral_003671cf652c5d9a171e91019c6c8a6a5ba6fdec0d314a2d52cbe2fc1ca6b916__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 4)\n        mstore(add(headStart, 64), \"!DAO\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 38)\n        mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n        mstore(add(headStart, 96), \"ddress\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_36e108fa7a809b52ab1951dd91c117a7bc9ac5250bdf1aa162d4e104f7edf9eb__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 44)\n        mstore(add(headStart, 64), \"Function must be called through \")\n        mstore(add(headStart, 96), \"delegatecall\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_3e2c30b2368d973f93505d817244d36fdf4574d5de18f1f61f06afbaa17310e1__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 19)\n        mstore(add(headStart, 64), \"not DAO or delegate\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_52f1ead4d9653e13afbd2e90ef2587c30187cd50b2e97d784e3f7a7541247434__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 44)\n        mstore(add(headStart, 64), \"Function must be called through \")\n        mstore(add(headStart, 96), \"active proxy\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_67f0151b4ad1dcfa0e3302a0cd6019f51582ef1807b37dceb00bd852a514f7f4__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 56)\n        mstore(add(headStart, 64), \"UUPSUpgradeable: must not be cal\")\n        mstore(add(headStart, 96), \"led through delegatecall\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_76b6b6debfc5febf101145a79ecf0b0d2e89e397dfdab2bca99888370411152c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 41)\n        mstore(add(headStart, 64), \"ERC1967Upgrade: unsupported prox\")\n        mstore(add(headStart, 96), \"iableUUID\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 46)\n        mstore(add(headStart, 64), \"Initializable: contract is alrea\")\n        mstore(add(headStart, 96), \"dy initialized\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_8e8e2fbcb586f700b5b14e2c4a650c8d83b9773c31c5fe8962070ea544e11f24__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 46)\n        mstore(add(headStart, 64), \"ERC1967Upgrade: new implementati\")\n        mstore(add(headStart, 96), \"on is not UUPS\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_972b7028e8de0bff0d553b3264eba2312ec98a552add05e58853b313f9f4ac65__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 45)\n        mstore(add(headStart, 64), \"ERC1967: new implementation is n\")\n        mstore(add(headStart, 96), \"ot a contract\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 32)\n        mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_a4b4461cfc9c1f0249c17896b005545dc5d1690f81d2023afc517b07ed3227a7__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 12)\n        mstore(add(headStart, 64), \"zero address\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_b94ded0918034cf8f896e19fa3cfdef1188cd569c577264a3622e49152f88520__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 38)\n        mstore(add(headStart, 64), \"Address: delegate call to non-co\")\n        mstore(add(headStart, 96), \"ntract\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_d3d426b218451f167c551b982b3db4a5718b469fc162f94392e4df683cdb7723__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 21)\n        mstore(add(headStart, 64), \"!not active DAO vault\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 43)\n        mstore(add(headStart, 64), \"Initializable: contract is not i\")\n        mstore(add(headStart, 96), \"nitializing\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_struct$_Vault_$13504_storage__to_t_struct$_Vault_$13504_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n    {\n        let _1 := 32\n        mstore(headStart, _1)\n        mstore(add(headStart, _1), sload(value0))\n        let _2 := 0x01\n        let slotValue := sload(add(value0, _2))\n        mstore(add(headStart, 64), iszero(iszero(and(slotValue, 0xff))))\n        let _3 := sub(shl(160, 1), 1)\n        mstore(add(headStart, 96), and(shr(8, slotValue), _3))\n        mstore(add(headStart, 128), and(sload(add(value0, 0x02)), _3))\n        let memberValue0 := add(value0, 0x03)\n        mstore(add(headStart, 0xa0), 0xa0)\n        let ret := 0\n        let slotValue_1 := sload(memberValue0)\n        let length := ret\n        length := shr(_2, slotValue_1)\n        let outOfPlaceEncoding := and(slotValue_1, _2)\n        if iszero(outOfPlaceEncoding) { length := and(length, 0x7f) }\n        if eq(outOfPlaceEncoding, lt(length, _1))\n        {\n            mstore(ret, shl(224, 0x4e487b71))\n            mstore(4, 0x22)\n            revert(ret, 0x24)\n        }\n        let pos := array_storeLengthForEncoding_array_bytes_dyn(add(headStart, 192), length)\n        switch outOfPlaceEncoding\n        case 0 {\n            mstore(pos, and(slotValue_1, not(255)))\n            ret := add(pos, _1)\n        }\n        case 1 {\n            let dataPos := array_dataslot_string_storage(memberValue0)\n            let i := 0\n            for { } lt(i, length) { i := add(i, _1) }\n            {\n                mstore(add(pos, i), sload(dataPos))\n                dataPos := add(dataPos, _2)\n            }\n            ret := add(pos, i)\n        }\n        tail := ret\n    }\n    function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n    {\n        tail := add(headStart, 32)\n        mstore(headStart, value0)\n    }\n    function abi_encode_tuple_t_uint256_t_bool_t_address_t_address_t_string_memory_ptr__to_t_uint256_t_bool_t_address_t_address_t_string_memory_ptr__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n    {\n        mstore(headStart, value0)\n        mstore(add(headStart, 32), iszero(iszero(value1)))\n        let _1 := sub(shl(160, 1), 1)\n        mstore(add(headStart, 64), and(value2, _1))\n        mstore(add(headStart, 96), and(value3, _1))\n        mstore(add(headStart, 128), 160)\n        tail := abi_encode_string(value4, add(headStart, 160))\n    }\n    function array_dataslot_string_storage(ptr) -> data\n    {\n        mstore(0, ptr)\n        data := keccak256(0, 0x20)\n    }\n    function array_storeLengthForEncoding_array_bytes_dyn(pos, length) -> updated_pos\n    {\n        mstore(pos, length)\n        updated_pos := add(pos, 0x20)\n    }\n    function checked_add_t_uint256(x, y) -> sum\n    {\n        if gt(x, not(y))\n        {\n            mstore(0, shl(224, 0x4e487b71))\n            mstore(4, 0x11)\n            revert(0, 0x24)\n        }\n        sum := add(x, y)\n    }\n    function copy_memory_to_memory(src, dst, length)\n    {\n        let i := 0\n        for { } lt(i, length) { i := add(i, 32) }\n        {\n            mstore(add(dst, i), mload(add(src, i)))\n        }\n        if gt(i, length) { mstore(add(dst, length), 0) }\n    }\n    function extract_byte_array_length(data) -> length\n    {\n        length := shr(1, data)\n        let outOfPlaceEncoding := and(data, 1)\n        if iszero(outOfPlaceEncoding) { length := and(length, 0x7f) }\n        if eq(outOfPlaceEncoding, lt(length, 32))\n        {\n            mstore(0, shl(224, 0x4e487b71))\n            mstore(4, 0x22)\n            revert(0, 0x24)\n        }\n    }\n    function panic_error_0x41()\n    {\n        mstore(0, shl(224, 0x4e487b71))\n        mstore(4, 0x41)\n        revert(0, 0x24)\n    }\n    function validator_revert_address(value)\n    {\n        if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n    }\n}",
          "id": 92,
          "language": "Yul",
          "name": "#utility.yul"
        }
      ],
      "immutableReferences": {
        "4654": [
          {
            "length": 32,
            "start": 1183
          },
          {
            "length": 32,
            "start": 1247
          },
          {
            "length": 32,
            "start": 1407
          },
          {
            "length": 32,
            "start": 1471
          },
          {
            "length": 32,
            "start": 1614
          }
        ]
      },
      "linkReferences": {},
      "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x109 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8129FC1C GT PUSH2 0x95 JUMPI DUP1 PUSH4 0xAC06A9A9 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xAC06A9A9 EQ PUSH2 0x2F2 JUMPI DUP1 PUSH4 0xB395F086 EQ PUSH2 0x312 JUMPI DUP1 PUSH4 0xBB6DECC8 EQ PUSH2 0x332 JUMPI DUP1 PUSH4 0xBEDFB8D4 EQ PUSH2 0x352 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x368 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x24E JUMPI DUP1 PUSH4 0x8C64EA4A EQ PUSH2 0x263 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x294 JUMPI DUP1 PUSH4 0xA156D863 EQ PUSH2 0x2B2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x52D1902D GT PUSH2 0xDC JUMPI DUP1 PUSH4 0x52D1902D EQ PUSH2 0x1A0 JUMPI DUP1 PUSH4 0x587CDE1E EQ PUSH2 0x1C3 JUMPI DUP1 PUSH4 0x5C873849 EQ PUSH2 0x1F9 JUMPI DUP1 PUSH4 0x619DD5D4 EQ PUSH2 0x219 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x239 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x133AFCC0 EQ PUSH2 0x10E JUMPI DUP1 PUSH4 0x14B630F9 EQ PUSH2 0x130 JUMPI DUP1 PUSH4 0x3659CFE6 EQ PUSH2 0x16D JUMPI DUP1 PUSH4 0x4F1EF286 EQ PUSH2 0x18D JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x11A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x129 CALLDATASIZE PUSH1 0x4 PUSH2 0x1678 JUMP JUMPDEST PUSH2 0x388 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x13C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0xC9 SLOAD PUSH2 0x150 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x179 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x188 CALLDATASIZE PUSH1 0x4 PUSH2 0x13F5 JUMP JUMPDEST PUSH2 0x494 JUMP JUMPDEST PUSH2 0x12E PUSH2 0x19B CALLDATASIZE PUSH1 0x4 PUSH2 0x14CA JUMP JUMPDEST PUSH2 0x574 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1B5 PUSH2 0x641 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x164 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1CF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x150 PUSH2 0x1DE CALLDATASIZE PUSH1 0x4 PUSH2 0x13F5 JUMP JUMPDEST PUSH1 0xCC PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x205 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x214 CALLDATASIZE PUSH1 0x4 PUSH2 0x142F JUMP JUMPDEST PUSH2 0x6F4 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x225 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x234 CALLDATASIZE PUSH1 0x4 PUSH2 0x169D JUMP JUMPDEST PUSH2 0x7A1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x245 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x7B3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x25A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x7C7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x26F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x283 PUSH2 0x27E CALLDATASIZE PUSH1 0x4 PUSH2 0x165F JUMP JUMPDEST PUSH2 0x8E5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x164 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x19D2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2A0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x33 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x150 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2D2 PUSH2 0x2CD CALLDATASIZE PUSH1 0x4 PUSH2 0x158D JUMP JUMPDEST PUSH2 0x9B0 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 DUP5 AND DUP2 MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x164 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2FE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x150 PUSH2 0x30D CALLDATASIZE PUSH1 0x4 PUSH2 0x152E JUMP JUMPDEST PUSH2 0xA5B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x31E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x32D CALLDATASIZE PUSH1 0x4 PUSH2 0x1468 JUMP JUMPDEST PUSH2 0xAEE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x34D CALLDATASIZE PUSH1 0x4 PUSH2 0x13F5 JUMP JUMPDEST PUSH2 0xB06 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x35E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1B5 PUSH1 0xCA SLOAD DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x374 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12E PUSH2 0x383 CALLDATASIZE PUSH1 0x4 PUSH2 0x13F5 JUMP JUMPDEST PUSH2 0xBA1 JUMP JUMPDEST CALLER PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND EQ DUP1 PUSH2 0x3B8 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0xCC PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD AND CALLER EQ JUMPDEST PUSH2 0x3FF JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x13 PUSH1 0x24 DUP3 ADD MSTORE PUSH19 0x6E6F742044414F206F722064656C6567617465 PUSH1 0x68 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH2 0x100 SWAP1 SWAP3 DIV AND EQ DUP1 ISZERO PUSH2 0x441 JUMPI POP PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0xFF AND JUMPDEST PUSH2 0x485 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x15 PUSH1 0x24 DUP3 ADD MSTORE PUSH21 0x85B9BDD081858DD1A5D9948111053C81D985D5B1D PUSH1 0x5A SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH2 0x490 DUP3 PUSH1 0x0 PUSH2 0xC17 JUMP JUMPDEST POP POP JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ ISZERO PUSH2 0x4DD JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x1806 JUMP JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x526 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x54C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x1852 JUMP JUMPDEST PUSH2 0x555 DUP2 PUSH2 0xC64 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0x571 SWAP2 DUP4 SWAP2 SWAP1 PUSH2 0xC6C JUMP JUMPDEST POP JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ ISZERO PUSH2 0x5BD JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x1806 JUMP JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x606 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x62C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x1852 JUMP JUMPDEST PUSH2 0x635 DUP3 PUSH2 0xC64 JUMP JUMPDEST PUSH2 0x490 DUP3 DUP3 PUSH1 0x1 PUSH2 0xC6C JUMP JUMPDEST PUSH1 0x0 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ PUSH2 0x6E1 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x38 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x555550535570677261646561626C653A206D757374206E6F742062652063616C PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x6C6564207468726F7567682064656C656761746563616C6C0000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST POP PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 JUMP JUMPDEST CALLER PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND EQ PUSH2 0x735 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x4 SWAP1 DUP3 ADD MSTORE PUSH4 0x2144414F PUSH1 0xE0 SHL PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 ADD SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0xCC PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND SWAP5 DUP7 AND SWAP5 DUP6 OR SWAP1 SSTORE DUP2 MLOAD SWAP3 DUP4 MSTORE DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH32 0xBEEBFEEBC9D1AF8057CA45AF36B2171FEA34CB5B251E394F0BC5FCABDE119D7F SWAP2 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH2 0x7A9 PUSH2 0xDE6 JUMP JUMPDEST PUSH2 0x490 DUP3 DUP3 PUSH2 0xC17 JUMP JUMPDEST PUSH2 0x7BB PUSH2 0xDE6 JUMP JUMPDEST PUSH2 0x7C5 PUSH1 0x0 PUSH2 0xE40 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND ISZERO DUP1 DUP1 ISZERO PUSH2 0x7E7 JUMPI POP PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0xFF SWAP1 SWAP2 AND LT JUMPDEST DUP1 PUSH2 0x801 JUMPI POP ADDRESS EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x801 JUMPI POP PUSH1 0x0 SLOAD PUSH1 0xFF AND PUSH1 0x1 EQ JUMPDEST PUSH2 0x864 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x2E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x44 DUP3 ADD MSTORE PUSH14 0x191E481A5B9A5D1A585B1A5E9959 PUSH1 0x92 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE DUP1 ISZERO PUSH2 0x887 JUMPI PUSH1 0x0 DUP1 SLOAD PUSH2 0xFF00 NOT AND PUSH2 0x100 OR SWAP1 SSTORE JUMPDEST PUSH2 0x88F PUSH2 0xE92 JUMP JUMPDEST PUSH2 0x897 PUSH2 0xEC1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCA SSTORE DUP1 ISZERO PUSH2 0x571 JUMPI PUSH1 0x0 DUP1 SLOAD PUSH2 0xFF00 NOT AND SWAP1 SSTORE PUSH1 0x40 MLOAD PUSH1 0x1 DUP2 MSTORE PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 SWAP1 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 DUP3 ADD SLOAD PUSH1 0x2 DUP4 ADD SLOAD PUSH1 0x3 DUP5 ADD DUP1 SLOAD SWAP4 SWAP5 PUSH1 0xFF DUP5 AND SWAP5 PUSH2 0x100 SWAP1 SWAP5 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND SWAP5 SWAP4 AND SWAP3 SWAP1 SWAP2 SWAP1 PUSH2 0x92D SWAP1 PUSH2 0x1A69 JUMP JUMPDEST DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP1 SLOAD PUSH2 0x959 SWAP1 PUSH2 0x1A69 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x9A6 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x97B JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x9A6 JUMP JUMPDEST DUP3 ADD SWAP2 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 JUMPDEST DUP2 SLOAD DUP2 MSTORE SWAP1 PUSH1 0x1 ADD SWAP1 PUSH1 0x20 ADD DUP1 DUP4 GT PUSH2 0x989 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP DUP6 JUMP JUMPDEST PUSH1 0xC9 SLOAD PUSH1 0x40 MLOAD PUSH4 0x209F3695 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x0 SWAP2 DUP3 SWAP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND SWAP1 PUSH4 0x209F3695 SWAP1 PUSH2 0x9EF SWAP1 DUP13 SWAP1 DUP13 SWAP1 DUP13 SWAP1 DUP13 SWAP1 DUP13 SWAP1 DUP13 SWAP1 PUSH1 0x4 ADD PUSH2 0x1738 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xA09 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xA1D JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xA41 SWAP2 SWAP1 PUSH2 0x1412 JUMP JUMPDEST SWAP2 POP PUSH2 0xA4D DUP3 DUP5 PUSH2 0xA5B JUMP JUMPDEST SWAP1 POP SWAP8 POP SWAP8 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0xC9 SLOAD PUSH1 0x40 MLOAD PUSH4 0x3E2108C7 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 DUP2 AND PUSH1 0x4 DUP4 ADD MSTORE PUSH1 0x0 SWAP3 AND SWAP1 PUSH4 0xF884231C SWAP1 PUSH1 0x24 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xAA3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xAB7 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xADB SWAP2 SWAP1 PUSH2 0x1412 JUMP JUMPDEST SWAP1 POP PUSH2 0xAE8 DUP3 DUP5 DUP4 PUSH2 0xEE8 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xAF6 PUSH2 0xDE6 JUMP JUMPDEST PUSH2 0xB01 DUP2 DUP5 DUP5 PUSH2 0xEE8 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0xB0E PUSH2 0xDE6 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0xB53 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xC PUSH1 0x24 DUP3 ADD MSTORE PUSH12 0x7A65726F2061646472657373 PUSH1 0xA0 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0xC9 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH32 0xF471C7A7115723E1D5E0A3B924BEC97596831B94082A24D73C8C3210C6CB3B06 SWAP1 PUSH1 0x20 ADD PUSH2 0x8DA JUMP JUMPDEST PUSH2 0xBA9 PUSH2 0xDE6 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0xC0E JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x26 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x44 DUP3 ADD MSTORE PUSH6 0x646472657373 PUSH1 0xD0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH2 0x571 DUP2 PUSH2 0xE40 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 PUSH1 0x1 DUP2 ADD DUP1 SLOAD PUSH1 0xFF NOT AND DUP5 ISZERO ISZERO OR SWAP1 SSTORE SWAP1 MLOAD PUSH32 0x70720885C820C73FACAA75BC2669991B591D9FD2A1E2507A4A9A8022F9336F78 SWAP2 PUSH2 0x795 SWAP2 PUSH2 0x18E9 JUMP JUMPDEST PUSH2 0x571 PUSH2 0xDE6 JUMP JUMPDEST PUSH32 0x4910FDFA16FED3260ED0E7147F7CC6DA11A60208B5B9406D12A635614FFD9143 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0xC9F JUMPI PUSH2 0xB01 DUP4 PUSH2 0x1005 JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x52D1902D PUSH1 0x40 MLOAD DUP2 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xCD8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0xD08 JUMPI POP PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0xD05 SWAP2 DUP2 ADD SWAP1 PUSH2 0x1574 JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0xD6B JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x2E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524331393637557067726164653A206E657720696D706C656D656E74617469 PUSH1 0x44 DUP3 ADD MSTORE PUSH14 0x6F6E206973206E6F742055555053 PUSH1 0x90 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE DUP2 EQ PUSH2 0xDDA JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x29 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524331393637557067726164653A20756E737570706F727465642070726F78 PUSH1 0x44 DUP3 ADD MSTORE PUSH9 0x1A58589B1955555251 PUSH1 0xBA SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST POP PUSH2 0xB01 DUP4 DUP4 DUP4 PUSH2 0x10A1 JUMP JUMPDEST PUSH1 0x33 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x7C5 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x33 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 DUP2 AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT DUP4 AND DUP2 OR SWAP1 SWAP4 SSTORE PUSH1 0x40 MLOAD SWAP2 AND SWAP2 SWAP1 DUP3 SWAP1 PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 SWAP1 PUSH1 0x0 SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0xEB9 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x189E JUMP JUMPDEST PUSH2 0x7C5 PUSH2 0x10CC JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x7C5 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x189E JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCA PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xEFB SWAP2 SWAP1 PUSH2 0x1A17 JUMP JUMPDEST SWAP1 SWAP2 SSTORE POP POP PUSH1 0x40 DUP1 MLOAD PUSH1 0xA0 DUP2 ADD DUP3 MSTORE PUSH1 0xCA SLOAD DUP1 DUP3 MSTORE PUSH1 0x1 PUSH1 0x20 DUP1 DUP5 ADD DUP3 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP9 DUP2 AND DUP7 DUP9 ADD SWAP1 DUP2 MSTORE DUP9 DUP3 AND PUSH1 0x60 DUP9 ADD SWAP1 DUP2 MSTORE PUSH1 0x80 DUP9 ADD DUP13 DUP2 MSTORE PUSH1 0x0 SWAP8 DUP9 MSTORE PUSH1 0xCB DUP7 MSTORE SWAP9 SWAP1 SWAP7 KECCAK256 DUP8 MLOAD DUP2 SSTORE SWAP3 MLOAD SWAP5 DUP4 ADD DUP1 SLOAD SWAP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA8 SHL SUB NOT SWAP1 SWAP3 AND SWAP6 ISZERO ISZERO PUSH2 0x100 PUSH1 0x1 PUSH1 0xA8 SHL SUB NOT AND SWAP6 SWAP1 SWAP6 OR PUSH2 0x100 SWAP2 DUP4 AND SWAP2 SWAP1 SWAP2 MUL OR SWAP1 SWAP4 SSTORE SWAP3 MLOAD PUSH1 0x2 DUP5 ADD DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND SWAP2 SWAP1 SWAP4 AND OR SWAP1 SWAP2 SSTORE SWAP3 MLOAD DUP1 MLOAD SWAP3 SWAP4 SWAP2 SWAP3 PUSH2 0xFB4 SWAP3 PUSH1 0x3 DUP6 ADD SWAP3 ADD SWAP1 PUSH2 0x127A JUMP JUMPDEST POP POP PUSH1 0xCA SLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0xCB PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH32 0x70720885C820C73FACAA75BC2669991B591D9FD2A1E2507A4A9A8022F9336F78 SWAP3 POP PUSH2 0xFF8 SWAP2 SWAP1 PUSH2 0x18E9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND EXTCODESIZE PUSH2 0x1072 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x2D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x455243313936373A206E657720696D706C656D656E746174696F6E206973206E PUSH1 0x44 DUP3 ADD MSTORE PUSH13 0x1BDD08184818DBDB9D1C9858DD PUSH1 0x9A SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x1AD0 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE JUMP JUMPDEST PUSH2 0x10AA DUP4 PUSH2 0x10FC JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD GT DUP1 PUSH2 0x10B7 JUMPI POP DUP1 JUMPDEST ISZERO PUSH2 0xB01 JUMPI PUSH2 0x10C6 DUP4 DUP4 PUSH2 0x113C JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x10F3 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP1 PUSH2 0x189E JUMP JUMPDEST PUSH2 0x7C5 CALLER PUSH2 0xE40 JUMP JUMPDEST PUSH2 0x1105 DUP2 PUSH2 0x1005 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND SWAP1 PUSH32 0xBC7CD75A20EE27FD9ADEBAB32041F755214DBC6BFFA90CC0225B39DA2E5C2D3B SWAP1 PUSH1 0x0 SWAP1 LOG2 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND EXTCODESIZE PUSH2 0x11A4 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x26 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x416464726573733A2064656C65676174652063616C6C20746F206E6F6E2D636F PUSH1 0x44 DUP3 ADD MSTORE PUSH6 0x1B9D1C9858DD PUSH1 0xD2 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3F6 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x40 MLOAD PUSH2 0x11BF SWAP2 SWAP1 PUSH2 0x171C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x11FA JUMPI PUSH1 0x40 MLOAD SWAP2 POP PUSH1 0x1F NOT PUSH1 0x3F RETURNDATASIZE ADD AND DUP3 ADD PUSH1 0x40 MSTORE RETURNDATASIZE DUP3 MSTORE RETURNDATASIZE PUSH1 0x0 PUSH1 0x20 DUP5 ADD RETURNDATACOPY PUSH2 0x11FF JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1227 DUP3 DUP3 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x27 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1AF0 PUSH1 0x27 SWAP2 CODECOPY PUSH2 0x1230 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP4 ISZERO PUSH2 0x123F JUMPI POP DUP2 PUSH2 0x1249 JUMP JUMPDEST PUSH2 0x1249 DUP4 DUP4 PUSH2 0x1250 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP2 MLOAD ISZERO PUSH2 0x1260 JUMPI DUP2 MLOAD DUP1 DUP4 PUSH1 0x20 ADD REVERT JUMPDEST DUP1 PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x3F6 SWAP2 SWAP1 PUSH2 0x17F3 JUMP JUMPDEST DUP3 DUP1 SLOAD PUSH2 0x1286 SWAP1 PUSH2 0x1A69 JUMP JUMPDEST SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x1F ADD PUSH1 0x20 SWAP1 DIV DUP2 ADD SWAP3 DUP3 PUSH2 0x12A8 JUMPI PUSH1 0x0 DUP6 SSTORE PUSH2 0x12EE JUMP JUMPDEST DUP3 PUSH1 0x1F LT PUSH2 0x12C1 JUMPI DUP1 MLOAD PUSH1 0xFF NOT AND DUP4 DUP1 ADD OR DUP6 SSTORE PUSH2 0x12EE JUMP JUMPDEST DUP3 DUP1 ADD PUSH1 0x1 ADD DUP6 SSTORE DUP3 ISZERO PUSH2 0x12EE JUMPI SWAP2 DUP3 ADD JUMPDEST DUP3 DUP2 GT ISZERO PUSH2 0x12EE JUMPI DUP3 MLOAD DUP3 SSTORE SWAP2 PUSH1 0x20 ADD SWAP2 SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x12D3 JUMP JUMPDEST POP PUSH2 0x12FA SWAP3 SWAP2 POP PUSH2 0x12FE JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x12FA JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x12FF JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP5 GT ISZERO PUSH2 0x132E JUMPI PUSH2 0x132E PUSH2 0x1AA4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP6 ADD PUSH1 0x1F NOT SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP3 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH2 0x1356 JUMPI PUSH2 0x1356 PUSH2 0x1AA4 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP1 SWAP4 POP DUP6 DUP2 MSTORE DUP7 DUP7 DUP7 ADD GT ISZERO PUSH2 0x136F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 DUP6 PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0x20 DUP8 DUP4 ADD ADD MSTORE POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x139B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x13B3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x13CE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x13E6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1249 DUP4 DUP4 CALLDATALOAD PUSH1 0x20 DUP6 ADD PUSH2 0x1313 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1407 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x1249 DUP2 PUSH2 0x1ABA JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1424 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x1249 DUP2 PUSH2 0x1ABA JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1442 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x144D DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x145D DUP2 PUSH2 0x1ABA JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x147D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x1488 DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x1498 DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x14B4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x14C0 DUP7 DUP3 DUP8 ADD PUSH2 0x13D5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x14DD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x14E8 DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1504 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD PUSH1 0x1F DUP2 ADD DUP6 SGT PUSH2 0x1515 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1524 DUP6 DUP3 CALLDATALOAD PUSH1 0x20 DUP5 ADD PUSH2 0x1313 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1541 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x154C DUP2 PUSH2 0x1ABA JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1568 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1524 DUP6 DUP3 DUP7 ADD PUSH2 0x13D5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1586 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP9 DUP11 SUB SLT ISZERO PUSH2 0x15A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP8 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x15C0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP11 ADD SWAP2 POP DUP11 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x15D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x15E3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP12 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x15F5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 SWAP3 DUP4 ADD SWAP10 POP SWAP8 POP SWAP1 DUP10 ADD CALLDATALOAD SWAP1 DUP1 DUP3 GT ISZERO PUSH2 0x1610 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x161C DUP12 DUP4 DUP13 ADD PUSH2 0x1389 JUMP JUMPDEST SWAP1 SWAP8 POP SWAP6 POP PUSH1 0x40 DUP11 ADD CALLDATALOAD SWAP5 POP PUSH1 0x60 DUP11 ADD CALLDATALOAD SWAP4 POP PUSH1 0x80 DUP11 ADD CALLDATALOAD SWAP2 POP DUP1 DUP3 GT ISZERO PUSH2 0x1643 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1650 DUP11 DUP3 DUP12 ADD PUSH2 0x13D5 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP9 SWAP2 SWAP5 SWAP8 POP SWAP3 SWAP6 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1671 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x168B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x145D DUP2 PUSH2 0x1ABA JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x16B0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x145D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP4 MSTORE DUP2 DUP2 PUSH1 0x20 DUP6 ADD CALLDATACOPY POP PUSH1 0x0 DUP3 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1F SWAP1 SWAP2 ADD PUSH1 0x1F NOT AND SWAP1 SWAP2 ADD ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x1708 DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x1A3D JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP3 SWAP1 SWAP3 ADD PUSH1 0x20 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x172E DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x1A3D JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x80 DUP2 MSTORE PUSH1 0x0 PUSH2 0x174C PUSH1 0x80 DUP4 ADD DUP9 DUP11 PUSH2 0x16C7 JUMP JUMPDEST PUSH1 0x20 DUP4 DUP3 SUB DUP2 DUP6 ADD MSTORE DUP2 DUP8 DUP4 MSTORE DUP2 DUP4 ADD SWAP1 POP DUP2 DUP9 PUSH1 0x5 SHL DUP5 ADD ADD DUP10 PUSH1 0x0 JUMPDEST DUP11 DUP2 LT ISZERO PUSH2 0x17D9 JUMPI DUP6 DUP4 SUB PUSH1 0x1F NOT ADD DUP5 MSTORE DUP2 CALLDATALOAD CALLDATASIZE DUP14 SWAP1 SUB PUSH1 0x1E NOT ADD DUP2 SLT PUSH2 0x1790 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP13 ADD DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x17A9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATASIZE SUB DUP15 SGT ISZERO PUSH2 0x17B8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x17C5 DUP6 DUP3 DUP10 DUP6 ADD PUSH2 0x16C7 JUMP JUMPDEST SWAP6 DUP8 ADD SWAP6 SWAP5 POP POP POP SWAP1 DUP5 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x176A JUMP JUMPDEST POP POP PUSH1 0x40 DUP7 ADD SWAP8 SWAP1 SWAP8 MSTORE POP POP POP POP PUSH1 0x60 ADD MSTORE SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x1249 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x16F0 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x2C SWAP1 DUP3 ADD MSTORE PUSH32 0x46756E6374696F6E206D7573742062652063616C6C6564207468726F75676820 PUSH1 0x40 DUP3 ADD MSTORE PUSH12 0x19195B1959D85D1958D85B1B PUSH1 0xA2 SHL PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x2C SWAP1 DUP3 ADD MSTORE PUSH32 0x46756E6374696F6E206D7573742062652063616C6C6564207468726F75676820 PUSH1 0x40 DUP3 ADD MSTORE PUSH12 0x6163746976652070726F7879 PUSH1 0xA0 SHL PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE PUSH1 0x2B SWAP1 DUP3 ADD MSTORE PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x40 DUP3 ADD MSTORE PUSH11 0x6E697469616C697A696E67 PUSH1 0xA8 SHL PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE DUP3 SLOAD DUP3 DUP3 ADD MSTORE PUSH1 0x1 DUP1 DUP5 ADD SLOAD PUSH1 0xFF DUP2 AND ISZERO ISZERO PUSH1 0x40 DUP6 ADD MSTORE PUSH1 0x8 SHR PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND PUSH1 0x60 DUP6 ADD MSTORE PUSH1 0x2 DUP6 ADD SLOAD AND PUSH1 0x80 DUP5 ADD MSTORE PUSH1 0xA0 DUP1 DUP5 ADD MSTORE PUSH1 0x3 DUP5 ADD DUP1 SLOAD PUSH1 0x0 SWAP4 SWAP3 SWAP2 SWAP1 DUP5 SWAP1 DUP1 DUP5 SHR DUP2 DUP6 AND DUP1 PUSH2 0x1949 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST DUP7 DUP3 LT DUP2 EQ ISZERO PUSH2 0x1967 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL DUP5 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 DUP5 REVERT JUMPDEST PUSH1 0xC0 DUP10 ADD DUP3 SWAP1 MSTORE PUSH1 0xE0 DUP10 ADD DUP2 DUP1 ISZERO PUSH2 0x1986 JUMPI PUSH1 0x1 DUP2 EQ PUSH2 0x1997 JUMPI PUSH2 0x19C2 JUMP JUMPDEST PUSH1 0xFF NOT DUP6 AND DUP3 MSTORE DUP9 DUP3 ADD SWAP6 POP PUSH2 0x19C2 JUMP JUMPDEST PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 SWAP1 KECCAK256 PUSH1 0x0 JUMPDEST DUP6 DUP2 LT ISZERO PUSH2 0x19BC JUMPI DUP2 SLOAD DUP5 DUP3 ADD MSTORE SWAP1 DUP10 ADD SWAP1 DUP11 ADD PUSH2 0x19A3 JUMP JUMPDEST DUP4 ADD SWAP7 POP POP JUMPDEST POP SWAP4 SWAP11 SWAP10 POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST DUP6 DUP2 MSTORE DUP5 ISZERO ISZERO PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 DUP2 AND PUSH1 0x40 DUP4 ADD MSTORE DUP4 AND PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0xA0 PUSH1 0x80 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH2 0x1A0C SWAP1 DUP4 ADD DUP5 PUSH2 0x16F0 JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 NOT DUP3 GT ISZERO PUSH2 0x1A38 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1A58 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x1A40 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH2 0x10C6 JUMPI POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x1A7D JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 EQ ISZERO PUSH2 0x1A9E JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x571 JUMPI PUSH1 0x0 DUP1 REVERT INVALID CALLDATASIZE ADDMOD SWAP5 LOG1 EXTCODESIZE LOG1 LOG3 0x21 MOD PUSH8 0xC828492DB98DCA3E KECCAK256 PUSH23 0xCC3735A920A3CA505D382BBC416464726573733A206C6F PUSH24 0x2D6C6576656C2064656C65676174652063616C6C20666169 PUSH13 0x6564A26469706673582212208B CALLDATACOPY ADD EXP 0xDE 0xF JUMP GT 0xEA MSIZE ADDRESS DUP1 KECCAK256 SMOD 0xD NOT 0xEC 0x4A 0xC1 CALLVALUE 0xD5 0xC4 0xB6 PUSH13 0x768089A9CE0CFA064736F6C63 NUMBER STOP ADDMOD SMOD STOP CALLER ",
      "sourceMap": "721:3741:80:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3230:338;;;;;;;;;;-1:-1:-1;3230:338:80;;;;;:::i;:::-;;:::i;:::-;;812:34;;;;;;;;;;-1:-1:-1;812:34:80;;;;-1:-1:-1;;;;;812:34:80;;;;;;-1:-1:-1;;;;;7100:32:92;;;7082:51;;7070:2;7055:18;812:34:80;;;;;;;;3317:197:42;;;;;;;;;;-1:-1:-1;3317:197:42;;;;;:::i;:::-;;:::i;3763:222::-;;;;;;:::i;:::-;;:::i;3006:131::-;;;;;;;;;;;;;:::i;:::-;;;7599:25:92;;;7587:2;7572:18;3006:131:42;7453:177:92;1071:44:80;;;;;;;;;;-1:-1:-1;1071:44:80;;;;;:::i;:::-;;;;;;;;;;;;-1:-1:-1;;;;;1071:44:80;;;3646:242;;;;;;;;;;-1:-1:-1;3646:242:80;;;;;:::i;:::-;;:::i;2723:124::-;;;;;;;;;;-1:-1:-1;2723:124:80;;;;;:::i;:::-;;:::i;2071:101:36:-;;;;;;;;;;;;;:::i;1310:130:80:-;;;;;;;;;;;;;:::i;1026:39::-;;;;;;;;;;-1:-1:-1;1026:39:80;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;;;:::i;1441:85:36:-;;;;;;;;;;-1:-1:-1;1513:6:36;;-1:-1:-1;;;;;1513:6:36;1441:85;;1736:517:80;;;;;;;;;;-1:-1:-1;1736:517:80;;;;;:::i;:::-;;:::i;:::-;;;;-1:-1:-1;;;;;7374:15:92;;;7356:34;;7426:15;;;;7421:2;7406:18;;7399:43;7291:18;1736:517:80;7144:304:92;2318:276:80;;;;;;;;;;-1:-1:-1;2318:276:80;;;;;:::i;:::-;;:::i;2973:196::-;;;;;;;;;;-1:-1:-1;2973:196:80;;;;;:::i;:::-;;:::i;1446:239::-;;;;;;;;;;-1:-1:-1;1446:239:80;;;;;:::i;:::-;;:::i;852:23::-;;;;;;;;;;;;;;;;2321:198:36;;;;;;;;;;-1:-1:-1;2321:198:36;;;;;:::i;:::-;;:::i;3230:338:80:-;3345:10;-1:-1:-1;;;;;3345:24:80;;;;:63;;-1:-1:-1;;;;;;3387:21:80;;;;;;;:9;:21;;;;;;;3373:10;:35;3345:63;3337:95;;;;-1:-1:-1;;;3337:95:80;;11132:2:92;3337:95:80;;;11114:21:92;11171:2;11151:18;;;11144:30;-1:-1:-1;;;11190:18:92;;;11183:49;11249:18;;3337:95:80;;;;;;;;;3450:10;;;;:6;:10;;;;;:21;;;-1:-1:-1;;;;;3450:35:80;;;:21;;;;;:35;:56;;;;-1:-1:-1;3489:10:80;;;;:6;:10;;;;;:17;;;;;3450:56;3442:89;;;;-1:-1:-1;;;3442:89:80;;15081:2:92;3442:89:80;;;15063:21:92;15120:2;15100:18;;;15093:30;-1:-1:-1;;;15139:18:92;;;15132:51;15200:18;;3442:89:80;14879:345:92;3442:89:80;3541:20;3551:2;3555:5;3541:9;:20::i;:::-;3230:338;;:::o;3317:197:42:-;1889:4;-1:-1:-1;;;;;1898:6:42;1881:23;;;1873:80;;;;-1:-1:-1;;;1873:80:42;;;;;;;:::i;:::-;1995:6;-1:-1:-1;;;;;1971:30:42;:20;-1:-1:-1;;;;;;;;;;;1588:65:39;-1:-1:-1;;;;;1588:65:39;;1509:151;1971:20:42;-1:-1:-1;;;;;1971:30:42;;1963:87;;;;-1:-1:-1;;;1963:87:42;;;;;;;:::i;:::-;3400:36:::1;3418:17;3400;:36::i;:::-;3487:12;::::0;;3497:1:::1;3487:12:::0;;;::::1;::::0;::::1;::::0;;;3446:61:::1;::::0;3468:17;;3487:12;3446:21:::1;:61::i;:::-;3317:197:::0;:::o;3763:222::-;1889:4;-1:-1:-1;;;;;1898:6:42;1881:23;;;1873:80;;;;-1:-1:-1;;;1873:80:42;;;;;;;:::i;:::-;1995:6;-1:-1:-1;;;;;1971:30:42;:20;-1:-1:-1;;;;;;;;;;;1588:65:39;-1:-1:-1;;;;;1588:65:39;;1509:151;1971:20:42;-1:-1:-1;;;;;1971:30:42;;1963:87;;;;-1:-1:-1;;;1963:87:42;;;;;;;:::i;:::-;3880:36:::1;3898:17;3880;:36::i;:::-;3926:52;3948:17;3967:4;3973;3926:21;:52::i;3006:131::-:0;3084:7;2324:4;-1:-1:-1;;;;;2333:6:42;2316:23;;2308:92;;;;-1:-1:-1;;;2308:92:42;;11893:2:92;2308:92:42;;;11875:21:92;11932:2;11912:18;;;11905:30;11971:34;11951:18;;;11944:62;12042:26;12022:18;;;12015:54;12086:19;;2308:92:42;11691:420:92;2308:92:42;-1:-1:-1;;;;;;;;;;;;3006:131:42;:::o;3646:242:80:-;3758:10;-1:-1:-1;;;;;3758:24:80;;;3750:41;;;;-1:-1:-1;;;3750:41:80;;;;;;9980:2:92;9962:21;;;10019:1;9999:18;;;9992:29;-1:-1:-1;;;10052:2:92;10037:18;;10030:34;10096:2;10081:18;;9778:327;3750:41:80;-1:-1:-1;;;;;3801:21:80;;;;;;;:9;:21;;;;;;;;;:32;;-1:-1:-1;;;;;;3801:32:80;;;;;;;;;3848:33;;7356:34:92;;;7406:18;;7399:43;;;;3848:33:80;;7291:18:92;3848:33:80;;;;;;;;3646:242;;:::o;2723:124::-;1334:13:36;:11;:13::i;:::-;2819:21:80::1;2829:2;2833:6;2819:9;:21::i;2071:101:36:-:0;1334:13;:11;:13::i;:::-;2135:30:::1;2162:1;2135:18;:30::i;:::-;2071:101::o:0;1310:130:80:-;3268:19:41;3291:13;;;;;;3290:14;;3336:34;;;;-1:-1:-1;3354:12:41;;3369:1;3354:12;;;;:16;3336:34;3335:108;;;-1:-1:-1;3415:4:41;1476:19:51;:23;;;3376:66:41;;-1:-1:-1;3425:12:41;;;;;:17;3376:66;3314:201;;;;-1:-1:-1;;;3314:201:41;;12728:2:92;3314:201:41;;;12710:21:92;12767:2;12747:18;;;12740:30;12806:34;12786:18;;;12779:62;-1:-1:-1;;;12857:18:92;;;12850:44;12911:19;;3314:201:41;12526:410:92;3314:201:41;3525:12;:16;;-1:-1:-1;;3525:16:41;3540:1;3525:16;;;3551:65;;;;3585:13;:20;;-1:-1:-1;;3585:20:41;;;;;3551:65;1361:16:80::1;:14;:16::i;:::-;1387:24;:22;:24::i;:::-;1432:1;1421:8;:12:::0;3636:99:41;;;;3686:5;3670:21;;-1:-1:-1;;3670:21:41;;;3710:14;;-1:-1:-1;9506:36:92;;3710:14:41;;9494:2:92;9479:18;3710:14:41;;;;;;;;3258:483;1310:130:80:o;1026:39::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1026:39:80;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;1736:517::-;2030:13;;:160;;-1:-1:-1;;;2030:160:80;;1962:19;;;;-1:-1:-1;;;;;2030:13:80;;;;:36;;:160;;2080:20;;;;2114:21;;;;2149:9;;2172:8;;2030:160;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2016:174;;2216:30;2228:11;2241:4;2216:11;:30::i;:::-;2200:46;;1736:517;;;;;;;;;;:::o;2318:276::-;2466:13;;:66;;-1:-1:-1;;;2466:66:80;;-1:-1:-1;;;;;7100:32:92;;;2466:66:80;;;7082:51:92;2417:21:80;;2466:13;;:32;;7055:18:92;;2466:66:80;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2450:82;;2542:45;2555:4;2561:10;2573:13;2542:12;:45::i;:::-;2318:276;;;;:::o;2973:196::-;1334:13:36;:11;:13::i;:::-;3118:44:80::1;3131:4;3137:10;3149:12;3118;:44::i;:::-;2973:196:::0;;;:::o;1446:239::-;1334:13:36;:11;:13::i;:::-;-1:-1:-1;;;;;1542:26:80;::::1;1534:51;;;::::0;-1:-1:-1;;;1534:51:80;;14333:2:92;1534:51:80::1;::::0;::::1;14315:21:92::0;14372:2;14352:18;;;14345:30;-1:-1:-1;;;14391:18:92;;;14384:42;14443:18;;1534:51:80::1;14131:336:92::0;1534:51:80::1;1595:13;:43:::0;;-1:-1:-1;;;;;;1595:43:80::1;-1:-1:-1::0;;;;;1595:43:80;::::1;::::0;;::::1;::::0;;;1653:25:::1;::::0;7082:51:92;;;1653:25:80::1;::::0;7070:2:92;7055:18;1653:25:80::1;6936:203:92::0;2321:198:36;1334:13;:11;:13::i;:::-;-1:-1:-1;;;;;2409:22:36;::::1;2401:73;;;::::0;-1:-1:-1;;;2401:73:36;;10312:2:92;2401:73:36::1;::::0;::::1;10294:21:92::0;10351:2;10331:18;;;10324:30;10390:34;10370:18;;;10363:62;-1:-1:-1;;;10441:18:92;;;10434:36;10487:19;;2401:73:36::1;10110:402:92::0;2401:73:36::1;2484:28;2503:8;2484:18;:28::i;3895:159:80:-:0;3986:10;;;;:6;:10;;;;;;;:17;;;:26;;-1:-1:-1;;3986:26:80;;;;;;;4027:20;;;;;;;:::i;4348:112::-;1334:13:36;:11;:13::i;2884:974:39:-;1023:66;3330:59;;;3326:526;;;3405:37;3424:17;3405:18;:37::i;3326:526::-;3506:17;-1:-1:-1;;;;;3477:61:39;;:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3477:63:39;;;;;;;;-1:-1:-1;;3477:63:39;;;;;;;;;;;;:::i;:::-;;;3473:302;;3704:56;;-1:-1:-1;;;3704:56:39;;13143:2:92;3704:56:39;;;13125:21:92;13182:2;13162:18;;;13155:30;13221:34;13201:18;;;13194:62;-1:-1:-1;;;13272:18:92;;;13265:44;13326:19;;3704:56:39;12941:410:92;3473:302:39;-1:-1:-1;;;;;;;;;;;3590:28:39;;3582:82;;;;-1:-1:-1;;;3582:82:39;;12318:2:92;3582:82:39;;;12300:21:92;12357:2;12337:18;;;12330:30;12396:34;12376:18;;;12369:62;-1:-1:-1;;;12447:18:92;;;12440:39;12496:19;;3582:82:39;12116:405:92;3582:82:39;3541:138;3788:53;3806:17;3825:4;3831:9;3788:17;:53::i;1599:130:36:-;1513:6;;-1:-1:-1;;;;;1513:6:36;929:10:53;1662:23:36;1654:68;;;;-1:-1:-1;;;1654:68:36;;13972:2:92;1654:68:36;;;13954:21:92;;;13991:18;;;13984:30;14050:34;14030:18;;;14023:62;14102:18;;1654:68:36;13770:356:92;2673:187:36;2765:6;;;-1:-1:-1;;;;;2781:17:36;;;-1:-1:-1;;;;;;2781:17:36;;;;;;;2813:40;;2765:6;;;2781:17;2765:6;;2813:40;;2746:16;;2813:40;2736:124;2673:187;:::o;1003:95::-;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;1065:26:36::1;:24;:26::i;1042:67:42:-:0;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;4060:282:80:-;4211:1;4199:8;;:13;;;;;;;:::i;:::-;;;;-1:-1:-1;;4241:53:80;;;;;;;;4247:8;;4241:53;;;4257:4;4241:53;;;;;;;-1:-1:-1;;;;;4241:53:80;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;4222:16:80;;;:6;:16;;;;;;:72;;;;;;;;;;;;;-1:-1:-1;;;;;;4222:72:80;;;;;;-1:-1:-1;;;;;;4222:72:80;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;4222:72:80;;;;;;;;;;;;;4241:53;;4222:16;;:72;;;;;;;;;:::i;:::-;-1:-1:-1;;4325:8:80;;4318:16;;;;:6;:16;;;;;;;4309:26;;;;-1:-1:-1;4309:26:80;;4318:16;4309:26;:::i;:::-;;;;;;;;4060:282;;;:::o;1751:281:39:-;-1:-1:-1;;;;;1476:19:51;;;1824:106:39;;;;-1:-1:-1;;;1824:106:39;;13558:2:92;1824:106:39;;;13540:21:92;13597:2;13577:18;;;13570:30;13636:34;13616:18;;;13609:62;-1:-1:-1;;;13687:18:92;;;13680:43;13740:19;;1824:106:39;13356:409:92;1824:106:39;-1:-1:-1;;;;;;;;;;;1940:85:39;;-1:-1:-1;;;;;;1940:85:39;-1:-1:-1;;;;;1940:85:39;;;;;;;;;;1751:281::o;2424:288::-;2562:29;2573:17;2562:10;:29::i;:::-;2619:1;2605:4;:11;:15;:28;;;;2624:9;2605:28;2601:105;;;2649:46;2671:17;2690:4;2649:21;:46::i;:::-;;2424:288;;;:::o;1104:111:36:-;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;1176:32:36::1;929:10:53::0;1176:18:36::1;:32::i;2138:152:39:-:0;2204:37;2223:17;2204:18;:37::i;:::-;2256:27;;-1:-1:-1;;;;;2256:27:39;;;;;;;;2138:152;:::o;6780:455::-;6863:12;-1:-1:-1;;;;;1476:19:51;;;6887:88:39;;;;-1:-1:-1;;;6887:88:39;;14674:2:92;6887:88:39;;;14656:21:92;14713:2;14693:18;;;14686:30;14752:34;14732:18;;;14725:62;-1:-1:-1;;;14803:18:92;;;14796:36;14849:19;;6887:88:39;14472:402:92;6887:88:39;7046:12;7060:23;7087:6;-1:-1:-1;;;;;7087:19:39;7107:4;7087:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7045:67;;;;7129:99;7165:7;7174:10;7129:99;;;;;;;;;;;;;;;;;:35;:99::i;:::-;7122:106;6780:455;-1:-1:-1;;;;;6780:455:39:o;7438:295:51:-;7584:12;7612:7;7608:119;;;-1:-1:-1;7642:10:51;7635:17;;7608:119;7683:33;7691:10;7703:12;7683:7;:33::i;:::-;7438:295;;;;;:::o;7739:540::-;7898:17;;:21;7894:379;;8126:10;8120:17;8182:15;8169:10;8165:2;8161:19;8154:44;7894:379;8249:12;8242:20;;-1:-1:-1;;;8242:20:51;;;;;;;;:::i;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;14:631:92;78:5;108:18;149:2;141:6;138:14;135:40;;;155:18;;:::i;:::-;230:2;224:9;198:2;284:15;;-1:-1:-1;;280:24:92;;;306:2;276:33;272:42;260:55;;;330:18;;;350:22;;;327:46;324:72;;;376:18;;:::i;:::-;416:10;412:2;405:22;445:6;436:15;;475:6;467;460:22;515:3;506:6;501:3;497:16;494:25;491:45;;;532:1;529;522:12;491:45;582:6;577:3;570:4;562:6;558:17;545:44;637:1;630:4;621:6;613;609:19;605:30;598:41;;;;14:631;;;;;:::o;650:374::-;720:8;730:6;784:3;777:4;769:6;765:17;761:27;751:55;;802:1;799;792:12;751:55;-1:-1:-1;825:20:92;;868:18;857:30;;854:50;;;900:1;897;890:12;854:50;937:4;929:6;925:17;913:29;;997:3;990:4;980:6;977:1;973:14;965:6;961:27;957:38;954:47;951:67;;;1014:1;1011;1004:12;951:67;650:374;;;;;:::o;1029:221::-;1072:5;1125:3;1118:4;1110:6;1106:17;1102:27;1092:55;;1143:1;1140;1133:12;1092:55;1165:79;1240:3;1231:6;1218:20;1211:4;1203:6;1199:17;1165:79;:::i;1255:247::-;1314:6;1367:2;1355:9;1346:7;1342:23;1338:32;1335:52;;;1383:1;1380;1373:12;1335:52;1422:9;1409:23;1441:31;1466:5;1441:31;:::i;1507:251::-;1577:6;1630:2;1618:9;1609:7;1605:23;1601:32;1598:52;;;1646:1;1643;1636:12;1598:52;1678:9;1672:16;1697:31;1722:5;1697:31;:::i;1763:388::-;1831:6;1839;1892:2;1880:9;1871:7;1867:23;1863:32;1860:52;;;1908:1;1905;1898:12;1860:52;1947:9;1934:23;1966:31;1991:5;1966:31;:::i;:::-;2016:5;-1:-1:-1;2073:2:92;2058:18;;2045:32;2086:33;2045:32;2086:33;:::i;:::-;2138:7;2128:17;;;1763:388;;;;;:::o;2156:598::-;2243:6;2251;2259;2312:2;2300:9;2291:7;2287:23;2283:32;2280:52;;;2328:1;2325;2318:12;2280:52;2367:9;2354:23;2386:31;2411:5;2386:31;:::i;:::-;2436:5;-1:-1:-1;2493:2:92;2478:18;;2465:32;2506:33;2465:32;2506:33;:::i;:::-;2558:7;-1:-1:-1;2616:2:92;2601:18;;2588:32;2643:18;2632:30;;2629:50;;;2675:1;2672;2665:12;2629:50;2698;2740:7;2731:6;2720:9;2716:22;2698:50;:::i;:::-;2688:60;;;2156:598;;;;;:::o;2759:584::-;2836:6;2844;2897:2;2885:9;2876:7;2872:23;2868:32;2865:52;;;2913:1;2910;2903:12;2865:52;2952:9;2939:23;2971:31;2996:5;2971:31;:::i;:::-;3021:5;-1:-1:-1;3077:2:92;3062:18;;3049:32;3104:18;3093:30;;3090:50;;;3136:1;3133;3126:12;3090:50;3159:22;;3212:4;3204:13;;3200:27;-1:-1:-1;3190:55:92;;3241:1;3238;3231:12;3190:55;3264:73;3329:7;3324:2;3311:16;3306:2;3302;3298:11;3264:73;:::i;:::-;3254:83;;;2759:584;;;;;:::o;3348:457::-;3426:6;3434;3487:2;3475:9;3466:7;3462:23;3458:32;3455:52;;;3503:1;3500;3493:12;3455:52;3542:9;3529:23;3561:31;3586:5;3561:31;:::i;:::-;3611:5;-1:-1:-1;3667:2:92;3652:18;;3639:32;3694:18;3683:30;;3680:50;;;3726:1;3723;3716:12;3680:50;3749;3791:7;3782:6;3771:9;3767:22;3749:50;:::i;3810:184::-;3880:6;3933:2;3921:9;3912:7;3908:23;3904:32;3901:52;;;3949:1;3946;3939:12;3901:52;-1:-1:-1;3972:16:92;;3810:184;-1:-1:-1;3810:184:92:o;3999:1268::-;4153:6;4161;4169;4177;4185;4193;4201;4254:3;4242:9;4233:7;4229:23;4225:33;4222:53;;;4271:1;4268;4261:12;4222:53;4311:9;4298:23;4340:18;4381:2;4373:6;4370:14;4367:34;;;4397:1;4394;4387:12;4367:34;4435:6;4424:9;4420:22;4410:32;;4480:7;4473:4;4469:2;4465:13;4461:27;4451:55;;4502:1;4499;4492:12;4451:55;4542:2;4529:16;4568:2;4560:6;4557:14;4554:34;;;4584:1;4581;4574:12;4554:34;4631:7;4624:4;4615:6;4611:2;4607:15;4603:26;4600:39;4597:59;;;4652:1;4649;4642:12;4597:59;4683:4;4675:13;;;;-1:-1:-1;4707:6:92;-1:-1:-1;4751:20:92;;;4738:34;;4784:16;;;4781:36;;;4813:1;4810;4803:12;4781:36;4852:79;4923:7;4912:8;4901:9;4897:24;4852:79;:::i;:::-;4950:8;;-1:-1:-1;4826:105:92;-1:-1:-1;5032:2:92;5017:18;;5004:32;;-1:-1:-1;5083:2:92;5068:18;;5055:32;;-1:-1:-1;5140:3:92;5125:19;;5112:33;;-1:-1:-1;5157:16:92;;;5154:36;;;5186:1;5183;5176:12;5154:36;;5209:52;5253:7;5242:8;5231:9;5227:24;5209:52;:::i;:::-;5199:62;;;3999:1268;;;;;;;;;;:::o;5272:180::-;5331:6;5384:2;5372:9;5363:7;5359:23;5355:32;5352:52;;;5400:1;5397;5390:12;5352:52;-1:-1:-1;5423:23:92;;5272:180;-1:-1:-1;5272:180:92:o;5457:315::-;5525:6;5533;5586:2;5574:9;5565:7;5561:23;5557:32;5554:52;;;5602:1;5599;5592:12;5554:52;5638:9;5625:23;5615:33;;5698:2;5687:9;5683:18;5670:32;5711:31;5736:5;5711:31;:::i;5777:341::-;5842:6;5850;5903:2;5891:9;5882:7;5878:23;5874:32;5871:52;;;5919:1;5916;5909:12;5871:52;5955:9;5942:23;5932:33;;6015:2;6004:9;6000:18;5987:32;6062:5;6055:13;6048:21;6041:5;6038:32;6028:60;;6084:1;6081;6074:12;6123:266;6211:6;6206:3;6199:19;6263:6;6256:5;6249:4;6244:3;6240:14;6227:43;-1:-1:-1;6315:1:92;6290:16;;;6308:4;6286:27;;;6279:38;;;;6371:2;6350:15;;;-1:-1:-1;;6346:29:92;6337:39;;;6333:50;;6123:266::o;6394:258::-;6436:3;6474:5;6468:12;6501:6;6496:3;6489:19;6517:63;6573:6;6566:4;6561:3;6557:14;6550:4;6543:5;6539:16;6517:63;:::i;:::-;6634:2;6613:15;-1:-1:-1;;6609:29:92;6600:39;;;;6641:4;6596:50;;6394:258;-1:-1:-1;;6394:258:92:o;6657:274::-;6786:3;6824:6;6818:13;6840:53;6886:6;6881:3;6874:4;6866:6;6862:17;6840:53;:::i;:::-;6909:16;;;;;6657:274;-1:-1:-1;;6657:274:92:o;7635:1483::-;7956:3;7945:9;7938:22;7919:4;7983:62;8040:3;8029:9;8025:19;8017:6;8009;7983:62;:::i;:::-;8064:2;8114:9;8106:6;8102:22;8097:2;8086:9;8082:18;8075:50;8145:6;8175;8167;8160:22;8210:2;8202:6;8198:15;8191:22;;8269:2;8259:6;8256:1;8252:14;8244:6;8240:27;8236:36;8295:6;8319:1;8329:674;8343:6;8340:1;8337:13;8329:674;;;8408:19;;;-1:-1:-1;;8404:33:92;8392:46;;8477:20;;8552:14;8548:27;;;-1:-1:-1;;8544:41:92;8520:66;;8510:94;;8600:1;8597;8590:12;8510:94;8630:31;;8688:19;;8734:18;8723:30;;8720:50;;;8766:1;8763;8756:12;8720:50;8818:6;8802:14;8798:27;8790:6;8786:40;8783:60;;;8839:1;8836;8829:12;8783:60;8866:57;8916:6;8908;8903:2;8896:5;8892:14;8866:57;:::i;:::-;8981:12;;;;8856:67;-1:-1:-1;;;8946:15:92;;;;8365:1;8358:9;8329:674;;;-1:-1:-1;;9057:2:92;9042:18;;9035:34;;;;-1:-1:-1;;;;9100:2:92;9085:18;9078:34;9020:6;7635:1483;-1:-1:-1;;;;7635:1483:92:o;9553:220::-;9702:2;9691:9;9684:21;9665:4;9722:45;9763:2;9752:9;9748:18;9740:6;9722:45;:::i;10517:408::-;10719:2;10701:21;;;10758:2;10738:18;;;10731:30;10797:34;10792:2;10777:18;;10770:62;-1:-1:-1;;;10863:2:92;10848:18;;10841:42;10915:3;10900:19;;10517:408::o;11278:::-;11480:2;11462:21;;;11519:2;11499:18;;;11492:30;11558:34;11553:2;11538:18;;11531:62;-1:-1:-1;;;11624:2:92;11609:18;;11602:42;11676:3;11661:19;;11278:408::o;15229:407::-;15431:2;15413:21;;;15470:2;15450:18;;;15443:30;15509:34;15504:2;15489:18;;15482:62;-1:-1:-1;;;15575:2:92;15560:18;;15553:41;15626:3;15611:19;;15229:407::o;15641:1679::-;15807:2;15818:21;;;15875:13;;15855:18;;;15848:41;15908:4;15944:15;;;15938:22;16025:4;16010:20;;16003:28;15996:36;15991:2;15976:18;;15969:64;16115:1;16111:17;-1:-1:-1;;;;;16107:26:92;;;16102:2;16087:18;;16080:54;16193:4;16181:17;;16175:24;16171:33;16165:3;16150:19;;16143:62;16060:3;16267:20;;;16260:34;16246:4;16234:17;;16343:19;;15778:4;;15807:2;15908:4;16234:17;15778:4;;16407:20;;;16462;;;;16491:61;;16545:4;16537:6;16533:17;16523:27;;16491:61;16598:2;16590:6;16587:14;16567:18;16564:38;16561:165;;;-1:-1:-1;;;16625:33:92;;16681:4;16678:1;16671:15;16711:4;16632:3;16699:17;16561:165;16806:3;16791:19;;18307;;;18350:14;;;16835:18;16862:102;;;;16978:1;16973:321;;;;16828:466;;16862:102;-1:-1:-1;;16895:26:92;;16883:39;;16942:12;;;;-1:-1:-1;16862:102:92;;16973:321;18158:1;18151:14;;;18195:4;18182:18;;17074:1;17088:165;17102:6;17099:1;17096:13;17088:165;;;17180:14;;17167:11;;;17160:35;17223:16;;;;17117:10;;17088:165;;;17273:11;;;-1:-1:-1;;16828:466:92;-1:-1:-1;17311:3:92;;15641:1679;-1:-1:-1;;;;;;;;;;15641:1679:92:o;17507:573::-;17744:25;;;17812:14;;17805:22;17800:2;17785:18;;17778:50;-1:-1:-1;;;;;17902:15:92;;;17897:2;17882:18;;17875:43;17954:15;;17949:2;17934:18;;17927:43;17855:3;18001;17986:19;;17979:32;;;-1:-1:-1;;18028:46:92;;18054:19;;18046:6;18028:46;:::i;:::-;18020:54;17507:573;-1:-1:-1;;;;;;;17507:573:92:o;18375:225::-;18415:3;18446:1;18442:6;18439:1;18436:13;18433:136;;;18491:10;18486:3;18482:20;18479:1;18472:31;18526:4;18523:1;18516:15;18554:4;18551:1;18544:15;18433:136;-1:-1:-1;18585:9:92;;18375:225::o;18605:258::-;18677:1;18687:113;18701:6;18698:1;18695:13;18687:113;;;18777:11;;;18771:18;18758:11;;;18751:39;18723:2;18716:10;18687:113;;;18818:6;18815:1;18812:13;18809:48;;;-1:-1:-1;;18853:1:92;18835:16;;18828:27;18605:258::o;18868:380::-;18947:1;18943:12;;;;18990;;;19011:61;;19065:4;19057:6;19053:17;19043:27;;19011:61;19118:2;19110:6;19107:14;19087:18;19084:38;19081:161;;;19164:10;19159:3;19155:20;19152:1;19145:31;19199:4;19196:1;19189:15;19227:4;19224:1;19217:15;19081:161;;18868:380;;;:::o;19253:127::-;19314:10;19309:3;19305:20;19302:1;19295:31;19345:4;19342:1;19335:15;19369:4;19366:1;19359:15;19385:131;-1:-1:-1;;;;;19460:31:92;;19450:42;;19440:70;;19506:1;19503;19496:12"
    },
    "gasEstimates": {
      "creation": {
        "codeDepositCost": "1397600",
        "executionCost": "infinite",
        "totalCost": "infinite"
      },
      "external": {
        "_baalSummoner()": "2372",
        "deactivateVaultAsDao(uint256,address)": "infinite",
        "delegates(address)": "2586",
        "initialize()": "infinite",
        "owner()": "2387",
        "proxiableUUID()": "infinite",
        "renounceOwnership()": "infinite",
        "setDelegate(address,address)": "infinite",
        "setNewVault(address,address,string)": "infinite",
        "setSummonerAddr(address)": "27895",
        "setVault(uint256,bool)": "infinite",
        "summonBaalAndVault(bytes,bytes[],uint256,bytes32,string)": "infinite",
        "summonVault(address,string)": "infinite",
        "transferOwnership(address)": "infinite",
        "upgradeTo(address)": "infinite",
        "upgradeToAndCall(address,bytes)": "infinite",
        "vaultIdx()": "2383",
        "vaults(uint256)": "infinite"
      },
      "internal": {
        "_authorizeUpgrade(address)": "infinite",
        "_setNewVault(string memory,address,address)": "infinite",
        "_setVault(uint256,bool)": "infinite"
      }
    },
    "methodIdentifiers": {
      "_baalSummoner()": "14b630f9",
      "deactivateVaultAsDao(uint256,address)": "133afcc0",
      "delegates(address)": "587cde1e",
      "initialize()": "8129fc1c",
      "owner()": "8da5cb5b",
      "proxiableUUID()": "52d1902d",
      "renounceOwnership()": "715018a6",
      "setDelegate(address,address)": "5c873849",
      "setNewVault(address,address,string)": "b395f086",
      "setSummonerAddr(address)": "bb6decc8",
      "setVault(uint256,bool)": "619dd5d4",
      "summonBaalAndVault(bytes,bytes[],uint256,bytes32,string)": "a156d863",
      "summonVault(address,string)": "ac06a9a9",
      "transferOwnership(address)": "f2fde38b",
      "upgradeTo(address)": "3659cfe6",
      "upgradeToAndCall(address,bytes)": "4f1ef286",
      "vaultIdx()": "bedfb8d4",
      "vaults(uint256)": "8c64ea4a"
    }
  },
  "metadata": "{\"compiler\":{\"version\":\"0.8.7+commit.e28d00a7\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"previousAdmin\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"AdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"beacon\",\"type\":\"address\"}],\"name\":\"BeaconUpgraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"daoAddress\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"delegate\",\"type\":\"address\"}],\"name\":\"SetDelegate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"components\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"daoAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"vaultAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"}],\"indexed\":false,\"internalType\":\"struct BaalAndVaultSummoner.Vault\",\"name\":\"vault\",\"type\":\"tuple\"}],\"name\":\"SetVault\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"summoner\",\"type\":\"address\"}],\"name\":\"setSummoner\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"_baalSummoner\",\"outputs\":[{\"internalType\":\"contract IBaalSummoner\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"daoAddress\",\"type\":\"address\"}],\"name\":\"deactivateVaultAsDao\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"delegates\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"daoAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"delegate\",\"type\":\"address\"}],\"name\":\"setDelegate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"daoAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"vaultAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"}],\"name\":\"setNewVault\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"baalSummoner\",\"type\":\"address\"}],\"name\":\"setSummonerAddr\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"}],\"name\":\"setVault\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"initializationParams\",\"type\":\"bytes\"},{\"internalType\":\"bytes[]\",\"name\":\"initializationActions\",\"type\":\"bytes[]\"},{\"internalType\":\"uint256\",\"name\":\"saltNonce\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"referrer\",\"type\":\"bytes32\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"}],\"name\":\"summonBaalAndVault\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"_daoAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_vaultAddress\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"daoAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"}],\"name\":\"summonVault\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"_vaultAddress\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"}],\"name\":\"upgradeTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"upgradeToAndCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"vaultIdx\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"vaults\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"daoAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"vaultAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"proxiableUUID()\":{\"details\":\"Implementation of the ERC1822 {proxiableUUID} function. This returns the storage slot used by the implementation. It is used to validate the implementation's compatibility when performing an upgrade. IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this function revert if invoked through a proxy. This is guaranteed by the `notDelegated` modifier.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"},\"upgradeTo(address)\":{\"details\":\"Upgrade the implementation of the proxy to `newImplementation`. Calls {_authorizeUpgrade}. Emits an {Upgraded} event.\"},\"upgradeToAndCall(address,bytes)\":{\"details\":\"Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call encoded in `data`. Calls {_authorizeUpgrade}. Emits an {Upgraded} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"deactivateVaultAsDao(uint256,address)\":{\"notice\":\"A DAO can set a Vault as inactive \"},\"setDelegate(address,address)\":{\"notice\":\"Allow a Dao to set a delegate that can manage vault enteries \"},\"setNewVault(address,address,string)\":{\"notice\":\"set a new Vault as active on existing dao (owner only) \"},\"setVault(uint256,bool)\":{\"notice\":\"set a Vault as active or not on existing dao (owner only) \"},\"summonBaalAndVault(bytes,bytes[],uint256,bytes32,string)\":{\"notice\":\"Summon a new baal and add a Vault \"},\"summonVault(address,string)\":{\"notice\":\"create and add a Vault(Safe) to an existing DAO \"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/higherOrderFactories/BaalAndVaultSummoner.sol\":\"BaalAndVaultSummoner\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n    address private _owner;\\n\\n    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n    /**\\n     * @dev Initializes the contract setting the deployer as the initial owner.\\n     */\\n    function __Ownable_init() internal onlyInitializing {\\n        __Ownable_init_unchained();\\n    }\\n\\n    function __Ownable_init_unchained() internal onlyInitializing {\\n        _transferOwnership(_msgSender());\\n    }\\n\\n    /**\\n     * @dev Throws if called by any account other than the owner.\\n     */\\n    modifier onlyOwner() {\\n        _checkOwner();\\n        _;\\n    }\\n\\n    /**\\n     * @dev Returns the address of the current owner.\\n     */\\n    function owner() public view virtual returns (address) {\\n        return _owner;\\n    }\\n\\n    /**\\n     * @dev Throws if the sender is not the owner.\\n     */\\n    function _checkOwner() internal view virtual {\\n        require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n    }\\n\\n    /**\\n     * @dev Leaves the contract without owner. It will not be possible to call\\n     * `onlyOwner` functions anymore. Can only be called by the current owner.\\n     *\\n     * NOTE: Renouncing ownership will leave the contract without an owner,\\n     * thereby removing any functionality that is only available to the owner.\\n     */\\n    function renounceOwnership() public virtual onlyOwner {\\n        _transferOwnership(address(0));\\n    }\\n\\n    /**\\n     * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n     * Can only be called by the current owner.\\n     */\\n    function transferOwnership(address newOwner) public virtual onlyOwner {\\n        require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n        _transferOwnership(newOwner);\\n    }\\n\\n    /**\\n     * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n     * Internal function without access restriction.\\n     */\\n    function _transferOwnership(address newOwner) internal virtual {\\n        address oldOwner = _owner;\\n        _owner = newOwner;\\n        emit OwnershipTransferred(oldOwner, newOwner);\\n    }\\n\\n    /**\\n     * @dev This empty reserved space is put in place to allow future versions to add new\\n     * variables without shifting down storage in the inheritance chain.\\n     * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n     */\\n    uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x247c62047745915c0af6b955470a72d1696ebad4352d7d3011aef1a2463cd888\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/interfaces/IERC1967Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.3) (interfaces/IERC1967.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.\\n *\\n * _Available since v4.9._\\n */\\ninterface IERC1967Upgradeable {\\n    /**\\n     * @dev Emitted when the implementation is upgraded.\\n     */\\n    event Upgraded(address indexed implementation);\\n\\n    /**\\n     * @dev Emitted when the admin account has changed.\\n     */\\n    event AdminChanged(address previousAdmin, address newAdmin);\\n\\n    /**\\n     * @dev Emitted when the beacon is changed.\\n     */\\n    event BeaconUpgraded(address indexed beacon);\\n}\\n\",\"keccak256\":\"0xb8d68221343ed784c7b76edb6a686cb65e49c476d9e22bb89a5c0c3947ff14db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/interfaces/draft-IERC1822Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.5.0) (interfaces/draft-IERC1822.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev ERC1822: Universal Upgradeable Proxy Standard (UUPS) documents a method for upgradeability through a simplified\\n * proxy whose upgrades are fully controlled by the current implementation.\\n */\\ninterface IERC1822ProxiableUpgradeable {\\n    /**\\n     * @dev Returns the storage slot that the proxiable contract assumes is being used to store the implementation\\n     * address.\\n     *\\n     * IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks\\n     * bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this\\n     * function revert if invoked through a proxy.\\n     */\\n    function proxiableUUID() external view returns (bytes32);\\n}\\n\",\"keccak256\":\"0x77c89f893e403efc6929ba842b7ccf6534d4ffe03afe31670b4a528c0ad78c0f\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.3) (proxy/ERC1967/ERC1967Upgrade.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../beacon/IBeaconUpgradeable.sol\\\";\\nimport \\\"../../interfaces/IERC1967Upgradeable.sol\\\";\\nimport \\\"../../interfaces/draft-IERC1822Upgradeable.sol\\\";\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\nimport \\\"../../utils/StorageSlotUpgradeable.sol\\\";\\nimport \\\"../utils/Initializable.sol\\\";\\n\\n/**\\n * @dev This abstract contract provides getters and event emitting update functions for\\n * https://eips.ethereum.org/EIPS/eip-1967[EIP1967] slots.\\n *\\n * _Available since v4.1._\\n *\\n * @custom:oz-upgrades-unsafe-allow delegatecall\\n */\\nabstract contract ERC1967UpgradeUpgradeable is Initializable, IERC1967Upgradeable {\\n    function __ERC1967Upgrade_init() internal onlyInitializing {\\n    }\\n\\n    function __ERC1967Upgrade_init_unchained() internal onlyInitializing {\\n    }\\n    // This is the keccak-256 hash of \\\"eip1967.proxy.rollback\\\" subtracted by 1\\n    bytes32 private constant _ROLLBACK_SLOT = 0x4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd9143;\\n\\n    /**\\n     * @dev Storage slot with the address of the current implementation.\\n     * This is the keccak-256 hash of \\\"eip1967.proxy.implementation\\\" subtracted by 1, and is\\n     * validated in the constructor.\\n     */\\n    bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;\\n\\n    /**\\n     * @dev Returns the current implementation address.\\n     */\\n    function _getImplementation() internal view returns (address) {\\n        return StorageSlotUpgradeable.getAddressSlot(_IMPLEMENTATION_SLOT).value;\\n    }\\n\\n    /**\\n     * @dev Stores a new address in the EIP1967 implementation slot.\\n     */\\n    function _setImplementation(address newImplementation) private {\\n        require(AddressUpgradeable.isContract(newImplementation), \\\"ERC1967: new implementation is not a contract\\\");\\n        StorageSlotUpgradeable.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;\\n    }\\n\\n    /**\\n     * @dev Perform implementation upgrade\\n     *\\n     * Emits an {Upgraded} event.\\n     */\\n    function _upgradeTo(address newImplementation) internal {\\n        _setImplementation(newImplementation);\\n        emit Upgraded(newImplementation);\\n    }\\n\\n    /**\\n     * @dev Perform implementation upgrade with additional setup call.\\n     *\\n     * Emits an {Upgraded} event.\\n     */\\n    function _upgradeToAndCall(\\n        address newImplementation,\\n        bytes memory data,\\n        bool forceCall\\n    ) internal {\\n        _upgradeTo(newImplementation);\\n        if (data.length > 0 || forceCall) {\\n            _functionDelegateCall(newImplementation, data);\\n        }\\n    }\\n\\n    /**\\n     * @dev Perform implementation upgrade with security checks for UUPS proxies, and additional setup call.\\n     *\\n     * Emits an {Upgraded} event.\\n     */\\n    function _upgradeToAndCallUUPS(\\n        address newImplementation,\\n        bytes memory data,\\n        bool forceCall\\n    ) internal {\\n        // Upgrades from old implementations will perform a rollback test. This test requires the new\\n        // implementation to upgrade back to the old, non-ERC1822 compliant, implementation. Removing\\n        // this special case will break upgrade paths from old UUPS implementation to new ones.\\n        if (StorageSlotUpgradeable.getBooleanSlot(_ROLLBACK_SLOT).value) {\\n            _setImplementation(newImplementation);\\n        } else {\\n            try IERC1822ProxiableUpgradeable(newImplementation).proxiableUUID() returns (bytes32 slot) {\\n                require(slot == _IMPLEMENTATION_SLOT, \\\"ERC1967Upgrade: unsupported proxiableUUID\\\");\\n            } catch {\\n                revert(\\\"ERC1967Upgrade: new implementation is not UUPS\\\");\\n            }\\n            _upgradeToAndCall(newImplementation, data, forceCall);\\n        }\\n    }\\n\\n    /**\\n     * @dev Storage slot with the admin of the contract.\\n     * This is the keccak-256 hash of \\\"eip1967.proxy.admin\\\" subtracted by 1, and is\\n     * validated in the constructor.\\n     */\\n    bytes32 internal constant _ADMIN_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103;\\n\\n    /**\\n     * @dev Returns the current admin.\\n     */\\n    function _getAdmin() internal view returns (address) {\\n        return StorageSlotUpgradeable.getAddressSlot(_ADMIN_SLOT).value;\\n    }\\n\\n    /**\\n     * @dev Stores a new address in the EIP1967 admin slot.\\n     */\\n    function _setAdmin(address newAdmin) private {\\n        require(newAdmin != address(0), \\\"ERC1967: new admin is the zero address\\\");\\n        StorageSlotUpgradeable.getAddressSlot(_ADMIN_SLOT).value = newAdmin;\\n    }\\n\\n    /**\\n     * @dev Changes the admin of the proxy.\\n     *\\n     * Emits an {AdminChanged} event.\\n     */\\n    function _changeAdmin(address newAdmin) internal {\\n        emit AdminChanged(_getAdmin(), newAdmin);\\n        _setAdmin(newAdmin);\\n    }\\n\\n    /**\\n     * @dev The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy.\\n     * This is bytes32(uint256(keccak256('eip1967.proxy.beacon')) - 1)) and is validated in the constructor.\\n     */\\n    bytes32 internal constant _BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50;\\n\\n    /**\\n     * @dev Returns the current beacon.\\n     */\\n    function _getBeacon() internal view returns (address) {\\n        return StorageSlotUpgradeable.getAddressSlot(_BEACON_SLOT).value;\\n    }\\n\\n    /**\\n     * @dev Stores a new beacon in the EIP1967 beacon slot.\\n     */\\n    function _setBeacon(address newBeacon) private {\\n        require(AddressUpgradeable.isContract(newBeacon), \\\"ERC1967: new beacon is not a contract\\\");\\n        require(\\n            AddressUpgradeable.isContract(IBeaconUpgradeable(newBeacon).implementation()),\\n            \\\"ERC1967: beacon implementation is not a contract\\\"\\n        );\\n        StorageSlotUpgradeable.getAddressSlot(_BEACON_SLOT).value = newBeacon;\\n    }\\n\\n    /**\\n     * @dev Perform beacon upgrade with additional setup call. Note: This upgrades the address of the beacon, it does\\n     * not upgrade the implementation contained in the beacon (see {UpgradeableBeacon-_setImplementation} for that).\\n     *\\n     * Emits a {BeaconUpgraded} event.\\n     */\\n    function _upgradeBeaconToAndCall(\\n        address newBeacon,\\n        bytes memory data,\\n        bool forceCall\\n    ) internal {\\n        _setBeacon(newBeacon);\\n        emit BeaconUpgraded(newBeacon);\\n        if (data.length > 0 || forceCall) {\\n            _functionDelegateCall(IBeaconUpgradeable(newBeacon).implementation(), data);\\n        }\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n     * but performing a delegate call.\\n     *\\n     * _Available since v3.4._\\n     */\\n    function _functionDelegateCall(address target, bytes memory data) private returns (bytes memory) {\\n        require(AddressUpgradeable.isContract(target), \\\"Address: delegate call to non-contract\\\");\\n\\n        // solhint-disable-next-line avoid-low-level-calls\\n        (bool success, bytes memory returndata) = target.delegatecall(data);\\n        return AddressUpgradeable.verifyCallResult(success, returndata, \\\"Address: low-level delegate call failed\\\");\\n    }\\n\\n    /**\\n     * @dev This empty reserved space is put in place to allow future versions to add new\\n     * variables without shifting down storage in the inheritance chain.\\n     * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n     */\\n    uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x1599637b52d20dc3954cea44914b2a4a9a8a5caade58d9da947e0b6c9acc07ba\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/beacon/IBeaconUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (proxy/beacon/IBeacon.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev This is the interface that {BeaconProxy} expects of its beacon.\\n */\\ninterface IBeaconUpgradeable {\\n    /**\\n     * @dev Must return an address that can be used as a delegate call target.\\n     *\\n     * {BeaconProxy} will check that this address is a contract.\\n     */\\n    function implementation() external view returns (address);\\n}\\n\",\"keccak256\":\"0x24b86ac8c005b8c654fbf6ac34a5a4f61580d7273541e83e013e89d66fbf0908\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.1) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```\\n * contract MyToken is ERC20Upgradeable {\\n *     function initialize() initializer public {\\n *         __ERC20_init(\\\"MyToken\\\", \\\"MTK\\\");\\n *     }\\n * }\\n * contract MyTokenV2 is MyToken, ERC20PermitUpgradeable {\\n *     function initializeV2() reinitializer(2) public {\\n *         __ERC20Permit_init(\\\"MyToken\\\");\\n *     }\\n * }\\n * ```\\n *\\n * TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as\\n * possible by providing the encoded function call as the `_data` argument to {ERC1967Proxy-constructor}.\\n *\\n * CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure\\n * that all initializers are idempotent. This is not verified automatically as constructors are by Solidity.\\n *\\n * [CAUTION]\\n * ====\\n * Avoid leaving a contract uninitialized.\\n *\\n * An uninitialized contract can be taken over by an attacker. This applies to both a proxy and its implementation\\n * contract, which may impact the proxy. To prevent the implementation contract from being used, you should invoke\\n * the {_disableInitializers} function in the constructor to automatically lock it when it is deployed:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```\\n * /// @custom:oz-upgrades-unsafe-allow constructor\\n * constructor() {\\n *     _disableInitializers();\\n * }\\n * ```\\n * ====\\n */\\nabstract contract Initializable {\\n    /**\\n     * @dev Indicates that the contract has been initialized.\\n     * @custom:oz-retyped-from bool\\n     */\\n    uint8 private _initialized;\\n\\n    /**\\n     * @dev Indicates that the contract is in the process of being initialized.\\n     */\\n    bool private _initializing;\\n\\n    /**\\n     * @dev Triggered when the contract has been initialized or reinitialized.\\n     */\\n    event Initialized(uint8 version);\\n\\n    /**\\n     * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n     * `onlyInitializing` functions can be used to initialize parent contracts.\\n     *\\n     * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n     * constructor.\\n     *\\n     * Emits an {Initialized} event.\\n     */\\n    modifier initializer() {\\n        bool isTopLevelCall = !_initializing;\\n        require(\\n            (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n            \\\"Initializable: contract is already initialized\\\"\\n        );\\n        _initialized = 1;\\n        if (isTopLevelCall) {\\n            _initializing = true;\\n        }\\n        _;\\n        if (isTopLevelCall) {\\n            _initializing = false;\\n            emit Initialized(1);\\n        }\\n    }\\n\\n    /**\\n     * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n     * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n     * used to initialize parent contracts.\\n     *\\n     * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n     * are added through upgrades and that require initialization.\\n     *\\n     * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n     * cannot be nested. If one is invoked in the context of another, execution will revert.\\n     *\\n     * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n     * a contract, executing them in the right order is up to the developer or operator.\\n     *\\n     * WARNING: setting the version to 255 will prevent any future reinitialization.\\n     *\\n     * Emits an {Initialized} event.\\n     */\\n    modifier reinitializer(uint8 version) {\\n        require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n        _initialized = version;\\n        _initializing = true;\\n        _;\\n        _initializing = false;\\n        emit Initialized(version);\\n    }\\n\\n    /**\\n     * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n     * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n     */\\n    modifier onlyInitializing() {\\n        require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n        _;\\n    }\\n\\n    /**\\n     * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n     * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n     * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n     * through proxies.\\n     *\\n     * Emits an {Initialized} event the first time it is successfully executed.\\n     */\\n    function _disableInitializers() internal virtual {\\n        require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n        if (_initialized < type(uint8).max) {\\n            _initialized = type(uint8).max;\\n            emit Initialized(type(uint8).max);\\n        }\\n    }\\n\\n    /**\\n     * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n     */\\n    function _getInitializedVersion() internal view returns (uint8) {\\n        return _initialized;\\n    }\\n\\n    /**\\n     * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n     */\\n    function _isInitializing() internal view returns (bool) {\\n        return _initializing;\\n    }\\n}\\n\",\"keccak256\":\"0x037c334add4b033ad3493038c25be1682d78c00992e1acb0e2795caff3925271\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (proxy/utils/UUPSUpgradeable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../../interfaces/draft-IERC1822Upgradeable.sol\\\";\\nimport \\\"../ERC1967/ERC1967UpgradeUpgradeable.sol\\\";\\nimport \\\"./Initializable.sol\\\";\\n\\n/**\\n * @dev An upgradeability mechanism designed for UUPS proxies. The functions included here can perform an upgrade of an\\n * {ERC1967Proxy}, when this contract is set as the implementation behind such a proxy.\\n *\\n * A security mechanism ensures that an upgrade does not turn off upgradeability accidentally, although this risk is\\n * reinstated if the upgrade retains upgradeability but removes the security mechanism, e.g. by replacing\\n * `UUPSUpgradeable` with a custom implementation of upgrades.\\n *\\n * The {_authorizeUpgrade} function must be overridden to include access restriction to the upgrade mechanism.\\n *\\n * _Available since v4.1._\\n */\\nabstract contract UUPSUpgradeable is Initializable, IERC1822ProxiableUpgradeable, ERC1967UpgradeUpgradeable {\\n    function __UUPSUpgradeable_init() internal onlyInitializing {\\n    }\\n\\n    function __UUPSUpgradeable_init_unchained() internal onlyInitializing {\\n    }\\n    /// @custom:oz-upgrades-unsafe-allow state-variable-immutable state-variable-assignment\\n    address private immutable __self = address(this);\\n\\n    /**\\n     * @dev Check that the execution is being performed through a delegatecall call and that the execution context is\\n     * a proxy contract with an implementation (as defined in ERC1967) pointing to self. This should only be the case\\n     * for UUPS and transparent proxies that are using the current contract as their implementation. Execution of a\\n     * function through ERC1167 minimal proxies (clones) would not normally pass this test, but is not guaranteed to\\n     * fail.\\n     */\\n    modifier onlyProxy() {\\n        require(address(this) != __self, \\\"Function must be called through delegatecall\\\");\\n        require(_getImplementation() == __self, \\\"Function must be called through active proxy\\\");\\n        _;\\n    }\\n\\n    /**\\n     * @dev Check that the execution is not being performed through a delegate call. This allows a function to be\\n     * callable on the implementing contract but not through proxies.\\n     */\\n    modifier notDelegated() {\\n        require(address(this) == __self, \\\"UUPSUpgradeable: must not be called through delegatecall\\\");\\n        _;\\n    }\\n\\n    /**\\n     * @dev Implementation of the ERC1822 {proxiableUUID} function. This returns the storage slot used by the\\n     * implementation. It is used to validate the implementation's compatibility when performing an upgrade.\\n     *\\n     * IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks\\n     * bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this\\n     * function revert if invoked through a proxy. This is guaranteed by the `notDelegated` modifier.\\n     */\\n    function proxiableUUID() external view virtual override notDelegated returns (bytes32) {\\n        return _IMPLEMENTATION_SLOT;\\n    }\\n\\n    /**\\n     * @dev Upgrade the implementation of the proxy to `newImplementation`.\\n     *\\n     * Calls {_authorizeUpgrade}.\\n     *\\n     * Emits an {Upgraded} event.\\n     */\\n    function upgradeTo(address newImplementation) external virtual onlyProxy {\\n        _authorizeUpgrade(newImplementation);\\n        _upgradeToAndCallUUPS(newImplementation, new bytes(0), false);\\n    }\\n\\n    /**\\n     * @dev Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call\\n     * encoded in `data`.\\n     *\\n     * Calls {_authorizeUpgrade}.\\n     *\\n     * Emits an {Upgraded} event.\\n     */\\n    function upgradeToAndCall(address newImplementation, bytes memory data) external payable virtual onlyProxy {\\n        _authorizeUpgrade(newImplementation);\\n        _upgradeToAndCallUUPS(newImplementation, data, true);\\n    }\\n\\n    /**\\n     * @dev Function that should revert when `msg.sender` is not authorized to upgrade the contract. Called by\\n     * {upgradeTo} and {upgradeToAndCall}.\\n     *\\n     * Normally, this function will use an xref:access.adoc[access control] modifier such as {Ownable-onlyOwner}.\\n     *\\n     * ```solidity\\n     * function _authorizeUpgrade(address) internal override onlyOwner {}\\n     * ```\\n     */\\n    function _authorizeUpgrade(address newImplementation) internal virtual;\\n\\n    /**\\n     * @dev This empty reserved space is put in place to allow future versions to add new\\n     * variables without shifting down storage in the inheritance chain.\\n     * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n     */\\n    uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x7967d130887c4b40666cd88f8744691d4527039a1b2a38aa0de41481ef646778\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n    /**\\n     * @dev Returns true if `account` is a contract.\\n     *\\n     * [IMPORTANT]\\n     * ====\\n     * It is unsafe to assume that an address for which this function returns\\n     * false is an externally-owned account (EOA) and not a contract.\\n     *\\n     * Among others, `isContract` will return false for the following\\n     * types of addresses:\\n     *\\n     *  - an externally-owned account\\n     *  - a contract in construction\\n     *  - an address where a contract will be created\\n     *  - an address where a contract lived, but was destroyed\\n     * ====\\n     *\\n     * [IMPORTANT]\\n     * ====\\n     * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n     *\\n     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n     * constructor.\\n     * ====\\n     */\\n    function isContract(address account) internal view returns (bool) {\\n        // This method relies on extcodesize/address.code.length, which returns 0\\n        // for contracts in construction, since the code is only stored at the end\\n        // of the constructor execution.\\n\\n        return account.code.length > 0;\\n    }\\n\\n    /**\\n     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n     * `recipient`, forwarding all available gas and reverting on errors.\\n     *\\n     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n     * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n     * imposed by `transfer`, making them unable to receive funds via\\n     * `transfer`. {sendValue} removes this limitation.\\n     *\\n     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].\\n     *\\n     * IMPORTANT: because control is transferred to `recipient`, care must be\\n     * taken to not create reentrancy vulnerabilities. Consider using\\n     * {ReentrancyGuard} or the\\n     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n     */\\n    function sendValue(address payable recipient, uint256 amount) internal {\\n        require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n        (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n        require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n    }\\n\\n    /**\\n     * @dev Performs a Solidity function call using a low level `call`. A\\n     * plain `call` is an unsafe replacement for a function call: use this\\n     * function instead.\\n     *\\n     * If `target` reverts with a revert reason, it is bubbled up by this\\n     * function (like regular Solidity function calls).\\n     *\\n     * Returns the raw returned data. To convert to the expected return value,\\n     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n     *\\n     * Requirements:\\n     *\\n     * - `target` must be a contract.\\n     * - calling `target` with `data` must not revert.\\n     *\\n     * _Available since v3.1._\\n     */\\n    function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n        return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n     * `errorMessage` as a fallback revert reason when `target` reverts.\\n     *\\n     * _Available since v3.1._\\n     */\\n    function functionCall(\\n        address target,\\n        bytes memory data,\\n        string memory errorMessage\\n    ) internal returns (bytes memory) {\\n        return functionCallWithValue(target, data, 0, errorMessage);\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n     * but also transferring `value` wei to `target`.\\n     *\\n     * Requirements:\\n     *\\n     * - the calling contract must have an ETH balance of at least `value`.\\n     * - the called Solidity function must be `payable`.\\n     *\\n     * _Available since v3.1._\\n     */\\n    function functionCallWithValue(\\n        address target,\\n        bytes memory data,\\n        uint256 value\\n    ) internal returns (bytes memory) {\\n        return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n     * with `errorMessage` as a fallback revert reason when `target` reverts.\\n     *\\n     * _Available since v3.1._\\n     */\\n    function functionCallWithValue(\\n        address target,\\n        bytes memory data,\\n        uint256 value,\\n        string memory errorMessage\\n    ) internal returns (bytes memory) {\\n        require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n        (bool success, bytes memory returndata) = target.call{value: value}(data);\\n        return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n     * but performing a static call.\\n     *\\n     * _Available since v3.3._\\n     */\\n    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n        return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n    }\\n\\n    /**\\n     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n     * but performing a static call.\\n     *\\n     * _Available since v3.3._\\n     */\\n    function functionStaticCall(\\n        address target,\\n        bytes memory data,\\n        string memory errorMessage\\n    ) internal view returns (bytes memory) {\\n        (bool success, bytes memory returndata) = target.staticcall(data);\\n        return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n    }\\n\\n    /**\\n     * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n     * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n     *\\n     * _Available since v4.8._\\n     */\\n    function verifyCallResultFromTarget(\\n        address target,\\n        bool success,\\n        bytes memory returndata,\\n        string memory errorMessage\\n    ) internal view returns (bytes memory) {\\n        if (success) {\\n            if (returndata.length == 0) {\\n                // only check isContract if the call was successful and the return data is empty\\n                // otherwise we already know that it was a contract\\n                require(isContract(target), \\\"Address: call to non-contract\\\");\\n            }\\n            return returndata;\\n        } else {\\n            _revert(returndata, errorMessage);\\n        }\\n    }\\n\\n    /**\\n     * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n     * revert reason or using the provided one.\\n     *\\n     * _Available since v4.3._\\n     */\\n    function verifyCallResult(\\n        bool success,\\n        bytes memory returndata,\\n        string memory errorMessage\\n    ) internal pure returns (bytes memory) {\\n        if (success) {\\n            return returndata;\\n        } else {\\n            _revert(returndata, errorMessage);\\n        }\\n    }\\n\\n    function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n        // Look for revert reason and bubble it up if present\\n        if (returndata.length > 0) {\\n            // The easiest way to bubble the revert reason is using memory via assembly\\n            /// @solidity memory-safe-assembly\\n            assembly {\\n                let returndata_size := mload(returndata)\\n                revert(add(32, returndata), returndata_size)\\n            }\\n        } else {\\n            revert(errorMessage);\\n        }\\n    }\\n}\\n\",\"keccak256\":\"0x2edcb41c121abc510932e8d83ff8b82cf9cdde35e7c297622f5c29ef0af25183\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\nimport \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Provides information about the current execution context, including the\\n * sender of the transaction and its data. While these are generally available\\n * via msg.sender and msg.data, they should not be accessed in such a direct\\n * manner, since when dealing with meta-transactions the account sending and\\n * paying for execution may not be the actual sender (as far as an application\\n * is concerned).\\n *\\n * This contract is only required for intermediate, library-like contracts.\\n */\\nabstract contract ContextUpgradeable is Initializable {\\n    function __Context_init() internal onlyInitializing {\\n    }\\n\\n    function __Context_init_unchained() internal onlyInitializing {\\n    }\\n    function _msgSender() internal view virtual returns (address) {\\n        return msg.sender;\\n    }\\n\\n    function _msgData() internal view virtual returns (bytes calldata) {\\n        return msg.data;\\n    }\\n\\n    /**\\n     * @dev This empty reserved space is put in place to allow future versions to add new\\n     * variables without shifting down storage in the inheritance chain.\\n     * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n     */\\n    uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x963ea7f0b48b032eef72fe3a7582edf78408d6f834115b9feadd673a4d5bd149\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/StorageSlotUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (utils/StorageSlot.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Library for reading and writing primitive types to specific storage slots.\\n *\\n * Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts.\\n * This library helps with reading and writing to such slots without the need for inline assembly.\\n *\\n * The functions in this library return Slot structs that contain a `value` member that can be used to read or write.\\n *\\n * Example usage to set ERC1967 implementation slot:\\n * ```\\n * contract ERC1967 {\\n *     bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;\\n *\\n *     function _getImplementation() internal view returns (address) {\\n *         return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;\\n *     }\\n *\\n *     function _setImplementation(address newImplementation) internal {\\n *         require(Address.isContract(newImplementation), \\\"ERC1967: new implementation is not a contract\\\");\\n *         StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;\\n *     }\\n * }\\n * ```\\n *\\n * _Available since v4.1 for `address`, `bool`, `bytes32`, and `uint256`._\\n */\\nlibrary StorageSlotUpgradeable {\\n    struct AddressSlot {\\n        address value;\\n    }\\n\\n    struct BooleanSlot {\\n        bool value;\\n    }\\n\\n    struct Bytes32Slot {\\n        bytes32 value;\\n    }\\n\\n    struct Uint256Slot {\\n        uint256 value;\\n    }\\n\\n    /**\\n     * @dev Returns an `AddressSlot` with member `value` located at `slot`.\\n     */\\n    function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) {\\n        /// @solidity memory-safe-assembly\\n        assembly {\\n            r.slot := slot\\n        }\\n    }\\n\\n    /**\\n     * @dev Returns an `BooleanSlot` with member `value` located at `slot`.\\n     */\\n    function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) {\\n        /// @solidity memory-safe-assembly\\n        assembly {\\n            r.slot := slot\\n        }\\n    }\\n\\n    /**\\n     * @dev Returns an `Bytes32Slot` with member `value` located at `slot`.\\n     */\\n    function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) {\\n        /// @solidity memory-safe-assembly\\n        assembly {\\n            r.slot := slot\\n        }\\n    }\\n\\n    /**\\n     * @dev Returns an `Uint256Slot` with member `value` located at `slot`.\\n     */\\n    function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) {\\n        /// @solidity memory-safe-assembly\\n        assembly {\\n            r.slot := slot\\n        }\\n    }\\n}\\n\",\"keccak256\":\"0x09864aea84f01e39313375b5610c73a3c1c68abbdc51e5ccdd25ff977fdadf9a\",\"license\":\"MIT\"},\"contracts/higherOrderFactories/BaalAndVaultSummoner.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\npragma solidity 0.8.7;\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol\\\";\\n\\nimport \\\"../interfaces/IBaalSummoner.sol\\\";\\n\\n/*\\nSummon new 'non-ragequitable' treasury Safe (Vaults). (sidecar?)\\nCan summon a dao with a new Vault.\\nCan summon a new vault for a dao after initial dao setup.\\nActs as a register and the owner of the contract or DAO can deactivate\\nregister is primarily a helper for UIs\\nOwner of the contract can add new vaults, and set current vaults\\nContract is upgradable and should be owned by a DAO\\n*/\\ncontract BaalAndVaultSummoner is Initializable, OwnableUpgradeable, UUPSUpgradeable {\\n\\n    IBaalSummoner public _baalSummoner;\\n    uint256 public vaultIdx;\\n\\n    struct Vault{\\n        uint256 id;\\n        bool active;\\n        address daoAddress;\\n        address vaultAddress;\\n        string name;\\n    }\\n    mapping(uint256 => Vault) public vaults;\\n    mapping(address => address) public delegates;\\n\\n    event SetVault(\\n        Vault vault\\n    );\\n\\n    event SetDelegate(\\n        address daoAddress,\\n        address delegate\\n    );\\n\\n    event setSummoner(\\n        address summoner\\n    );\\n\\n    function initialize() initializer public {\\n        __Ownable_init();\\n        __UUPSUpgradeable_init();\\n        vaultIdx = 0;\\n    }\\n\\n    function setSummonerAddr(\\n        address baalSummoner\\n    ) public onlyOwner {\\n        require(baalSummoner != address(0), \\\"zero address\\\");\\n        _baalSummoner = IBaalSummoner(baalSummoner);\\n        emit setSummoner(baalSummoner);\\n    }\\n\\n    /** Summon a new baal and add a Vault */\\n    function summonBaalAndVault(\\n        bytes calldata initializationParams,\\n        bytes[] calldata initializationActions,\\n        uint256 saltNonce,\\n        bytes32 referrer,\\n        string memory name\\n    ) external returns (address _daoAddress, address _vaultAddress) {\\n        _daoAddress = _baalSummoner.summonBaalFromReferrer(\\n            initializationParams,\\n            initializationActions,\\n            saltNonce,\\n            referrer\\n        );\\n        _vaultAddress = summonVault(_daoAddress, name);\\n    }\\n\\n    /** create and add a Vault(Safe) to an existing DAO */\\n    function summonVault(\\n        address daoAddress,\\n        string memory name\\n    ) public returns (address _vaultAddress) {\\n        _vaultAddress = _baalSummoner.deployAndSetupSafe(\\n            daoAddress\\n        );\\n        _setNewVault(name, daoAddress, _vaultAddress);\\n    }\\n\\n    /** set a Vault as active or not on existing dao (owner only) */\\n    // Admin functions to help maintain the registry.\\n    function setVault(\\n        uint256 id,\\n        bool active\\n    ) public onlyOwner\\n    {\\n        _setVault(id, active);\\n    }\\n\\n    /** set a new Vault as active on existing dao (owner only) */\\n    // Admin functions to help maintain the registry.\\n    function setNewVault(\\n        address daoAddress, \\n        address vaultAddress,\\n        string memory name\\n    ) public onlyOwner\\n    {\\n        _setNewVault(name, daoAddress, vaultAddress);\\n    }\\n\\n    /** \\n    A DAO can set a Vault as inactive \\n    */\\n    function deactivateVaultAsDao(\\n        uint256 id,\\n        address daoAddress\\n    ) external\\n    {\\n        require(msg.sender == daoAddress || msg.sender == delegates[daoAddress], \\\"not DAO or delegate\\\");\\n        require(vaults[id].daoAddress == daoAddress && vaults[id].active,\\\"!not active DAO vault\\\");\\n        _setVault(id, false);\\n    }\\n\\n    /** Allow a Dao to set a delegate that can manage vault enteries */\\n    function setDelegate(\\n        address daoAddress,\\n        address delegate\\n    ) external\\n    {\\n        require(msg.sender == daoAddress, \\\"!DAO\\\");\\n        delegates[daoAddress] = delegate;\\n        emit SetDelegate(daoAddress, delegate);\\n    }\\n\\n\\n    function _setVault(\\n        uint256 id, \\n        bool active\\n    ) internal \\n    {\\n        vaults[id].active = active;\\n        emit SetVault(vaults[id]);\\n    }\\n\\n    function _setNewVault(\\n        string memory name,\\n        address daoAddress, \\n        address vaultAddress\\n    ) internal \\n    {\\n        vaultIdx += 1;\\n        vaults[vaultIdx] = Vault(vaultIdx, true, daoAddress, vaultAddress, name);\\n        emit SetVault(vaults[vaultIdx]);\\n    }\\n\\n    function _authorizeUpgrade(address newImplementation)\\n        internal\\n        onlyOwner\\n        override\\n    {}\\n}\\n\",\"keccak256\":\"0x5519dacfb28e1a8ec59e4653d8d85f18a2ecf32a9ec00627d4575c94c2c27553\",\"license\":\"MIT\"},\"contracts/interfaces/IBaalSummoner.sol\":{\"content\":\"//SPDX-License-Identifier: MIT\\npragma solidity ^0.8.7;\\n\\ninterface IBaalSummoner {\\n    event AdminChanged(address previousAdmin, address newAdmin);\\n    event BeaconUpgraded(address indexed beacon);\\n    event DaoReferral(bytes32 referrer, address daoAddress);\\n    event DeployBaalSafe(address baalSafe, address moduleAddr);\\n    event DeployBaalTokens(address lootToken, address sharesToken);\\n    event Initialized(uint8 version);\\n    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n    event SetAddrsVersion(uint256 version);\\n    event SummonBaal(\\n        address indexed baal,\\n        address indexed loot,\\n        address indexed shares,\\n        address safe,\\n        address forwarder,\\n        uint256 existingAddrs\\n    );\\n    event Upgraded(address indexed implementation);\\n\\n    function setAddrs(\\n        address _template,\\n        address _gnosisSingleton,\\n        address _gnosisFallbackLibrary,\\n        address _gnosisMultisendLibrary,\\n        address _gnosisSafeProxyFactory,\\n        address _moduleProxyFactory,\\n        address _lootSingleton,\\n        address _sharesSingleton\\n    ) external;\\n\\n    function initialize() external;\\n\\n    function transferOwnership(address newOwner) external;\\n    function upgradeTo(address newImplementation) external;\\n    function upgradeToAndCall(address newImplementation, bytes memory data) external payable;\\n    function renounceOwnership() external;\\n\\n    function summonBaal(bytes memory initializationParams, bytes[] memory initializationActions, uint256 _saltNonce)\\n        external\\n        returns (address);\\n    function summonBaalFromReferrer(\\n        bytes memory initializationParams,\\n        bytes[] memory initializationActions,\\n        uint256 _saltNonce,\\n        bytes32 referrer\\n    ) external payable returns (address);\\n\\n    function deployAndSetupSafe(address _moduleAddr) external returns (address);\\n    function deployTokens(string memory _name, string memory _symbol)\\n        external\\n        returns (address lootToken, address sharesToken);\\n\\n    function encodeMultisend(bytes[] memory _calls, address _target)\\n        external\\n        pure\\n        returns (bytes memory encodedMultisend);\\n    function addrsVersion() external view returns (uint256);\\n    function gnosisFallbackLibrary() external view returns (address);\\n    function gnosisMultisendLibrary() external view returns (address);\\n    function gnosisSingleton() external view returns (address);\\n    function lootSingleton() external view returns (address);\\n    function sharesSingleton() external view returns (address);\\n    function owner() external view returns (address);\\n    function proxiableUUID() external view returns (bytes32);\\n    function template() external view returns (address);\\n}\\n\",\"keccak256\":\"0xc5eb34a9c49792956ed8574ce0fae742c3ea655101a890965caf7e7983e1be79\",\"license\":\"MIT\"}},\"version\":1}",
  "storageLayout": {
    "storage": [
      {
        "astId": 4461,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "_initialized",
        "offset": 0,
        "slot": "0",
        "type": "t_uint8"
      },
      {
        "astId": 4464,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "_initializing",
        "offset": 1,
        "slot": "0",
        "type": "t_bool"
      },
      {
        "astId": 6730,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "__gap",
        "offset": 0,
        "slot": "1",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 3937,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "_owner",
        "offset": 0,
        "slot": "51",
        "type": "t_address"
      },
      {
        "astId": 4057,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "__gap",
        "offset": 0,
        "slot": "52",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 4443,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "__gap",
        "offset": 0,
        "slot": "101",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 4758,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "__gap",
        "offset": 0,
        "slot": "151",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 13491,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "_baalSummoner",
        "offset": 0,
        "slot": "201",
        "type": "t_contract(IBaalSummoner)14393"
      },
      {
        "astId": 13493,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "vaultIdx",
        "offset": 0,
        "slot": "202",
        "type": "t_uint256"
      },
      {
        "astId": 13509,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "vaults",
        "offset": 0,
        "slot": "203",
        "type": "t_mapping(t_uint256,t_struct(Vault)13504_storage)"
      },
      {
        "astId": 13513,
        "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
        "label": "delegates",
        "offset": 0,
        "slot": "204",
        "type": "t_mapping(t_address,t_address)"
      }
    ],
    "types": {
      "t_address": {
        "encoding": "inplace",
        "label": "address",
        "numberOfBytes": "20"
      },
      "t_array(t_uint256)49_storage": {
        "base": "t_uint256",
        "encoding": "inplace",
        "label": "uint256[49]",
        "numberOfBytes": "1568"
      },
      "t_array(t_uint256)50_storage": {
        "base": "t_uint256",
        "encoding": "inplace",
        "label": "uint256[50]",
        "numberOfBytes": "1600"
      },
      "t_bool": {
        "encoding": "inplace",
        "label": "bool",
        "numberOfBytes": "1"
      },
      "t_contract(IBaalSummoner)14393": {
        "encoding": "inplace",
        "label": "contract IBaalSummoner",
        "numberOfBytes": "20"
      },
      "t_mapping(t_address,t_address)": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => address)",
        "numberOfBytes": "32",
        "value": "t_address"
      },
      "t_mapping(t_uint256,t_struct(Vault)13504_storage)": {
        "encoding": "mapping",
        "key": "t_uint256",
        "label": "mapping(uint256 => struct BaalAndVaultSummoner.Vault)",
        "numberOfBytes": "32",
        "value": "t_struct(Vault)13504_storage"
      },
      "t_string_storage": {
        "encoding": "bytes",
        "label": "string",
        "numberOfBytes": "32"
      },
      "t_struct(Vault)13504_storage": {
        "encoding": "inplace",
        "label": "struct BaalAndVaultSummoner.Vault",
        "members": [
          {
            "astId": 13495,
            "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
            "label": "id",
            "offset": 0,
            "slot": "0",
            "type": "t_uint256"
          },
          {
            "astId": 13497,
            "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
            "label": "active",
            "offset": 0,
            "slot": "1",
            "type": "t_bool"
          },
          {
            "astId": 13499,
            "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
            "label": "daoAddress",
            "offset": 1,
            "slot": "1",
            "type": "t_address"
          },
          {
            "astId": 13501,
            "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
            "label": "vaultAddress",
            "offset": 0,
            "slot": "2",
            "type": "t_address"
          },
          {
            "astId": 13503,
            "contract": "contracts/higherOrderFactories/BaalAndVaultSummoner.sol:BaalAndVaultSummoner",
            "label": "name",
            "offset": 0,
            "slot": "3",
            "type": "t_string_storage"
          }
        ],
        "numberOfBytes": "128"
      },
      "t_uint256": {
        "encoding": "inplace",
        "label": "uint256",
        "numberOfBytes": "32"
      },
      "t_uint8": {
        "encoding": "inplace",
        "label": "uint8",
        "numberOfBytes": "1"
      }
    }
  },
  "userdoc": {
    "kind": "user",
    "methods": {
      "deactivateVaultAsDao(uint256,address)": {
        "notice": "A DAO can set a Vault as inactive "
      },
      "setDelegate(address,address)": {
        "notice": "Allow a Dao to set a delegate that can manage vault enteries "
      },
      "setNewVault(address,address,string)": {
        "notice": "set a new Vault as active on existing dao (owner only) "
      },
      "setVault(uint256,bool)": {
        "notice": "set a Vault as active or not on existing dao (owner only) "
      },
      "summonBaalAndVault(bytes,bytes[],uint256,bytes32,string)": {
        "notice": "Summon a new baal and add a Vault "
      },
      "summonVault(address,string)": {
        "notice": "create and add a Vault(Safe) to an existing DAO "
      }
    },
    "version": 1
  }
}