{
  "contractName": "Shares",
  "sourceName": "contracts/SharesERC20.sol",
  "abi": [
    {
      "inputs": [],
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "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": "owner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "Approval",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "beacon",
          "type": "address"
        }
      ],
      "name": "BeaconUpgraded",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "delegator",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "fromDelegate",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "toDelegate",
          "type": "address"
        }
      ],
      "name": "DelegateChanged",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "delegate",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "previousBalance",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "newBalance",
          "type": "uint256"
        }
      ],
      "name": "DelegateVotesChanged",
      "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": "account",
          "type": "address"
        }
      ],
      "name": "Paused",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "id",
          "type": "uint256"
        }
      ],
      "name": "Snapshot",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "Transfer",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "Unpaused",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "implementation",
          "type": "address"
        }
      ],
      "name": "Upgraded",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "DOMAIN_SEPARATOR",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        }
      ],
      "name": "allowance",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "snapshotId",
          "type": "uint256"
        }
      ],
      "name": "balanceOfAt",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "burn",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "name": "checkpoints",
      "outputs": [
        {
          "internalType": "uint32",
          "name": "fromTimePoint",
          "type": "uint32"
        },
        {
          "internalType": "uint256",
          "name": "votes",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "decimals",
      "outputs": [
        {
          "internalType": "uint8",
          "name": "",
          "type": "uint8"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "subtractedValue",
          "type": "uint256"
        }
      ],
      "name": "decreaseAllowance",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "delegatee",
          "type": "address"
        }
      ],
      "name": "delegate",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "delegatee",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "nonce",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "expiry",
          "type": "uint256"
        },
        {
          "internalType": "uint8",
          "name": "v",
          "type": "uint8"
        },
        {
          "internalType": "bytes32",
          "name": "r",
          "type": "bytes32"
        },
        {
          "internalType": "bytes32",
          "name": "s",
          "type": "bytes32"
        }
      ],
      "name": "delegateBySig",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "delegates",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "delegationNonces",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "delegatee",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "nCheckpoints",
          "type": "uint256"
        }
      ],
      "name": "getCheckpoint",
      "outputs": [
        {
          "components": [
            {
              "internalType": "uint32",
              "name": "fromTimePoint",
              "type": "uint32"
            },
            {
              "internalType": "uint256",
              "name": "votes",
              "type": "uint256"
            }
          ],
          "internalType": "struct BaalVotes.Checkpoint",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getCurrentSnapshotId",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "timePoint",
          "type": "uint256"
        }
      ],
      "name": "getPastVotes",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "votes",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "getVotes",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "votes",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "addedValue",
          "type": "uint256"
        }
      ],
      "name": "increaseAllowance",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "recipient",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "mint",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "name",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        }
      ],
      "name": "nonces",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "now",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "timePoint",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "numCheckpoints",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "pause",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "paused",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "value",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "deadline",
          "type": "uint256"
        },
        {
          "internalType": "uint8",
          "name": "v",
          "type": "uint8"
        },
        {
          "internalType": "bytes32",
          "name": "r",
          "type": "bytes32"
        },
        {
          "internalType": "bytes32",
          "name": "s",
          "type": "bytes32"
        }
      ],
      "name": "permit",
      "outputs": [],
      "stateMutability": "nonpayable",
      "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": "string",
          "name": "name_",
          "type": "string"
        },
        {
          "internalType": "string",
          "name": "symbol_",
          "type": "string"
        }
      ],
      "name": "setUp",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "snapshot",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "symbol",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "totalSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "snapshotId",
          "type": "uint256"
        }
      ],
      "name": "totalSupplyAt",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "transfer",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "transferFrom",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "unpause",
      "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"
    }
  ],
  "bytecode": "0x60a06040523060601b6080523480156200001857600080fd5b506200002362000029565b620000eb565b600054610100900460ff1615620000965760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b60005460ff9081161015620000e9576000805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b60805160601c6133ef6200012660003960008181610891015281816108da01528181610c1801528181610c580152610ce701526133ef6000f3fe60806040526004361061023b5760003560e01c80635c19a95c1161012e5780639711715a116100ab578063a9059cbb1161006f578063a9059cbb14610705578063c3cda52014610725578063d505accf14610745578063dd62ed3e14610765578063f2fde38b1461078557600080fd5b80639711715a14610670578063981b24d0146106855780639ab24eb0146106a55780639dc29fac146106c5578063a457c2d7146106e557600080fd5b80637ecebe00116100f25780637ecebe00146105f45780638456cb59146106145780638abe09f2146106295780638da5cb5b1461063c57806395d89b411461065b57600080fd5b80635c19a95c146105425780635c975abb146105625780636fcfff451461057b57806370a08231146105a9578063715018a6146105df57600080fd5b80633a46b1a8116101bc5780634f1ef286116101805780634f1ef2861461049657806352d1902d146104a95780635439ad86146104be578063562d190d146104d3578063587cde1e146104f357600080fd5b80633a46b1a8146103e05780633f4ba83a1461040057806340c10f191461041557806347f761f5146104355780634ee2cd7e1461047657600080fd5b806323b872dd1161020357806323b872dd1461034d578063313ce5671461036d5780633644e515146103895780633659cfe61461039e57806339509351146103c057600080fd5b806303c8a3c61461024057806306fdde0314610281578063095ea7b3146102a35780630cdfebfa146102d357806318160ddd14610338575b600080fd5b34801561024c57600080fd5b5061026e61025b366004612eb7565b6101036020526000908152604090205481565b6040519081526020015b60405180910390f35b34801561028d57600080fd5b506102966107a5565b6040516102789190613137565b3480156102af57600080fd5b506102c36102be36600461300d565b610837565b6040519015158152602001610278565b3480156102df57600080fd5b5061031c6102ee36600461300d565b6101006020908152600092835260408084209091529082529020805460019091015463ffffffff9091169082565b6040805163ffffffff9093168352602083019190915201610278565b34801561034457600080fd5b5060355461026e565b34801561035957600080fd5b506102c3610368366004612f05565b610851565b34801561037957600080fd5b5060405160128152602001610278565b34801561039557600080fd5b5061026e610877565b3480156103aa57600080fd5b506103be6103b9366004612eb7565b610886565b005b3480156103cc57600080fd5b506102c36103db36600461300d565b61096f565b3480156103ec57600080fd5b5061026e6103fb36600461300d565b610991565b34801561040c57600080fd5b506103be610ad2565b34801561042157600080fd5b506103be61043036600461300d565b610ae4565b34801561044157600080fd5b5061045561045036600461300d565b610b60565b60408051825163ffffffff1681526020928301519281019290925201610278565b34801561048257600080fd5b5061026e61049136600461300d565b610bb3565b6103be6104a4366004612fab565b610c0d565b3480156104b557600080fd5b5061026e610cda565b3480156104ca57600080fd5b5061026e610d8d565b3480156104df57600080fd5b506103be6104ee3660046130a8565b610d97565b3480156104ff57600080fd5b5061052a61050e366004612eb7565b610102602052600090815260409020546001600160a01b031681565b6040516001600160a01b039091168152602001610278565b34801561054e57600080fd5b506103be61055d366004612eb7565b610fa2565b34801561056e57600080fd5b506101685460ff166102c3565b34801561058757600080fd5b5061026e610596366004612eb7565b6101016020526000908152604090205481565b3480156105b557600080fd5b5061026e6105c4366004612eb7565b6001600160a01b031660009081526033602052604090205490565b3480156105eb57600080fd5b506103be610fac565b34801561060057600080fd5b5061026e61060f366004612eb7565b610fbe565b34801561062057600080fd5b506103be610fdc565b34801561063557600080fd5b504261026e565b34801561064857600080fd5b50610136546001600160a01b031661052a565b34801561066757600080fd5b50610296610fec565b34801561067c57600080fd5b5061026e610ffb565b34801561069157600080fd5b5061026e6106a0366004613102565b61100d565b3480156106b157600080fd5b5061026e6106c0366004612eb7565b611039565b3480156106d157600080fd5b506103be6106e036600461300d565b611077565b3480156106f157600080fd5b506102c361070036600461300d565b611089565b34801561071157600080fd5b506102c361072036600461300d565b61110f565b34801561073157600080fd5b506103be610740366004613037565b61111d565b34801561075157600080fd5b506103be610760366004612f41565b611313565b34801561077157600080fd5b5061026e610780366004612ed2565b611477565b34801561079157600080fd5b506103be6107a0366004612eb7565b6114a2565b6060603680546107b4906132ca565b80601f01602080910402602001604051908101604052809291908181526020018280546107e0906132ca565b801561082d5780601f106108025761010080835404028352916020019161082d565b820191906000526020600020905b81548152906001019060200180831161081057829003601f168201915b5050505050905090565b600033610845818585611518565b60019150505b92915050565b60003361085f85828561163c565b61086a8585856116b6565b60019150505b9392505050565b600061088161186c565b905090565b306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614156108d85760405162461bcd60e51b81526004016108cf9061316a565b60405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610921600080516020613373833981519152546001600160a01b031690565b6001600160a01b0316146109475760405162461bcd60e51b81526004016108cf906131b6565b610950816118a3565b6040805160008082526020820190925261096c918391906118ab565b50565b6000336108458185856109828383611477565b61098c919061324d565b611518565b60004282106109d05760405162461bcd60e51b815260206004820152600b60248201526a0859195d195c9b5a5b995960aa1b60448201526064016108cf565b6001600160a01b03831660009081526101016020526040902054806109f957600091505061084b565b82610a078560018403610b60565b5163ffffffff1611610a2c57610a208460018303610b60565b6020015191505061084b565b82610a38856000610b60565b5163ffffffff161115610a4f57600091505061084b565b600060001982015b81811115610aba5760028282030481036000610a738883610b60565b805190915063ffffffff16871415610a955760200151945061084b9350505050565b805163ffffffff16871115610aac57819350610ab3565b6001820392505b5050610a57565b610ac48683610b60565b602001519695505050505050565b610ada611a25565b610ae2611a80565b565b610aec611a25565b610af96002600019613265565b81610b0360355490565b610b0d919061324d565b1115610b525760405162461bcd60e51b81526020600482015260146024820152731cda185c995cce8818d85c08195e18d95959195960621b60448201526064016108cf565b610b5c8282611ad3565b5050565b604080518082018252600080825260209182018190526001600160a01b039490941684526101008152818420928452918252918290208251808401909352805463ffffffff168352600101549082015290565b6001600160a01b03821660009081526101046020526040812081908190610bdb908590611ba0565b9150915081610c02576001600160a01b038516600090815260336020526040902054610c04565b805b95945050505050565b306001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161415610c565760405162461bcd60e51b81526004016108cf9061316a565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610c9f600080516020613373833981519152546001600160a01b031690565b6001600160a01b031614610cc55760405162461bcd60e51b81526004016108cf906131b6565b610cce826118a3565b610b5c828260016118ab565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610d7a5760405162461bcd60e51b815260206004820152603860248201527f555550535570677261646561626c653a206d757374206e6f742062652063616c60448201527f6c6564207468726f7567682064656c656761746563616c6c000000000000000060648201526084016108cf565b5060008051602061337383398151915290565b6000610881611c97565b600054610100900460ff1615808015610db75750600054600160ff909116105b80610dd15750303b158015610dd1575060005460ff166001145b610e345760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016108cf565b6000805460ff191660011790558015610e57576000805461ff0019166101001790555b8251610e9a5760405162461bcd60e51b81526020600482015260126024820152717368617265733a206e616d6520656d70747960701b60448201526064016108cf565b8151610edf5760405162461bcd60e51b81526020600482015260146024820152737368617265733a2073796d626f6c20656d70747960601b60448201526064016108cf565b610ee98383611ca3565b610ef283611cd4565b610efa611d1e565b610f02611d4d565b610f0a611d74565b610f12611d4d565b610f576040518060400160405280600a8152602001693232b632b3b0ba34b7b760b11b815250604051806040016040528060018152602001600d60fa1b815250611da3565b8015610f9d576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b61096c3382611dd4565b610fb4611a25565b610ae26000611ecb565b6001600160a01b03811660009081526099602052604081205461084b565b610fe4611a25565b610ae2611f1e565b6060603780546107b4906132ca565b6000611005611a25565b610881611f5c565b600080600061101e84610105611ba0565b915091508161102f57603554611031565b805b949350505050565b6001600160a01b038116600090815261010160205260408120548061105f576000610870565b61106c8360018303610b60565b602001519392505050565b61107f611a25565b610b5c8282611fb7565b600033816110978286611477565b9050838110156110f75760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016108cf565b6111048286868403611518565b506001949350505050565b6000336108458185856116b6565b8342111561116d5760405162461bcd60e51b815260206004820152601d60248201527f4552433230566f7465733a207369676e6174757265206578706972656400000060448201526064016108cf565b600061121661120e7f0e3bc21ca2be03aeeee0e614bfe98f970c96a05a768f627c50ab81764cb5026861119e6107a5565b6040516020016111ae919061311b565b60408051601f198184030181528282528051602091820120908301939093528101919091526001600160a01b038a1660608201526080810189905260a0810188905260c001604051602081830303815290604052805190602001206120f7565b858585612145565b90506001600160a01b03811661126e5760405162461bcd60e51b815260206004820181905260248201527f4552433230566f7465733a20696e76616c6964207369676e657220283078302960448201526064016108cf565b6001600160a01b0381166000908152610103602052604090205486146112d65760405162461bcd60e51b815260206004820152601960248201527f4552433230566f7465733a20696e76616c6964206e6f6e63650000000000000060448201526064016108cf565b6001600160a01b0381166000908152610103602052604081208054916112fb836132ff565b919050555061130a8188611dd4565b50505050505050565b834211156113635760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016108cf565b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98888886113928c61216d565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e00160405160208183030381529060405280519060200120905060006113ed82612195565b905060006113fd82878787612145565b9050896001600160a01b0316816001600160a01b0316146114605760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016108cf565b61146b8a8a8a611518565b50505050505050505050565b6001600160a01b03918216600090815260346020908152604080832093909416825291909152205490565b6114aa611a25565b6001600160a01b03811661150f5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108cf565b61096c81611ecb565b6001600160a01b03831661157a5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016108cf565b6001600160a01b0382166115db5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016108cf565b6001600160a01b0383811660008181526034602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60006116488484611477565b905060001981146116b057818110156116a35760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016108cf565b6116b08484848403611518565b50505050565b6001600160a01b03831661171a5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016108cf565b6001600160a01b03821661177c5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016108cf565b6117878383836121a2565b6001600160a01b038316600090815260336020526040902054818110156117ff5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016108cf565b6001600160a01b0380851660008181526033602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9061185f9086815260200190565b60405180910390a36116b0565b60006108817f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f61189b60655490565b606654612233565b61096c611a25565b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd91435460ff16156118de57610f9d8361227c565b826001600160a01b03166352d1902d6040518163ffffffff1660e01b815260040160206040518083038186803b15801561191757600080fd5b505afa925050508015611947575060408051601f3d908101601f191682019092526119449181019061308f565b60015b6119aa5760405162461bcd60e51b815260206004820152602e60248201527f45524331393637557067726164653a206e657720696d706c656d656e7461746960448201526d6f6e206973206e6f74205555505360901b60648201526084016108cf565b6000805160206133738339815191528114611a195760405162461bcd60e51b815260206004820152602960248201527f45524331393637557067726164653a20756e737570706f727465642070726f786044820152681a58589b195555525160ba1b60648201526084016108cf565b50610f9d838383612318565b610136546001600160a01b03163314610ae25760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016108cf565b611a8861233d565b610168805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6001600160a01b038216611b295760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016108cf565b611b35600083836121a2565b8060356000828254611b47919061324d565b90915550506001600160a01b0382166000818152603360209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b60008060008411611bec5760405162461bcd60e51b815260206004820152601660248201527504552433230536e617073686f743a20696420697320360541b60448201526064016108cf565b611bf4611c97565b841115611c435760405162461bcd60e51b815260206004820152601d60248201527f4552433230536e617073686f743a206e6f6e6578697374656e7420696400000060448201526064016108cf565b6000611c4f8486612387565b8454909150811415611c68576000809250925050611c90565b6001846001018281548110611c7f57611c7f613346565b906000526020600020015492509250505b9250929050565b60006108816101075490565b600054610100900460ff16611cca5760405162461bcd60e51b81526004016108cf90613202565b610b5c8282612432565b600054610100900460ff16611cfb5760405162461bcd60e51b81526004016108cf90613202565b61096c81604051806040016040528060018152602001603160f81b815250612480565b600054610100900460ff16611d455760405162461bcd60e51b81526004016108cf90613202565b610ae26124c1565b600054610100900460ff16610ae25760405162461bcd60e51b81526004016108cf90613202565b600054610100900460ff16611d9b5760405162461bcd60e51b81526004016108cf90613202565b610ae26124f5565b600054610100900460ff16611dca5760405162461bcd60e51b81526004016108cf90613202565b610b5c8282612525565b6001600160a01b03821660009081526033602052604081205411611e245760405162461bcd60e51b81526020600482015260076024820152662173686172657360c81b60448201526064016108cf565b6001600160a01b0380831660009081526101026020526040902080548383166001600160a01b031982161790915516611e7c8183611e77866001600160a01b031660009081526033602052604090205490565b612566565b816001600160a01b0316816001600160a01b0316846001600160a01b03167f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f60405160405180910390a4505050565b61013680546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b611f2661264a565b610168805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611ab63390565b6000611f6d61010780546001019055565b6000611f77611c97565b90507f8030e83b04d87bef53480e26263266d6ca66863aa8506aca6f2559d18aa1cb6781604051611faa91815260200190565b60405180910390a1919050565b6001600160a01b0382166120175760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016108cf565b612023826000836121a2565b6001600160a01b038216600090815260336020526040902054818110156120975760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016108cf565b6001600160a01b03831660008181526033602090815260408083208686039055603580548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3505050565b600061084b612104612691565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b6000806000612156878787876126c8565b915091506121638161278c565b5095945050505050565b6001600160a01b03811660009081526099602052604090208054600181018255905b50919050565b600061084b61210461186c565b6121ad8383836128da565b6001600160a01b03831615806121e05750610136546001600160a01b0316331480156121e057506001600160a01b038216155b806121ef57506101685460ff16155b610f9d5760405162461bcd60e51b81526020600482015260156024820152747368617265733a20217472616e7366657261626c6560581b60448201526064016108cf565b6040805160208101859052908101839052606081018290524660808201523060a082015260009060c0016040516020818303038152906040528051906020012090509392505050565b6001600160a01b0381163b6122e95760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016108cf565b60008051602061337383398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6123218361292d565b60008251118061232e5750805b15610f9d576116b0838361296d565b6101685460ff16610ae25760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016108cf565b81546000906123985750600061084b565b82546000905b808210156123e55760006123b28383612a58565b600087815260209020909150859082015411156123d1578091506123df565b6123dc81600161324d565b92505b5061239e565b60008211801561241157508361240e86612400600186613287565b600091825260209091200190565b54145b1561242a57612421600183613287565b9250505061084b565b50905061084b565b600054610100900460ff166124595760405162461bcd60e51b81526004016108cf90613202565b815161246c906036906020850190612d60565b508051610f9d906037906020840190612d60565b600054610100900460ff166124a75760405162461bcd60e51b81526004016108cf90613202565b815160209283012081519190920120606591909155606655565b600054610100900460ff166124e85760405162461bcd60e51b81526004016108cf90613202565b610168805460ff19169055565b600054610100900460ff1661251c5760405162461bcd60e51b81526004016108cf90613202565b610ae233611ecb565b600054610100900460ff1661254c5760405162461bcd60e51b81526004016108cf90613202565b81516020928301208151919092012060cc9190915560cd55565b816001600160a01b0316836001600160a01b03161415801561258757508015155b15610f9d576001600160a01b038316156125e9576001600160a01b0383166000908152610101602052604081205490816125c25760006125d4565b6125cf8560018403610b60565b602001515b90508281036125e586848484612a73565b5050505b6001600160a01b03821615610f9d576001600160a01b03821660009081526101016020526040812054908161261f576000612631565b61262c8460018403610b60565b602001515b905082810161264285848484612a73565b505050505050565b6101685460ff1615610ae25760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016108cf565b60006108817f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f6126c060cc5490565b60cd54612233565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156126ff5750600090506003612783565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015612753573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661277c57600060019250925050612783565b9150600090505b94509492505050565b60008160048111156127a0576127a0613330565b14156127a95750565b60018160048111156127bd576127bd613330565b141561280b5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016108cf565b600281600481111561281f5761281f613330565b141561286d5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016108cf565b600381600481111561288157612881613330565b141561096c5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016108cf565b6128e5838383612b9c565b6001600160a01b038316612904576128fc82612c48565b610f9d612c7c565b6001600160a01b03821661291b576128fc83612c48565b61292483612c48565b610f9d82612c48565b6129368161227c565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606001600160a01b0383163b6129d55760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016108cf565b600080846001600160a01b0316846040516129f0919061311b565b600060405180830381855af49150503d8060008114612a2b576040519150601f19603f3d011682016040523d82523d6000602084013e612a30565b606091505b5091509150610c04828260405180606001604052806027815260200161339360279139612c8b565b6000612a676002848418613265565b6108709084841661324d565b428315801590612ab357506001600160a01b0385166000908152610100602090815260408083206000198801845290915290205463ffffffff8281169116145b15612aeb576001600160a01b038516600090815261010060209081526040808320600019880184529091529020600101829055612b51565b60408051808201825263ffffffff838116825260208083018681526001600160a01b038a16600081815261010084528681208b825284528681209551865463ffffffff191695169490941785559051600194850155825261010190529190912090850190555b60408051848152602081018490526001600160a01b038716917fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724910160405180910390a25050505050565b6001600160a01b038216600090815260336020526040902054158015612bd957506001600160a01b03821660009081526101016020526040902054155b8015612be55750600081115b15612c15576001600160a01b03821660008181526101026020526040902080546001600160a01b03191690911790555b6001600160a01b0380841660009081526101026020526040808220548584168352912054610f9d92918216911683612566565b6001600160a01b03811660009081526101046020908152604080832060339092529091205461096c9190612ca4565b612ca4565b610ae2610105612c7760355490565b60608315612c9a575081610870565b6108708383612cee565b6000612cae611c97565b905080612cba84612d18565b1015610f9d578254600180820185556000858152602080822090930193909355938401805494850181558252902090910155565b815115612cfe5781518083602001fd5b8060405162461bcd60e51b81526004016108cf9190613137565b8054600090612d2957506000919050565b81548290612d3990600190613287565b81548110612d4957612d49613346565b90600052602060002001549050919050565b919050565b828054612d6c906132ca565b90600052602060002090601f016020900481019282612d8e5760008555612dd4565b82601f10612da757805160ff1916838001178555612dd4565b82800160010185558215612dd4579182015b82811115612dd4578251825591602001919060010190612db9565b50612de0929150612de4565b5090565b5b80821115612de05760008155600101612de5565b600067ffffffffffffffff80841115612e1457612e1461335c565b604051601f8501601f19908116603f01168101908282118183101715612e3c57612e3c61335c565b81604052809350858152868686011115612e5557600080fd5b858560208301376000602087830101525050509392505050565b80356001600160a01b0381168114612d5b57600080fd5b600082601f830112612e9757600080fd5b61087083833560208501612df9565b803560ff81168114612d5b57600080fd5b600060208284031215612ec957600080fd5b61087082612e6f565b60008060408385031215612ee557600080fd5b612eee83612e6f565b9150612efc60208401612e6f565b90509250929050565b600080600060608486031215612f1a57600080fd5b612f2384612e6f565b9250612f3160208501612e6f565b9150604084013590509250925092565b600080600080600080600060e0888a031215612f5c57600080fd5b612f6588612e6f565b9650612f7360208901612e6f565b95506040880135945060608801359350612f8f60808901612ea6565b925060a0880135915060c0880135905092959891949750929550565b60008060408385031215612fbe57600080fd5b612fc783612e6f565b9150602083013567ffffffffffffffff811115612fe357600080fd5b8301601f81018513612ff457600080fd5b61300385823560208401612df9565b9150509250929050565b6000806040838503121561302057600080fd5b61302983612e6f565b946020939093013593505050565b60008060008060008060c0878903121561305057600080fd5b61305987612e6f565b9550602087013594506040870135935061307560608801612ea6565b92506080870135915060a087013590509295509295509295565b6000602082840312156130a157600080fd5b5051919050565b600080604083850312156130bb57600080fd5b823567ffffffffffffffff808211156130d357600080fd5b6130df86838701612e86565b935060208501359150808211156130f557600080fd5b5061300385828601612e86565b60006020828403121561311457600080fd5b5035919050565b6000825161312d81846020870161329e565b9190910192915050565b602081526000825180602084015261315681604085016020870161329e565b601f01601f19169190910160400192915050565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b19195b1959d85d1958d85b1b60a21b606082015260800190565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b6163746976652070726f787960a01b606082015260800190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b600082198211156132605761326061331a565b500190565b60008261328257634e487b7160e01b600052601260045260246000fd5b500490565b6000828210156132995761329961331a565b500390565b60005b838110156132b95781810151838201526020016132a1565b838111156116b05750506000910152565b600181811c908216806132de57607f821691505b6020821081141561218f57634e487b7160e01b600052602260045260246000fd5b60006000198214156133135761331361331a565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fdfe360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202b5b25e921a9724746df57107a3020d64eb17ddad9704f0b295fdf49f51c20f964736f6c63430008070033",
  "deployedBytecode": "0x60806040526004361061023b5760003560e01c80635c19a95c1161012e5780639711715a116100ab578063a9059cbb1161006f578063a9059cbb14610705578063c3cda52014610725578063d505accf14610745578063dd62ed3e14610765578063f2fde38b1461078557600080fd5b80639711715a14610670578063981b24d0146106855780639ab24eb0146106a55780639dc29fac146106c5578063a457c2d7146106e557600080fd5b80637ecebe00116100f25780637ecebe00146105f45780638456cb59146106145780638abe09f2146106295780638da5cb5b1461063c57806395d89b411461065b57600080fd5b80635c19a95c146105425780635c975abb146105625780636fcfff451461057b57806370a08231146105a9578063715018a6146105df57600080fd5b80633a46b1a8116101bc5780634f1ef286116101805780634f1ef2861461049657806352d1902d146104a95780635439ad86146104be578063562d190d146104d3578063587cde1e146104f357600080fd5b80633a46b1a8146103e05780633f4ba83a1461040057806340c10f191461041557806347f761f5146104355780634ee2cd7e1461047657600080fd5b806323b872dd1161020357806323b872dd1461034d578063313ce5671461036d5780633644e515146103895780633659cfe61461039e57806339509351146103c057600080fd5b806303c8a3c61461024057806306fdde0314610281578063095ea7b3146102a35780630cdfebfa146102d357806318160ddd14610338575b600080fd5b34801561024c57600080fd5b5061026e61025b366004612eb7565b6101036020526000908152604090205481565b6040519081526020015b60405180910390f35b34801561028d57600080fd5b506102966107a5565b6040516102789190613137565b3480156102af57600080fd5b506102c36102be36600461300d565b610837565b6040519015158152602001610278565b3480156102df57600080fd5b5061031c6102ee36600461300d565b6101006020908152600092835260408084209091529082529020805460019091015463ffffffff9091169082565b6040805163ffffffff9093168352602083019190915201610278565b34801561034457600080fd5b5060355461026e565b34801561035957600080fd5b506102c3610368366004612f05565b610851565b34801561037957600080fd5b5060405160128152602001610278565b34801561039557600080fd5b5061026e610877565b3480156103aa57600080fd5b506103be6103b9366004612eb7565b610886565b005b3480156103cc57600080fd5b506102c36103db36600461300d565b61096f565b3480156103ec57600080fd5b5061026e6103fb36600461300d565b610991565b34801561040c57600080fd5b506103be610ad2565b34801561042157600080fd5b506103be61043036600461300d565b610ae4565b34801561044157600080fd5b5061045561045036600461300d565b610b60565b60408051825163ffffffff1681526020928301519281019290925201610278565b34801561048257600080fd5b5061026e61049136600461300d565b610bb3565b6103be6104a4366004612fab565b610c0d565b3480156104b557600080fd5b5061026e610cda565b3480156104ca57600080fd5b5061026e610d8d565b3480156104df57600080fd5b506103be6104ee3660046130a8565b610d97565b3480156104ff57600080fd5b5061052a61050e366004612eb7565b610102602052600090815260409020546001600160a01b031681565b6040516001600160a01b039091168152602001610278565b34801561054e57600080fd5b506103be61055d366004612eb7565b610fa2565b34801561056e57600080fd5b506101685460ff166102c3565b34801561058757600080fd5b5061026e610596366004612eb7565b6101016020526000908152604090205481565b3480156105b557600080fd5b5061026e6105c4366004612eb7565b6001600160a01b031660009081526033602052604090205490565b3480156105eb57600080fd5b506103be610fac565b34801561060057600080fd5b5061026e61060f366004612eb7565b610fbe565b34801561062057600080fd5b506103be610fdc565b34801561063557600080fd5b504261026e565b34801561064857600080fd5b50610136546001600160a01b031661052a565b34801561066757600080fd5b50610296610fec565b34801561067c57600080fd5b5061026e610ffb565b34801561069157600080fd5b5061026e6106a0366004613102565b61100d565b3480156106b157600080fd5b5061026e6106c0366004612eb7565b611039565b3480156106d157600080fd5b506103be6106e036600461300d565b611077565b3480156106f157600080fd5b506102c361070036600461300d565b611089565b34801561071157600080fd5b506102c361072036600461300d565b61110f565b34801561073157600080fd5b506103be610740366004613037565b61111d565b34801561075157600080fd5b506103be610760366004612f41565b611313565b34801561077157600080fd5b5061026e610780366004612ed2565b611477565b34801561079157600080fd5b506103be6107a0366004612eb7565b6114a2565b6060603680546107b4906132ca565b80601f01602080910402602001604051908101604052809291908181526020018280546107e0906132ca565b801561082d5780601f106108025761010080835404028352916020019161082d565b820191906000526020600020905b81548152906001019060200180831161081057829003601f168201915b5050505050905090565b600033610845818585611518565b60019150505b92915050565b60003361085f85828561163c565b61086a8585856116b6565b60019150505b9392505050565b600061088161186c565b905090565b306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614156108d85760405162461bcd60e51b81526004016108cf9061316a565b60405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610921600080516020613373833981519152546001600160a01b031690565b6001600160a01b0316146109475760405162461bcd60e51b81526004016108cf906131b6565b610950816118a3565b6040805160008082526020820190925261096c918391906118ab565b50565b6000336108458185856109828383611477565b61098c919061324d565b611518565b60004282106109d05760405162461bcd60e51b815260206004820152600b60248201526a0859195d195c9b5a5b995960aa1b60448201526064016108cf565b6001600160a01b03831660009081526101016020526040902054806109f957600091505061084b565b82610a078560018403610b60565b5163ffffffff1611610a2c57610a208460018303610b60565b6020015191505061084b565b82610a38856000610b60565b5163ffffffff161115610a4f57600091505061084b565b600060001982015b81811115610aba5760028282030481036000610a738883610b60565b805190915063ffffffff16871415610a955760200151945061084b9350505050565b805163ffffffff16871115610aac57819350610ab3565b6001820392505b5050610a57565b610ac48683610b60565b602001519695505050505050565b610ada611a25565b610ae2611a80565b565b610aec611a25565b610af96002600019613265565b81610b0360355490565b610b0d919061324d565b1115610b525760405162461bcd60e51b81526020600482015260146024820152731cda185c995cce8818d85c08195e18d95959195960621b60448201526064016108cf565b610b5c8282611ad3565b5050565b604080518082018252600080825260209182018190526001600160a01b039490941684526101008152818420928452918252918290208251808401909352805463ffffffff168352600101549082015290565b6001600160a01b03821660009081526101046020526040812081908190610bdb908590611ba0565b9150915081610c02576001600160a01b038516600090815260336020526040902054610c04565b805b95945050505050565b306001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161415610c565760405162461bcd60e51b81526004016108cf9061316a565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610c9f600080516020613373833981519152546001600160a01b031690565b6001600160a01b031614610cc55760405162461bcd60e51b81526004016108cf906131b6565b610cce826118a3565b610b5c828260016118ab565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610d7a5760405162461bcd60e51b815260206004820152603860248201527f555550535570677261646561626c653a206d757374206e6f742062652063616c60448201527f6c6564207468726f7567682064656c656761746563616c6c000000000000000060648201526084016108cf565b5060008051602061337383398151915290565b6000610881611c97565b600054610100900460ff1615808015610db75750600054600160ff909116105b80610dd15750303b158015610dd1575060005460ff166001145b610e345760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016108cf565b6000805460ff191660011790558015610e57576000805461ff0019166101001790555b8251610e9a5760405162461bcd60e51b81526020600482015260126024820152717368617265733a206e616d6520656d70747960701b60448201526064016108cf565b8151610edf5760405162461bcd60e51b81526020600482015260146024820152737368617265733a2073796d626f6c20656d70747960601b60448201526064016108cf565b610ee98383611ca3565b610ef283611cd4565b610efa611d1e565b610f02611d4d565b610f0a611d74565b610f12611d4d565b610f576040518060400160405280600a8152602001693232b632b3b0ba34b7b760b11b815250604051806040016040528060018152602001600d60fa1b815250611da3565b8015610f9d576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050565b61096c3382611dd4565b610fb4611a25565b610ae26000611ecb565b6001600160a01b03811660009081526099602052604081205461084b565b610fe4611a25565b610ae2611f1e565b6060603780546107b4906132ca565b6000611005611a25565b610881611f5c565b600080600061101e84610105611ba0565b915091508161102f57603554611031565b805b949350505050565b6001600160a01b038116600090815261010160205260408120548061105f576000610870565b61106c8360018303610b60565b602001519392505050565b61107f611a25565b610b5c8282611fb7565b600033816110978286611477565b9050838110156110f75760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016108cf565b6111048286868403611518565b506001949350505050565b6000336108458185856116b6565b8342111561116d5760405162461bcd60e51b815260206004820152601d60248201527f4552433230566f7465733a207369676e6174757265206578706972656400000060448201526064016108cf565b600061121661120e7f0e3bc21ca2be03aeeee0e614bfe98f970c96a05a768f627c50ab81764cb5026861119e6107a5565b6040516020016111ae919061311b565b60408051601f198184030181528282528051602091820120908301939093528101919091526001600160a01b038a1660608201526080810189905260a0810188905260c001604051602081830303815290604052805190602001206120f7565b858585612145565b90506001600160a01b03811661126e5760405162461bcd60e51b815260206004820181905260248201527f4552433230566f7465733a20696e76616c6964207369676e657220283078302960448201526064016108cf565b6001600160a01b0381166000908152610103602052604090205486146112d65760405162461bcd60e51b815260206004820152601960248201527f4552433230566f7465733a20696e76616c6964206e6f6e63650000000000000060448201526064016108cf565b6001600160a01b0381166000908152610103602052604081208054916112fb836132ff565b919050555061130a8188611dd4565b50505050505050565b834211156113635760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016108cf565b60007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98888886113928c61216d565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e00160405160208183030381529060405280519060200120905060006113ed82612195565b905060006113fd82878787612145565b9050896001600160a01b0316816001600160a01b0316146114605760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016108cf565b61146b8a8a8a611518565b50505050505050505050565b6001600160a01b03918216600090815260346020908152604080832093909416825291909152205490565b6114aa611a25565b6001600160a01b03811661150f5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016108cf565b61096c81611ecb565b6001600160a01b03831661157a5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016108cf565b6001600160a01b0382166115db5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016108cf565b6001600160a01b0383811660008181526034602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60006116488484611477565b905060001981146116b057818110156116a35760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016108cf565b6116b08484848403611518565b50505050565b6001600160a01b03831661171a5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016108cf565b6001600160a01b03821661177c5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016108cf565b6117878383836121a2565b6001600160a01b038316600090815260336020526040902054818110156117ff5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016108cf565b6001600160a01b0380851660008181526033602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9061185f9086815260200190565b60405180910390a36116b0565b60006108817f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f61189b60655490565b606654612233565b61096c611a25565b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd91435460ff16156118de57610f9d8361227c565b826001600160a01b03166352d1902d6040518163ffffffff1660e01b815260040160206040518083038186803b15801561191757600080fd5b505afa925050508015611947575060408051601f3d908101601f191682019092526119449181019061308f565b60015b6119aa5760405162461bcd60e51b815260206004820152602e60248201527f45524331393637557067726164653a206e657720696d706c656d656e7461746960448201526d6f6e206973206e6f74205555505360901b60648201526084016108cf565b6000805160206133738339815191528114611a195760405162461bcd60e51b815260206004820152602960248201527f45524331393637557067726164653a20756e737570706f727465642070726f786044820152681a58589b195555525160ba1b60648201526084016108cf565b50610f9d838383612318565b610136546001600160a01b03163314610ae25760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016108cf565b611a8861233d565b610168805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6001600160a01b038216611b295760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016108cf565b611b35600083836121a2565b8060356000828254611b47919061324d565b90915550506001600160a01b0382166000818152603360209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b60008060008411611bec5760405162461bcd60e51b815260206004820152601660248201527504552433230536e617073686f743a20696420697320360541b60448201526064016108cf565b611bf4611c97565b841115611c435760405162461bcd60e51b815260206004820152601d60248201527f4552433230536e617073686f743a206e6f6e6578697374656e7420696400000060448201526064016108cf565b6000611c4f8486612387565b8454909150811415611c68576000809250925050611c90565b6001846001018281548110611c7f57611c7f613346565b906000526020600020015492509250505b9250929050565b60006108816101075490565b600054610100900460ff16611cca5760405162461bcd60e51b81526004016108cf90613202565b610b5c8282612432565b600054610100900460ff16611cfb5760405162461bcd60e51b81526004016108cf90613202565b61096c81604051806040016040528060018152602001603160f81b815250612480565b600054610100900460ff16611d455760405162461bcd60e51b81526004016108cf90613202565b610ae26124c1565b600054610100900460ff16610ae25760405162461bcd60e51b81526004016108cf90613202565b600054610100900460ff16611d9b5760405162461bcd60e51b81526004016108cf90613202565b610ae26124f5565b600054610100900460ff16611dca5760405162461bcd60e51b81526004016108cf90613202565b610b5c8282612525565b6001600160a01b03821660009081526033602052604081205411611e245760405162461bcd60e51b81526020600482015260076024820152662173686172657360c81b60448201526064016108cf565b6001600160a01b0380831660009081526101026020526040902080548383166001600160a01b031982161790915516611e7c8183611e77866001600160a01b031660009081526033602052604090205490565b612566565b816001600160a01b0316816001600160a01b0316846001600160a01b03167f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f60405160405180910390a4505050565b61013680546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b611f2661264a565b610168805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611ab63390565b6000611f6d61010780546001019055565b6000611f77611c97565b90507f8030e83b04d87bef53480e26263266d6ca66863aa8506aca6f2559d18aa1cb6781604051611faa91815260200190565b60405180910390a1919050565b6001600160a01b0382166120175760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016108cf565b612023826000836121a2565b6001600160a01b038216600090815260336020526040902054818110156120975760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016108cf565b6001600160a01b03831660008181526033602090815260408083208686039055603580548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3505050565b600061084b612104612691565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b6000806000612156878787876126c8565b915091506121638161278c565b5095945050505050565b6001600160a01b03811660009081526099602052604090208054600181018255905b50919050565b600061084b61210461186c565b6121ad8383836128da565b6001600160a01b03831615806121e05750610136546001600160a01b0316331480156121e057506001600160a01b038216155b806121ef57506101685460ff16155b610f9d5760405162461bcd60e51b81526020600482015260156024820152747368617265733a20217472616e7366657261626c6560581b60448201526064016108cf565b6040805160208101859052908101839052606081018290524660808201523060a082015260009060c0016040516020818303038152906040528051906020012090509392505050565b6001600160a01b0381163b6122e95760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016108cf565b60008051602061337383398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6123218361292d565b60008251118061232e5750805b15610f9d576116b0838361296d565b6101685460ff16610ae25760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016108cf565b81546000906123985750600061084b565b82546000905b808210156123e55760006123b28383612a58565b600087815260209020909150859082015411156123d1578091506123df565b6123dc81600161324d565b92505b5061239e565b60008211801561241157508361240e86612400600186613287565b600091825260209091200190565b54145b1561242a57612421600183613287565b9250505061084b565b50905061084b565b600054610100900460ff166124595760405162461bcd60e51b81526004016108cf90613202565b815161246c906036906020850190612d60565b508051610f9d906037906020840190612d60565b600054610100900460ff166124a75760405162461bcd60e51b81526004016108cf90613202565b815160209283012081519190920120606591909155606655565b600054610100900460ff166124e85760405162461bcd60e51b81526004016108cf90613202565b610168805460ff19169055565b600054610100900460ff1661251c5760405162461bcd60e51b81526004016108cf90613202565b610ae233611ecb565b600054610100900460ff1661254c5760405162461bcd60e51b81526004016108cf90613202565b81516020928301208151919092012060cc9190915560cd55565b816001600160a01b0316836001600160a01b03161415801561258757508015155b15610f9d576001600160a01b038316156125e9576001600160a01b0383166000908152610101602052604081205490816125c25760006125d4565b6125cf8560018403610b60565b602001515b90508281036125e586848484612a73565b5050505b6001600160a01b03821615610f9d576001600160a01b03821660009081526101016020526040812054908161261f576000612631565b61262c8460018403610b60565b602001515b905082810161264285848484612a73565b505050505050565b6101685460ff1615610ae25760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016108cf565b60006108817f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f6126c060cc5490565b60cd54612233565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08311156126ff5750600090506003612783565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015612753573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661277c57600060019250925050612783565b9150600090505b94509492505050565b60008160048111156127a0576127a0613330565b14156127a95750565b60018160048111156127bd576127bd613330565b141561280b5760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e6174757265000000000000000060448201526064016108cf565b600281600481111561281f5761281f613330565b141561286d5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016108cf565b600381600481111561288157612881613330565b141561096c5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016108cf565b6128e5838383612b9c565b6001600160a01b038316612904576128fc82612c48565b610f9d612c7c565b6001600160a01b03821661291b576128fc83612c48565b61292483612c48565b610f9d82612c48565b6129368161227c565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606001600160a01b0383163b6129d55760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016108cf565b600080846001600160a01b0316846040516129f0919061311b565b600060405180830381855af49150503d8060008114612a2b576040519150601f19603f3d011682016040523d82523d6000602084013e612a30565b606091505b5091509150610c04828260405180606001604052806027815260200161339360279139612c8b565b6000612a676002848418613265565b6108709084841661324d565b428315801590612ab357506001600160a01b0385166000908152610100602090815260408083206000198801845290915290205463ffffffff8281169116145b15612aeb576001600160a01b038516600090815261010060209081526040808320600019880184529091529020600101829055612b51565b60408051808201825263ffffffff838116825260208083018681526001600160a01b038a16600081815261010084528681208b825284528681209551865463ffffffff191695169490941785559051600194850155825261010190529190912090850190555b60408051848152602081018490526001600160a01b038716917fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724910160405180910390a25050505050565b6001600160a01b038216600090815260336020526040902054158015612bd957506001600160a01b03821660009081526101016020526040902054155b8015612be55750600081115b15612c15576001600160a01b03821660008181526101026020526040902080546001600160a01b03191690911790555b6001600160a01b0380841660009081526101026020526040808220548584168352912054610f9d92918216911683612566565b6001600160a01b03811660009081526101046020908152604080832060339092529091205461096c9190612ca4565b612ca4565b610ae2610105612c7760355490565b60608315612c9a575081610870565b6108708383612cee565b6000612cae611c97565b905080612cba84612d18565b1015610f9d578254600180820185556000858152602080822090930193909355938401805494850181558252902090910155565b815115612cfe5781518083602001fd5b8060405162461bcd60e51b81526004016108cf9190613137565b8054600090612d2957506000919050565b81548290612d3990600190613287565b81548110612d4957612d49613346565b90600052602060002001549050919050565b919050565b828054612d6c906132ca565b90600052602060002090601f016020900481019282612d8e5760008555612dd4565b82601f10612da757805160ff1916838001178555612dd4565b82800160010185558215612dd4579182015b82811115612dd4578251825591602001919060010190612db9565b50612de0929150612de4565b5090565b5b80821115612de05760008155600101612de5565b600067ffffffffffffffff80841115612e1457612e1461335c565b604051601f8501601f19908116603f01168101908282118183101715612e3c57612e3c61335c565b81604052809350858152868686011115612e5557600080fd5b858560208301376000602087830101525050509392505050565b80356001600160a01b0381168114612d5b57600080fd5b600082601f830112612e9757600080fd5b61087083833560208501612df9565b803560ff81168114612d5b57600080fd5b600060208284031215612ec957600080fd5b61087082612e6f565b60008060408385031215612ee557600080fd5b612eee83612e6f565b9150612efc60208401612e6f565b90509250929050565b600080600060608486031215612f1a57600080fd5b612f2384612e6f565b9250612f3160208501612e6f565b9150604084013590509250925092565b600080600080600080600060e0888a031215612f5c57600080fd5b612f6588612e6f565b9650612f7360208901612e6f565b95506040880135945060608801359350612f8f60808901612ea6565b925060a0880135915060c0880135905092959891949750929550565b60008060408385031215612fbe57600080fd5b612fc783612e6f565b9150602083013567ffffffffffffffff811115612fe357600080fd5b8301601f81018513612ff457600080fd5b61300385823560208401612df9565b9150509250929050565b6000806040838503121561302057600080fd5b61302983612e6f565b946020939093013593505050565b60008060008060008060c0878903121561305057600080fd5b61305987612e6f565b9550602087013594506040870135935061307560608801612ea6565b92506080870135915060a087013590509295509295509295565b6000602082840312156130a157600080fd5b5051919050565b600080604083850312156130bb57600080fd5b823567ffffffffffffffff808211156130d357600080fd5b6130df86838701612e86565b935060208501359150808211156130f557600080fd5b5061300385828601612e86565b60006020828403121561311457600080fd5b5035919050565b6000825161312d81846020870161329e565b9190910192915050565b602081526000825180602084015261315681604085016020870161329e565b601f01601f19169190910160400192915050565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b19195b1959d85d1958d85b1b60a21b606082015260800190565b6020808252602c908201527f46756e6374696f6e206d7573742062652063616c6c6564207468726f7567682060408201526b6163746976652070726f787960a01b606082015260800190565b6020808252602b908201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960408201526a6e697469616c697a696e6760a81b606082015260800190565b600082198211156132605761326061331a565b500190565b60008261328257634e487b7160e01b600052601260045260246000fd5b500490565b6000828210156132995761329961331a565b500390565b60005b838110156132b95781810151838201526020016132a1565b838111156116b05750506000910152565b600181811c908216806132de57607f821691505b6020821081141561218f57634e487b7160e01b600052602260045260246000fd5b60006000198214156133135761331361331a565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fdfe360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212202b5b25e921a9724746df57107a3020d64eb17ddad9704f0b295fdf49f51c20f964736f6c63430008070033",
  "linkReferences": {},
  "deployedLinkReferences": {},
  "devdoc": {
    "kind": "dev",
    "methods": {
      "DOMAIN_SEPARATOR()": {
        "details": "See {IERC20Permit-DOMAIN_SEPARATOR}."
      },
      "allowance(address,address)": {
        "details": "See {IERC20-allowance}."
      },
      "approve(address,uint256)": {
        "details": "See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address."
      },
      "balanceOf(address)": {
        "details": "See {IERC20-balanceOf}."
      },
      "balanceOfAt(address,uint256)": {
        "details": "Retrieves the balance of `account` at the time `snapshotId` was created."
      },
      "burn(address,uint256)": {
        "params": {
          "account": "Address to lose shares",
          "amount": "Amount to burn"
        }
      },
      "decimals()": {
        "details": "Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the value {ERC20} uses, unless this function is overridden; NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}."
      },
      "decreaseAllowance(address,uint256)": {
        "details": "Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`."
      },
      "delegate(address)": {
        "params": {
          "delegatee": "The address to delegate votes to."
        }
      },
      "delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)": {
        "params": {
          "delegatee": "The address to delegate 'votes' to.",
          "expiry": "The time at which to expire the signature.",
          "nonce": "The contract state required to match the signature.",
          "r": "The r signature",
          "s": "The s signature",
          "v": "The v signature"
        }
      },
      "getPastVotes(address,uint256)": {
        "params": {
          "account": "The user to check `votes` for.",
          "timePoint": "The unix time to check `votes` for."
        },
        "returns": {
          "votes": "Past `votes` delegated to `account`."
        }
      },
      "getVotes(address)": {
        "params": {
          "account": "The user to check delegated `votes` for."
        },
        "returns": {
          "votes": "Current `votes` delegated to `account`."
        }
      },
      "increaseAllowance(address,uint256)": {
        "details": "Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address."
      },
      "mint(address,uint256)": {
        "params": {
          "amount": "Amount to mint",
          "recipient": "Address to receive shares"
        }
      },
      "name()": {
        "details": "Returns the name of the token."
      },
      "nonces(address)": {
        "details": "See {IERC20Permit-nonces}."
      },
      "now()": {
        "returns": {
          "timePoint": "returns unix epoch timestamp"
        }
      },
      "owner()": {
        "details": "Returns the address of the current owner."
      },
      "paused()": {
        "details": "Returns true if the contract is paused, and false otherwise."
      },
      "permit(address,address,uint256,uint256,uint8,bytes32,bytes32)": {
        "details": "See {IERC20Permit-permit}."
      },
      "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."
      },
      "setUp(string,string)": {
        "details": "initializer should prevent this from being called again",
        "params": {
          "name_": "Name for ERC20 token trackers",
          "symbol_": "Symbol for ERC20 token trackers"
        }
      },
      "symbol()": {
        "details": "Returns the symbol of the token, usually a shorter version of the name."
      },
      "totalSupply()": {
        "details": "See {IERC20-totalSupply}."
      },
      "totalSupplyAt(uint256)": {
        "details": "Retrieves the total supply at the time `snapshotId` was created."
      },
      "transfer(address,uint256)": {
        "details": "See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`."
      },
      "transferFrom(address,address,uint256)": {
        "details": "See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`."
      },
      "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."
      }
    },
    "title": "Shares",
    "version": 1
  },
  "evm": {
    "bytecode": {
      "functionDebugData": {
        "@_12866": {
          "entryPoint": null,
          "id": 12866,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_disableInitializers_4604": {
          "entryPoint": 41,
          "id": 4604,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        }
      },
      "generatedSources": [
        {
          "ast": {
            "nodeType": "YulBlock",
            "src": "0:608:92",
            "statements": [
              {
                "nodeType": "YulBlock",
                "src": "6:3:92",
                "statements": []
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "188:229:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "205:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "216:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "198:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "198:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "198:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "239:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "250:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "235:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "235:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "255:2:92",
                            "type": "",
                            "value": "39"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "228:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "228:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "228:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "278:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "289:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "274:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "274:18:92"
                          },
                          {
                            "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320696e697469",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "294:34:92",
                            "type": "",
                            "value": "Initializable: contract is initi"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "267:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "267:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "267:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "349:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "360:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "345:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "345:18:92"
                          },
                          {
                            "hexValue": "616c697a696e67",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "365:9:92",
                            "type": "",
                            "value": "alizing"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "338:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "338:37:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "338:37:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "384:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "396:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "407:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "392:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "392:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "384:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "165:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "179:4:92",
                    "type": ""
                  }
                ],
                "src": "14:403:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "519:87:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "529:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "541:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "552:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "537:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "537:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "529:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "571:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "586:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "594:4:92",
                                "type": "",
                                "value": "0xff"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "582:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "582:17:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "564:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "564:36:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "564:36:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "488:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "499:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "510:4:92",
                    "type": ""
                  }
                ],
                "src": "422:184:92"
              }
            ]
          },
          "contents": "{\n    { }\n    function abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 39)\n        mstore(add(headStart, 64), \"Initializable: contract is initi\")\n        mstore(add(headStart, 96), \"alizing\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart, value0) -> tail\n    {\n        tail := add(headStart, 32)\n        mstore(headStart, and(value0, 0xff))\n    }\n}",
          "id": 92,
          "language": "Yul",
          "name": "#utility.yul"
        }
      ],
      "linkReferences": {},
      "opcodes": "PUSH1 0xA0 PUSH1 0x40 MSTORE ADDRESS PUSH1 0x60 SHL PUSH1 0x80 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x18 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x23 PUSH3 0x29 JUMP JUMPDEST PUSH3 0xEB JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH3 0x96 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x27 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320696E697469 PUSH1 0x44 DUP3 ADD MSTORE PUSH7 0x616C697A696E67 PUSH1 0xC8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 SLOAD PUSH1 0xFF SWAP1 DUP2 AND LT ISZERO PUSH3 0xE9 JUMPI PUSH1 0x0 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0xFF SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST JUMP JUMPDEST PUSH1 0x80 MLOAD PUSH1 0x60 SHR PUSH2 0x33EF PUSH3 0x126 PUSH1 0x0 CODECOPY PUSH1 0x0 DUP2 DUP2 PUSH2 0x891 ADD MSTORE DUP2 DUP2 PUSH2 0x8DA ADD MSTORE DUP2 DUP2 PUSH2 0xC18 ADD MSTORE DUP2 DUP2 PUSH2 0xC58 ADD MSTORE PUSH2 0xCE7 ADD MSTORE PUSH2 0x33EF PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x23B JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x5C19A95C GT PUSH2 0x12E JUMPI DUP1 PUSH4 0x9711715A GT PUSH2 0xAB JUMPI DUP1 PUSH4 0xA9059CBB GT PUSH2 0x6F JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x705 JUMPI DUP1 PUSH4 0xC3CDA520 EQ PUSH2 0x725 JUMPI DUP1 PUSH4 0xD505ACCF EQ PUSH2 0x745 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x765 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x785 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x9711715A EQ PUSH2 0x670 JUMPI DUP1 PUSH4 0x981B24D0 EQ PUSH2 0x685 JUMPI DUP1 PUSH4 0x9AB24EB0 EQ PUSH2 0x6A5 JUMPI DUP1 PUSH4 0x9DC29FAC EQ PUSH2 0x6C5 JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x6E5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x7ECEBE00 GT PUSH2 0xF2 JUMPI DUP1 PUSH4 0x7ECEBE00 EQ PUSH2 0x5F4 JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x614 JUMPI DUP1 PUSH4 0x8ABE09F2 EQ PUSH2 0x629 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x63C JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x65B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x5C19A95C EQ PUSH2 0x542 JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x562 JUMPI DUP1 PUSH4 0x6FCFFF45 EQ PUSH2 0x57B JUMPI DUP1 PUSH4 0x70A08231 EQ PUSH2 0x5A9 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x5DF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x3A46B1A8 GT PUSH2 0x1BC JUMPI DUP1 PUSH4 0x4F1EF286 GT PUSH2 0x180 JUMPI DUP1 PUSH4 0x4F1EF286 EQ PUSH2 0x496 JUMPI DUP1 PUSH4 0x52D1902D EQ PUSH2 0x4A9 JUMPI DUP1 PUSH4 0x5439AD86 EQ PUSH2 0x4BE JUMPI DUP1 PUSH4 0x562D190D EQ PUSH2 0x4D3 JUMPI DUP1 PUSH4 0x587CDE1E EQ PUSH2 0x4F3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x3A46B1A8 EQ PUSH2 0x3E0 JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x400 JUMPI DUP1 PUSH4 0x40C10F19 EQ PUSH2 0x415 JUMPI DUP1 PUSH4 0x47F761F5 EQ PUSH2 0x435 JUMPI DUP1 PUSH4 0x4EE2CD7E EQ PUSH2 0x476 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x23B872DD GT PUSH2 0x203 JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x34D JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x36D JUMPI DUP1 PUSH4 0x3644E515 EQ PUSH2 0x389 JUMPI DUP1 PUSH4 0x3659CFE6 EQ PUSH2 0x39E JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x3C0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x3C8A3C6 EQ PUSH2 0x240 JUMPI DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0x281 JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0x2A3 JUMPI DUP1 PUSH4 0xCDFEBFA EQ PUSH2 0x2D3 JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0x338 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x24C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x25B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x103 PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x28D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x296 PUSH2 0x7A5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x278 SWAP2 SWAP1 PUSH2 0x3137 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x2BE CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x837 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2DF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x31C PUSH2 0x2EE CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x100 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x0 SWAP3 DUP4 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 SWAP1 SWAP2 MSTORE SWAP1 DUP3 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 SWAP1 SWAP2 ADD SLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND SWAP1 DUP3 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP4 AND DUP4 MSTORE PUSH1 0x20 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x344 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x35 SLOAD PUSH2 0x26E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x359 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x368 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F05 JUMP JUMPDEST PUSH2 0x851 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x379 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH1 0x12 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x395 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x877 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x3B9 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x886 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3CC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x3DB CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x96F JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3EC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x3FB CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x991 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x40C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0xAD2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x421 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x430 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0xAE4 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x441 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x455 PUSH2 0x450 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP3 MLOAD PUSH4 0xFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 SWAP3 DUP4 ADD MLOAD SWAP3 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x482 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x491 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0xBB3 JUMP JUMPDEST PUSH2 0x3BE PUSH2 0x4A4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2FAB JUMP JUMPDEST PUSH2 0xC0D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0xCDA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4CA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0xD8D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4DF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x4EE CALLDATASIZE PUSH1 0x4 PUSH2 0x30A8 JUMP JUMPDEST PUSH2 0xD97 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4FF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x52A PUSH2 0x50E CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x102 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 PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x54E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x55D CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0xFA2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x56E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x168 SLOAD PUSH1 0xFF AND PUSH2 0x2C3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x587 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x596 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x5C4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0xFAC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x600 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x60F CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0xFBE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x620 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0xFDC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x635 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP TIMESTAMP PUSH2 0x26E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x648 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x136 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x52A JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x667 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x296 PUSH2 0xFEC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x67C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0xFFB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x691 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x6A0 CALLDATASIZE PUSH1 0x4 PUSH2 0x3102 JUMP JUMPDEST PUSH2 0x100D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x6C0 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x1039 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x6E0 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x1077 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6F1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x700 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x1089 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x711 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x720 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x110F JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x731 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x740 CALLDATASIZE PUSH1 0x4 PUSH2 0x3037 JUMP JUMPDEST PUSH2 0x111D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x751 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x760 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F41 JUMP JUMPDEST PUSH2 0x1313 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x771 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x780 CALLDATASIZE PUSH1 0x4 PUSH2 0x2ED2 JUMP JUMPDEST PUSH2 0x1477 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x791 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x7A0 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x14A2 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x36 DUP1 SLOAD PUSH2 0x7B4 SWAP1 PUSH2 0x32CA 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 0x7E0 SWAP1 PUSH2 0x32CA JUMP JUMPDEST DUP1 ISZERO PUSH2 0x82D JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x802 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x82D 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 0x810 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x845 DUP2 DUP6 DUP6 PUSH2 0x1518 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x85F DUP6 DUP3 DUP6 PUSH2 0x163C JUMP JUMPDEST PUSH2 0x86A DUP6 DUP6 DUP6 PUSH2 0x16B6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH2 0x186C JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ ISZERO PUSH2 0x8D8 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x316A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x921 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x947 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x31B6 JUMP JUMPDEST PUSH2 0x950 DUP2 PUSH2 0x18A3 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0x96C SWAP2 DUP4 SWAP2 SWAP1 PUSH2 0x18AB JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x845 DUP2 DUP6 DUP6 PUSH2 0x982 DUP4 DUP4 PUSH2 0x1477 JUMP JUMPDEST PUSH2 0x98C SWAP2 SWAP1 PUSH2 0x324D JUMP JUMPDEST PUSH2 0x1518 JUMP JUMPDEST PUSH1 0x0 TIMESTAMP DUP3 LT PUSH2 0x9D0 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xB PUSH1 0x24 DUP3 ADD MSTORE PUSH11 0x859195D195C9B5A5B9959 PUSH1 0xAA SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP1 PUSH2 0x9F9 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x84B JUMP JUMPDEST DUP3 PUSH2 0xA07 DUP6 PUSH1 0x1 DUP5 SUB PUSH2 0xB60 JUMP JUMPDEST MLOAD PUSH4 0xFFFFFFFF AND GT PUSH2 0xA2C JUMPI PUSH2 0xA20 DUP5 PUSH1 0x1 DUP4 SUB PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD SWAP2 POP POP PUSH2 0x84B JUMP JUMPDEST DUP3 PUSH2 0xA38 DUP6 PUSH1 0x0 PUSH2 0xB60 JUMP JUMPDEST MLOAD PUSH4 0xFFFFFFFF AND GT ISZERO PUSH2 0xA4F JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x84B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 NOT DUP3 ADD JUMPDEST DUP2 DUP2 GT ISZERO PUSH2 0xABA JUMPI PUSH1 0x2 DUP3 DUP3 SUB DIV DUP2 SUB PUSH1 0x0 PUSH2 0xA73 DUP9 DUP4 PUSH2 0xB60 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH4 0xFFFFFFFF AND DUP8 EQ ISZERO PUSH2 0xA95 JUMPI PUSH1 0x20 ADD MLOAD SWAP5 POP PUSH2 0x84B SWAP4 POP POP POP POP JUMP JUMPDEST DUP1 MLOAD PUSH4 0xFFFFFFFF AND DUP8 GT ISZERO PUSH2 0xAAC JUMPI DUP2 SWAP4 POP PUSH2 0xAB3 JUMP JUMPDEST PUSH1 0x1 DUP3 SUB SWAP3 POP JUMPDEST POP POP PUSH2 0xA57 JUMP JUMPDEST PUSH2 0xAC4 DUP7 DUP4 PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0xADA PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x1A80 JUMP JUMPDEST JUMP JUMPDEST PUSH2 0xAEC PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xAF9 PUSH1 0x2 PUSH1 0x0 NOT PUSH2 0x3265 JUMP JUMPDEST DUP2 PUSH2 0xB03 PUSH1 0x35 SLOAD SWAP1 JUMP JUMPDEST PUSH2 0xB0D SWAP2 SWAP1 PUSH2 0x324D JUMP JUMPDEST GT ISZERO PUSH2 0xB52 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH20 0x1CDA185C995CCE8818D85C08195E18D959591959 PUSH1 0x62 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH2 0x1AD3 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 SWAP2 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP5 SWAP1 SWAP5 AND DUP5 MSTORE PUSH2 0x100 DUP2 MSTORE DUP2 DUP5 KECCAK256 SWAP3 DUP5 MSTORE SWAP2 DUP3 MSTORE SWAP2 DUP3 SWAP1 KECCAK256 DUP3 MLOAD DUP1 DUP5 ADD SWAP1 SWAP4 MSTORE DUP1 SLOAD PUSH4 0xFFFFFFFF AND DUP4 MSTORE PUSH1 0x1 ADD SLOAD SWAP1 DUP3 ADD MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x104 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 DUP2 SWAP1 DUP2 SWAP1 PUSH2 0xBDB SWAP1 DUP6 SWAP1 PUSH2 0x1BA0 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0xC02 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH2 0xC04 JUMP JUMPDEST DUP1 JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ ISZERO PUSH2 0xC56 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x316A JUMP JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xC9F PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0xCC5 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x31B6 JUMP JUMPDEST PUSH2 0xCCE DUP3 PUSH2 0x18A3 JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH1 0x1 PUSH2 0x18AB JUMP JUMPDEST PUSH1 0x0 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ PUSH2 0xD7A 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 0x8CF JUMP JUMPDEST POP PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH2 0x1C97 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND ISZERO DUP1 DUP1 ISZERO PUSH2 0xDB7 JUMPI POP PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0xFF SWAP1 SWAP2 AND LT JUMPDEST DUP1 PUSH2 0xDD1 JUMPI POP ADDRESS EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xDD1 JUMPI POP PUSH1 0x0 SLOAD PUSH1 0xFF AND PUSH1 0x1 EQ JUMPDEST PUSH2 0xE34 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 0x8CF JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE DUP1 ISZERO PUSH2 0xE57 JUMPI PUSH1 0x0 DUP1 SLOAD PUSH2 0xFF00 NOT AND PUSH2 0x100 OR SWAP1 SSTORE JUMPDEST DUP3 MLOAD PUSH2 0xE9A JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x12 PUSH1 0x24 DUP3 ADD MSTORE PUSH18 0x7368617265733A206E616D6520656D707479 PUSH1 0x70 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST DUP2 MLOAD PUSH2 0xEDF JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH20 0x7368617265733A2073796D626F6C20656D707479 PUSH1 0x60 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0xEE9 DUP4 DUP4 PUSH2 0x1CA3 JUMP JUMPDEST PUSH2 0xEF2 DUP4 PUSH2 0x1CD4 JUMP JUMPDEST PUSH2 0xEFA PUSH2 0x1D1E JUMP JUMPDEST PUSH2 0xF02 PUSH2 0x1D4D JUMP JUMPDEST PUSH2 0xF0A PUSH2 0x1D74 JUMP JUMPDEST PUSH2 0xF12 PUSH2 0x1D4D JUMP JUMPDEST PUSH2 0xF57 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0xA DUP2 MSTORE PUSH1 0x20 ADD PUSH10 0x3232B632B3B0BA34B7B7 PUSH1 0xB1 SHL DUP2 MSTORE POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0xD PUSH1 0xFA SHL DUP2 MSTORE POP PUSH2 0x1DA3 JUMP JUMPDEST DUP1 ISZERO PUSH2 0xF9D JUMPI PUSH1 0x0 DUP1 SLOAD PUSH2 0xFF00 NOT AND SWAP1 SSTORE PUSH1 0x40 MLOAD PUSH1 0x1 DUP2 MSTORE PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x96C CALLER DUP3 PUSH2 0x1DD4 JUMP JUMPDEST PUSH2 0xFB4 PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xAE2 PUSH1 0x0 PUSH2 0x1ECB JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x99 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH2 0x84B JUMP JUMPDEST PUSH2 0xFE4 PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x1F1E JUMP JUMPDEST PUSH1 0x60 PUSH1 0x37 DUP1 SLOAD PUSH2 0x7B4 SWAP1 PUSH2 0x32CA JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1005 PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0x881 PUSH2 0x1F5C JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x101E DUP5 PUSH2 0x105 PUSH2 0x1BA0 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x102F JUMPI PUSH1 0x35 SLOAD PUSH2 0x1031 JUMP JUMPDEST DUP1 JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD DUP1 PUSH2 0x105F JUMPI PUSH1 0x0 PUSH2 0x870 JUMP JUMPDEST PUSH2 0x106C DUP4 PUSH1 0x1 DUP4 SUB PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x107F PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH2 0x1FB7 JUMP JUMPDEST PUSH1 0x0 CALLER DUP2 PUSH2 0x1097 DUP3 DUP7 PUSH2 0x1477 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x10F7 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x25 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x44 DUP3 ADD MSTORE PUSH5 0x207A65726F PUSH1 0xD8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x1104 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x1518 JUMP JUMPDEST POP PUSH1 0x1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x845 DUP2 DUP6 DUP6 PUSH2 0x16B6 JUMP JUMPDEST DUP4 TIMESTAMP GT ISZERO PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4552433230566F7465733A207369676E61747572652065787069726564000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1216 PUSH2 0x120E PUSH32 0xE3BC21CA2BE03AEEEE0E614BFE98F970C96A05A768F627C50AB81764CB50268 PUSH2 0x119E PUSH2 0x7A5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x11AE SWAP2 SWAP1 PUSH2 0x311B JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F NOT DUP2 DUP5 SUB ADD DUP2 MSTORE DUP3 DUP3 MSTORE DUP1 MLOAD PUSH1 0x20 SWAP2 DUP3 ADD KECCAK256 SWAP1 DUP4 ADD SWAP4 SWAP1 SWAP4 MSTORE DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP11 AND PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 DUP2 ADD DUP10 SWAP1 MSTORE PUSH1 0xA0 DUP2 ADD DUP9 SWAP1 MSTORE PUSH1 0xC0 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 PUSH2 0x20F7 JUMP JUMPDEST DUP6 DUP6 DUP6 PUSH2 0x2145 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x126E 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 0x4552433230566F7465733A20696E76616C6964207369676E6572202830783029 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x103 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP7 EQ PUSH2 0x12D6 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x19 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4552433230566F7465733A20696E76616C6964206E6F6E636500000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x103 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 DUP1 SLOAD SWAP2 PUSH2 0x12FB DUP4 PUSH2 0x32FF JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP PUSH2 0x130A DUP2 DUP9 PUSH2 0x1DD4 JUMP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST DUP4 TIMESTAMP GT ISZERO PUSH2 0x1363 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332305065726D69743A206578706972656420646561646C696E65000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x0 PUSH32 0x6E71EDAE12B1B97F4D1F60370FEF10105FA2FAAE0126114A169C64845D6126C9 DUP9 DUP9 DUP9 PUSH2 0x1392 DUP13 PUSH2 0x216D JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP2 ADD SWAP7 SWAP1 SWAP7 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP5 DUP6 AND SWAP1 DUP7 ADD MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x60 DUP5 ADD MSTORE PUSH1 0x80 DUP4 ADD MSTORE PUSH1 0xA0 DUP3 ADD MSTORE PUSH1 0xC0 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0xE0 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP PUSH1 0x0 PUSH2 0x13ED DUP3 PUSH2 0x2195 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x13FD DUP3 DUP8 DUP8 DUP8 PUSH2 0x2145 JUMP JUMPDEST SWAP1 POP DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x1460 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332305065726D69743A20696E76616C6964207369676E61747572650000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x146B DUP11 DUP11 DUP11 PUSH2 0x1518 JUMP JUMPDEST POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP2 DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x34 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP4 SWAP1 SWAP5 AND DUP3 MSTORE SWAP2 SWAP1 SWAP2 MSTORE KECCAK256 SLOAD SWAP1 JUMP JUMPDEST PUSH2 0x14AA PUSH2 0x1A25 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x150F 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 0x8CF JUMP JUMPDEST PUSH2 0x96C DUP2 PUSH2 0x1ECB JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH2 0x157A JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP1 DUP3 ADD MSTORE PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x44 DUP3 ADD MSTORE PUSH4 0x72657373 PUSH1 0xE0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x15DB JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x22 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x44 DUP3 ADD MSTORE PUSH2 0x7373 PUSH1 0xF0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x34 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP5 DUP8 AND DUP1 DUP5 MSTORE SWAP5 DUP3 MSTORE SWAP2 DUP3 SWAP1 KECCAK256 DUP6 SWAP1 SSTORE SWAP1 MLOAD DUP5 DUP2 MSTORE PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1648 DUP5 DUP5 PUSH2 0x1477 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 NOT DUP2 EQ PUSH2 0x16B0 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x16A3 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x16B0 DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x1518 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH2 0x171A JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x25 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x44 DUP3 ADD MSTORE PUSH5 0x6472657373 PUSH1 0xD8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x177C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x23 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x44 DUP3 ADD MSTORE PUSH3 0x657373 PUSH1 0xE8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x1787 DUP4 DUP4 DUP4 PUSH2 0x21A2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP2 DUP2 LT ISZERO PUSH2 0x17FF 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 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x44 DUP3 ADD MSTORE PUSH6 0x616C616E6365 PUSH1 0xD0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP6 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP7 DUP7 SUB SWAP1 SSTORE SWAP3 DUP7 AND DUP1 DUP3 MSTORE SWAP1 DUP4 SWAP1 KECCAK256 DUP1 SLOAD DUP7 ADD SWAP1 SSTORE SWAP2 MLOAD PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF SWAP1 PUSH2 0x185F SWAP1 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0x16B0 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH2 0x189B PUSH1 0x65 SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x66 SLOAD PUSH2 0x2233 JUMP JUMPDEST PUSH2 0x96C PUSH2 0x1A25 JUMP JUMPDEST PUSH32 0x4910FDFA16FED3260ED0E7147F7CC6DA11A60208B5B9406D12A635614FFD9143 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0x18DE JUMPI PUSH2 0xF9D DUP4 PUSH2 0x227C 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 0x1917 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0x1947 JUMPI POP PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0x1944 SWAP2 DUP2 ADD SWAP1 PUSH2 0x308F JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0x19AA 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 0x8CF JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE DUP2 EQ PUSH2 0x1A19 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 0x8CF JUMP JUMPDEST POP PUSH2 0xF9D DUP4 DUP4 DUP4 PUSH2 0x2318 JUMP JUMPDEST PUSH2 0x136 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0xAE2 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 0x8CF JUMP JUMPDEST PUSH2 0x1A88 PUSH2 0x233D JUMP JUMPDEST PUSH2 0x168 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA CALLER JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x1B29 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1F PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A206D696E7420746F20746865207A65726F206164647265737300 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x1B35 PUSH1 0x0 DUP4 DUP4 PUSH2 0x21A2 JUMP JUMPDEST DUP1 PUSH1 0x35 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1B47 SWAP2 SWAP1 PUSH2 0x324D JUMP JUMPDEST SWAP1 SWAP2 SSTORE POP POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 DUP1 SLOAD DUP7 ADD SWAP1 SSTORE MLOAD DUP5 DUP2 MSTORE PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP5 GT PUSH2 0x1BEC JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x16 PUSH1 0x24 DUP3 ADD MSTORE PUSH22 0x4552433230536E617073686F743A206964206973203 PUSH1 0x54 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x1BF4 PUSH2 0x1C97 JUMP JUMPDEST DUP5 GT ISZERO PUSH2 0x1C43 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4552433230536E617073686F743A206E6F6E6578697374656E74206964000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1C4F DUP5 DUP7 PUSH2 0x2387 JUMP JUMPDEST DUP5 SLOAD SWAP1 SWAP2 POP DUP2 EQ ISZERO PUSH2 0x1C68 JUMPI PUSH1 0x0 DUP1 SWAP3 POP SWAP3 POP POP PUSH2 0x1C90 JUMP JUMPDEST PUSH1 0x1 DUP5 PUSH1 0x1 ADD DUP3 DUP2 SLOAD DUP2 LT PUSH2 0x1C7F JUMPI PUSH2 0x1C7F PUSH2 0x3346 JUMP JUMPDEST SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 ADD SLOAD SWAP3 POP SWAP3 POP POP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH2 0x107 SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1CCA JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH2 0x2432 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1CFB JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0x96C DUP2 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x31 PUSH1 0xF8 SHL DUP2 MSTORE POP PUSH2 0x2480 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1D45 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x24C1 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0xAE2 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1D9B JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x24F5 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1DCA JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH2 0x2525 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD GT PUSH2 0x1E24 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x7 PUSH1 0x24 DUP3 ADD MSTORE PUSH7 0x21736861726573 PUSH1 0xC8 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x102 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD DUP4 DUP4 AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT DUP3 AND OR SWAP1 SWAP2 SSTORE AND PUSH2 0x1E7C DUP2 DUP4 PUSH2 0x1E77 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 JUMP JUMPDEST PUSH2 0x2566 JUMP JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH32 0x3134E8A2E6D97E929A7E54011EA5485D7D196DD5F0BA4D4EF95803E8E3FC257F PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP POP POP JUMP JUMPDEST PUSH2 0x136 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 PUSH2 0x1F26 PUSH2 0x264A JUMP JUMPDEST PUSH2 0x168 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x1AB6 CALLER SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1F6D PUSH2 0x107 DUP1 SLOAD PUSH1 0x1 ADD SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1F77 PUSH2 0x1C97 JUMP JUMPDEST SWAP1 POP PUSH32 0x8030E83B04D87BEF53480E26263266D6CA66863AA8506ACA6F2559D18AA1CB67 DUP2 PUSH1 0x40 MLOAD PUSH2 0x1FAA SWAP2 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x2017 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x21 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A206275726E2066726F6D20746865207A65726F20616464726573 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x73 PUSH1 0xF8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x2023 DUP3 PUSH1 0x0 DUP4 PUSH2 0x21A2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP2 DUP2 LT ISZERO PUSH2 0x2097 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x22 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A206275726E20616D6F756E7420657863656564732062616C616E PUSH1 0x44 DUP3 ADD MSTORE PUSH2 0x6365 PUSH1 0xF0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 DUP7 DUP7 SUB SWAP1 SSTORE PUSH1 0x35 DUP1 SLOAD DUP8 SWAP1 SUB SWAP1 SSTORE MLOAD DUP6 DUP2 MSTORE SWAP2 SWAP3 SWAP2 PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x84B PUSH2 0x2104 PUSH2 0x2691 JUMP JUMPDEST DUP4 PUSH1 0x40 MLOAD PUSH2 0x1901 PUSH1 0xF0 SHL PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x22 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x42 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH1 0x62 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x2156 DUP8 DUP8 DUP8 DUP8 PUSH2 0x26C8 JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x2163 DUP2 PUSH2 0x278C JUMP JUMPDEST POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x99 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 DUP2 ADD DUP3 SSTORE SWAP1 JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x84B PUSH2 0x2104 PUSH2 0x186C JUMP JUMPDEST PUSH2 0x21AD DUP4 DUP4 DUP4 PUSH2 0x28DA JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND ISZERO DUP1 PUSH2 0x21E0 JUMPI POP PUSH2 0x136 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ DUP1 ISZERO PUSH2 0x21E0 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND ISZERO JUMPDEST DUP1 PUSH2 0x21EF JUMPI POP PUSH2 0x168 SLOAD PUSH1 0xFF AND ISZERO JUMPDEST PUSH2 0xF9D 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 0x7368617265733A20217472616E7366657261626C65 PUSH1 0x58 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP2 ADD DUP6 SWAP1 MSTORE SWAP1 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x60 DUP2 ADD DUP3 SWAP1 MSTORE CHAINID PUSH1 0x80 DUP3 ADD MSTORE ADDRESS PUSH1 0xA0 DUP3 ADD MSTORE PUSH1 0x0 SWAP1 PUSH1 0xC0 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND EXTCODESIZE PUSH2 0x22E9 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 0x8CF JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x2321 DUP4 PUSH2 0x292D JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD GT DUP1 PUSH2 0x232E JUMPI POP DUP1 JUMPDEST ISZERO PUSH2 0xF9D JUMPI PUSH2 0x16B0 DUP4 DUP4 PUSH2 0x296D JUMP JUMPDEST PUSH2 0x168 SLOAD PUSH1 0xFF AND PUSH2 0xAE2 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH20 0x14185D5CD8589B194E881B9BDD081C185D5CD959 PUSH1 0x62 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST DUP2 SLOAD PUSH1 0x0 SWAP1 PUSH2 0x2398 JUMPI POP PUSH1 0x0 PUSH2 0x84B JUMP JUMPDEST DUP3 SLOAD PUSH1 0x0 SWAP1 JUMPDEST DUP1 DUP3 LT ISZERO PUSH2 0x23E5 JUMPI PUSH1 0x0 PUSH2 0x23B2 DUP4 DUP4 PUSH2 0x2A58 JUMP JUMPDEST PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 SWAP1 KECCAK256 SWAP1 SWAP2 POP DUP6 SWAP1 DUP3 ADD SLOAD GT ISZERO PUSH2 0x23D1 JUMPI DUP1 SWAP2 POP PUSH2 0x23DF JUMP JUMPDEST PUSH2 0x23DC DUP2 PUSH1 0x1 PUSH2 0x324D JUMP JUMPDEST SWAP3 POP JUMPDEST POP PUSH2 0x239E JUMP JUMPDEST PUSH1 0x0 DUP3 GT DUP1 ISZERO PUSH2 0x2411 JUMPI POP DUP4 PUSH2 0x240E DUP7 PUSH2 0x2400 PUSH1 0x1 DUP7 PUSH2 0x3287 JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x20 SWAP1 SWAP2 KECCAK256 ADD SWAP1 JUMP JUMPDEST SLOAD EQ JUMPDEST ISZERO PUSH2 0x242A JUMPI PUSH2 0x2421 PUSH1 0x1 DUP4 PUSH2 0x3287 JUMP JUMPDEST SWAP3 POP POP POP PUSH2 0x84B JUMP JUMPDEST POP SWAP1 POP PUSH2 0x84B JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2459 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST DUP2 MLOAD PUSH2 0x246C SWAP1 PUSH1 0x36 SWAP1 PUSH1 0x20 DUP6 ADD SWAP1 PUSH2 0x2D60 JUMP JUMPDEST POP DUP1 MLOAD PUSH2 0xF9D SWAP1 PUSH1 0x37 SWAP1 PUSH1 0x20 DUP5 ADD SWAP1 PUSH2 0x2D60 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x24A7 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST DUP2 MLOAD PUSH1 0x20 SWAP3 DUP4 ADD KECCAK256 DUP2 MLOAD SWAP2 SWAP1 SWAP3 ADD KECCAK256 PUSH1 0x65 SWAP2 SWAP1 SWAP2 SSTORE PUSH1 0x66 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x24E8 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0x168 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x251C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xAE2 CALLER PUSH2 0x1ECB JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x254C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST DUP2 MLOAD PUSH1 0x20 SWAP3 DUP4 ADD KECCAK256 DUP2 MLOAD SWAP2 SWAP1 SWAP3 ADD KECCAK256 PUSH1 0xCC SWAP2 SWAP1 SWAP2 SSTORE PUSH1 0xCD SSTORE JUMP JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ ISZERO DUP1 ISZERO PUSH2 0x2587 JUMPI POP DUP1 ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xF9D JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND ISZERO PUSH2 0x25E9 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD SWAP1 DUP2 PUSH2 0x25C2 JUMPI PUSH1 0x0 PUSH2 0x25D4 JUMP JUMPDEST PUSH2 0x25CF DUP6 PUSH1 0x1 DUP5 SUB PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD JUMPDEST SWAP1 POP DUP3 DUP2 SUB PUSH2 0x25E5 DUP7 DUP5 DUP5 DUP5 PUSH2 0x2A73 JUMP JUMPDEST POP POP POP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND ISZERO PUSH2 0xF9D JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD SWAP1 DUP2 PUSH2 0x261F JUMPI PUSH1 0x0 PUSH2 0x2631 JUMP JUMPDEST PUSH2 0x262C DUP5 PUSH1 0x1 DUP5 SUB PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD JUMPDEST SWAP1 POP DUP3 DUP2 ADD PUSH2 0x2642 DUP6 DUP5 DUP5 DUP5 PUSH2 0x2A73 JUMP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x168 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0xAE2 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x10 PUSH1 0x24 DUP3 ADD MSTORE PUSH16 0x14185D5CD8589B194E881C185D5CD959 PUSH1 0x82 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH2 0x26C0 PUSH1 0xCC SLOAD SWAP1 JUMP JUMPDEST PUSH1 0xCD SLOAD PUSH2 0x2233 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH32 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0 DUP4 GT ISZERO PUSH2 0x26FF JUMPI POP PUSH1 0x0 SWAP1 POP PUSH1 0x3 PUSH2 0x2783 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP1 DUP5 MSTORE DUP10 SWAP1 MSTORE PUSH1 0xFF DUP9 AND SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x1 SWAP1 PUSH1 0xA0 ADD PUSH1 0x20 PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 SUB SWAP1 DUP1 DUP5 SUB SWAP1 DUP6 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2753 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP PUSH1 0x40 MLOAD PUSH1 0x1F NOT ADD MLOAD SWAP2 POP POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x277C JUMPI PUSH1 0x0 PUSH1 0x1 SWAP3 POP SWAP3 POP POP PUSH2 0x2783 JUMP JUMPDEST SWAP2 POP PUSH1 0x0 SWAP1 POP JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x4 DUP2 GT ISZERO PUSH2 0x27A0 JUMPI PUSH2 0x27A0 PUSH2 0x3330 JUMP JUMPDEST EQ ISZERO PUSH2 0x27A9 JUMPI POP JUMP JUMPDEST PUSH1 0x1 DUP2 PUSH1 0x4 DUP2 GT ISZERO PUSH2 0x27BD JUMPI PUSH2 0x27BD PUSH2 0x3330 JUMP JUMPDEST EQ ISZERO PUSH2 0x280B JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45434453413A20696E76616C6964207369676E61747572650000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x2 DUP2 PUSH1 0x4 DUP2 GT ISZERO PUSH2 0x281F JUMPI PUSH2 0x281F PUSH2 0x3330 JUMP JUMPDEST EQ ISZERO PUSH2 0x286D JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1F PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45434453413A20696E76616C6964207369676E6174757265206C656E67746800 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x3 DUP2 PUSH1 0x4 DUP2 GT ISZERO PUSH2 0x2881 JUMPI PUSH2 0x2881 PUSH2 0x3330 JUMP JUMPDEST EQ ISZERO PUSH2 0x96C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x22 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45434453413A20696E76616C6964207369676E6174757265202773272076616C PUSH1 0x44 DUP3 ADD MSTORE PUSH2 0x7565 PUSH1 0xF0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x28E5 DUP4 DUP4 DUP4 PUSH2 0x2B9C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH2 0x2904 JUMPI PUSH2 0x28FC DUP3 PUSH2 0x2C48 JUMP JUMPDEST PUSH2 0xF9D PUSH2 0x2C7C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x291B JUMPI PUSH2 0x28FC DUP4 PUSH2 0x2C48 JUMP JUMPDEST PUSH2 0x2924 DUP4 PUSH2 0x2C48 JUMP JUMPDEST PUSH2 0xF9D DUP3 PUSH2 0x2C48 JUMP JUMPDEST PUSH2 0x2936 DUP2 PUSH2 0x227C 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 0x29D5 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 0x8CF JUMP JUMPDEST PUSH1 0x0 DUP1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x40 MLOAD PUSH2 0x29F0 SWAP2 SWAP1 PUSH2 0x311B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2A2B 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 0x2A30 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0xC04 DUP3 DUP3 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x27 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x3393 PUSH1 0x27 SWAP2 CODECOPY PUSH2 0x2C8B JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A67 PUSH1 0x2 DUP5 DUP5 XOR PUSH2 0x3265 JUMP JUMPDEST PUSH2 0x870 SWAP1 DUP5 DUP5 AND PUSH2 0x324D JUMP JUMPDEST TIMESTAMP DUP4 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x2AB3 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x100 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x0 NOT DUP9 ADD DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 SLOAD PUSH4 0xFFFFFFFF DUP3 DUP2 AND SWAP2 AND EQ JUMPDEST ISZERO PUSH2 0x2AEB JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x100 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x0 NOT DUP9 ADD DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 PUSH1 0x1 ADD DUP3 SWAP1 SSTORE PUSH2 0x2B51 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE PUSH4 0xFFFFFFFF DUP4 DUP2 AND DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP7 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP11 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH2 0x100 DUP5 MSTORE DUP7 DUP2 KECCAK256 DUP12 DUP3 MSTORE DUP5 MSTORE DUP7 DUP2 KECCAK256 SWAP6 MLOAD DUP7 SLOAD PUSH4 0xFFFFFFFF NOT AND SWAP6 AND SWAP5 SWAP1 SWAP5 OR DUP6 SSTORE SWAP1 MLOAD PUSH1 0x1 SWAP5 DUP6 ADD SSTORE DUP3 MSTORE PUSH2 0x101 SWAP1 MSTORE SWAP2 SWAP1 SWAP2 KECCAK256 SWAP1 DUP6 ADD SWAP1 SSTORE JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND SWAP2 PUSH32 0xDEC2BACDD2F05B59DE34DA9B523DFF8BE42E5E38E818C82FDB0BAE774387A724 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD ISZERO DUP1 ISZERO PUSH2 0x2BD9 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD ISZERO JUMPDEST DUP1 ISZERO PUSH2 0x2BE5 JUMPI POP PUSH1 0x0 DUP2 GT JUMPDEST ISZERO PUSH2 0x2C15 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH2 0x102 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND SWAP1 SWAP2 OR SWAP1 SSTORE JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP5 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x102 PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 SLOAD DUP6 DUP5 AND DUP4 MSTORE SWAP2 KECCAK256 SLOAD PUSH2 0xF9D SWAP3 SWAP2 DUP3 AND SWAP2 AND DUP4 PUSH2 0x2566 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x104 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x33 SWAP1 SWAP3 MSTORE SWAP1 SWAP2 KECCAK256 SLOAD PUSH2 0x96C SWAP2 SWAP1 PUSH2 0x2CA4 JUMP JUMPDEST PUSH2 0x2CA4 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x105 PUSH2 0x2C77 PUSH1 0x35 SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x60 DUP4 ISZERO PUSH2 0x2C9A JUMPI POP DUP2 PUSH2 0x870 JUMP JUMPDEST PUSH2 0x870 DUP4 DUP4 PUSH2 0x2CEE JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2CAE PUSH2 0x1C97 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x2CBA DUP5 PUSH2 0x2D18 JUMP JUMPDEST LT ISZERO PUSH2 0xF9D JUMPI DUP3 SLOAD PUSH1 0x1 DUP1 DUP3 ADD DUP6 SSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 KECCAK256 SWAP1 SWAP4 ADD SWAP4 SWAP1 SWAP4 SSTORE SWAP4 DUP5 ADD DUP1 SLOAD SWAP5 DUP6 ADD DUP2 SSTORE DUP3 MSTORE SWAP1 KECCAK256 SWAP1 SWAP2 ADD SSTORE JUMP JUMPDEST DUP2 MLOAD ISZERO PUSH2 0x2CFE 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 0x8CF SWAP2 SWAP1 PUSH2 0x3137 JUMP JUMPDEST DUP1 SLOAD PUSH1 0x0 SWAP1 PUSH2 0x2D29 JUMPI POP PUSH1 0x0 SWAP2 SWAP1 POP JUMP JUMPDEST DUP2 SLOAD DUP3 SWAP1 PUSH2 0x2D39 SWAP1 PUSH1 0x1 SWAP1 PUSH2 0x3287 JUMP JUMPDEST DUP2 SLOAD DUP2 LT PUSH2 0x2D49 JUMPI PUSH2 0x2D49 PUSH2 0x3346 JUMP JUMPDEST SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 ADD SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP3 DUP1 SLOAD PUSH2 0x2D6C SWAP1 PUSH2 0x32CA JUMP JUMPDEST SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x1F ADD PUSH1 0x20 SWAP1 DIV DUP2 ADD SWAP3 DUP3 PUSH2 0x2D8E JUMPI PUSH1 0x0 DUP6 SSTORE PUSH2 0x2DD4 JUMP JUMPDEST DUP3 PUSH1 0x1F LT PUSH2 0x2DA7 JUMPI DUP1 MLOAD PUSH1 0xFF NOT AND DUP4 DUP1 ADD OR DUP6 SSTORE PUSH2 0x2DD4 JUMP JUMPDEST DUP3 DUP1 ADD PUSH1 0x1 ADD DUP6 SSTORE DUP3 ISZERO PUSH2 0x2DD4 JUMPI SWAP2 DUP3 ADD JUMPDEST DUP3 DUP2 GT ISZERO PUSH2 0x2DD4 JUMPI DUP3 MLOAD DUP3 SSTORE SWAP2 PUSH1 0x20 ADD SWAP2 SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x2DB9 JUMP JUMPDEST POP PUSH2 0x2DE0 SWAP3 SWAP2 POP PUSH2 0x2DE4 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x2DE0 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x2DE5 JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP5 GT ISZERO PUSH2 0x2E14 JUMPI PUSH2 0x2E14 PUSH2 0x335C 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 0x2E3C JUMPI PUSH2 0x2E3C PUSH2 0x335C JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP1 SWAP4 POP DUP6 DUP2 MSTORE DUP7 DUP7 DUP7 ADD GT ISZERO PUSH2 0x2E55 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 DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x2D5B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2E97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x870 DUP4 DUP4 CALLDATALOAD PUSH1 0x20 DUP6 ADD PUSH2 0x2DF9 JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0xFF DUP2 AND DUP2 EQ PUSH2 0x2D5B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2EC9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x870 DUP3 PUSH2 0x2E6F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EE5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2EEE DUP4 PUSH2 0x2E6F JUMP JUMPDEST SWAP2 POP PUSH2 0x2EFC PUSH1 0x20 DUP5 ADD PUSH2 0x2E6F JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2F1A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F23 DUP5 PUSH2 0x2E6F JUMP JUMPDEST SWAP3 POP PUSH2 0x2F31 PUSH1 0x20 DUP6 ADD PUSH2 0x2E6F JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xE0 DUP9 DUP11 SUB SLT ISZERO PUSH2 0x2F5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F65 DUP9 PUSH2 0x2E6F JUMP JUMPDEST SWAP7 POP PUSH2 0x2F73 PUSH1 0x20 DUP10 ADD PUSH2 0x2E6F JUMP JUMPDEST SWAP6 POP PUSH1 0x40 DUP9 ADD CALLDATALOAD SWAP5 POP PUSH1 0x60 DUP9 ADD CALLDATALOAD SWAP4 POP PUSH2 0x2F8F PUSH1 0x80 DUP10 ADD PUSH2 0x2EA6 JUMP JUMPDEST SWAP3 POP PUSH1 0xA0 DUP9 ADD CALLDATALOAD SWAP2 POP PUSH1 0xC0 DUP9 ADD CALLDATALOAD SWAP1 POP SWAP3 SWAP6 SWAP9 SWAP2 SWAP5 SWAP8 POP SWAP3 SWAP6 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2FBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2FC7 DUP4 PUSH2 0x2E6F JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2FE3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD PUSH1 0x1F DUP2 ADD DUP6 SGT PUSH2 0x2FF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3003 DUP6 DUP3 CALLDATALOAD PUSH1 0x20 DUP5 ADD PUSH2 0x2DF9 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x3020 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3029 DUP4 PUSH2 0x2E6F JUMP JUMPDEST SWAP5 PUSH1 0x20 SWAP4 SWAP1 SWAP4 ADD CALLDATALOAD SWAP4 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0xC0 DUP8 DUP10 SUB SLT ISZERO PUSH2 0x3050 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3059 DUP8 PUSH2 0x2E6F JUMP JUMPDEST SWAP6 POP PUSH1 0x20 DUP8 ADD CALLDATALOAD SWAP5 POP PUSH1 0x40 DUP8 ADD CALLDATALOAD SWAP4 POP PUSH2 0x3075 PUSH1 0x60 DUP9 ADD PUSH2 0x2EA6 JUMP JUMPDEST SWAP3 POP PUSH1 0x80 DUP8 ADD CALLDATALOAD SWAP2 POP PUSH1 0xA0 DUP8 ADD CALLDATALOAD SWAP1 POP SWAP3 SWAP6 POP SWAP3 SWAP6 POP SWAP3 SWAP6 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x30A1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x30BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x30D3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x30DF DUP7 DUP4 DUP8 ADD PUSH2 0x2E86 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD SWAP2 POP DUP1 DUP3 GT ISZERO PUSH2 0x30F5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3003 DUP6 DUP3 DUP7 ADD PUSH2 0x2E86 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3114 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x312D DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x329E JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 DUP3 MLOAD DUP1 PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x3156 DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x329E JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP2 SWAP1 SWAP2 ADD PUSH1 0x40 ADD SWAP3 SWAP2 POP POP 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 0x0 DUP3 NOT DUP3 GT ISZERO PUSH2 0x3260 JUMPI PUSH2 0x3260 PUSH2 0x331A JUMP JUMPDEST POP ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH2 0x3282 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP DIV SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 LT ISZERO PUSH2 0x3299 JUMPI PUSH2 0x3299 PUSH2 0x331A JUMP JUMPDEST POP SUB SWAP1 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x32B9 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x32A1 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH2 0x16B0 JUMPI POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x32DE JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 EQ ISZERO PUSH2 0x218F JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x0 NOT DUP3 EQ ISZERO PUSH2 0x3313 JUMPI PUSH2 0x3313 PUSH2 0x331A JUMP JUMPDEST POP PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x21 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT INVALID CALLDATASIZE ADDMOD SWAP5 LOG1 EXTCODESIZE LOG1 LOG3 0x21 MOD PUSH8 0xC828492DB98DCA3E KECCAK256 PUSH23 0xCC3735A920A3CA505D382BBC416464726573733A206C6F PUSH24 0x2D6C6576656C2064656C65676174652063616C6C20666169 PUSH13 0x6564A26469706673582212202B JUMPDEST 0x25 0xE9 0x21 0xA9 PUSH19 0x4746DF57107A3020D64EB17DDAD9704F0B295F 0xDF 0x49 CREATE2 SHR KECCAK256 0xF9 PUSH5 0x736F6C6343 STOP ADDMOD SMOD STOP CALLER ",
      "sourceMap": "690:3018:77:-:0;;;1332:4:42;1289:48;;;;810:53:77;;;;;;;;;-1:-1:-1;834:22:77;:20;:22::i;:::-;690:3018;;5928:279:41;5996:13;;;;;;;5995:14;5987:66;;;;-1:-1:-1;;;5987:66:41;;216:2:92;5987:66:41;;;198:21:92;255:2;235:18;;;228:30;294:34;274:18;;;267:62;-1:-1:-1;;;345:18:92;;;338:37;392:19;;5987:66:41;;;;;;;;6067:12;;6082:15;6067:12;;;:30;6063:138;;;6113:12;:30;;-1:-1:-1;;6113:30:41;6128:15;6113:30;;;;;;6162:28;;564:36:92;;;6162:28:41;;552:2:92;537:18;6162:28:41;;;;;;;6063:138;5928:279::o;422:184:92:-;690:3018:77;;;;;;;;;;;;"
    },
    "deployedBytecode": {
      "functionDebugData": {
        "@DOMAIN_SEPARATOR_6178": {
          "entryPoint": 2167,
          "id": 6178,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_EIP712NameHashDelegation_16360": {
          "entryPoint": null,
          "id": 16360,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_EIP712NameHash_7536": {
          "entryPoint": null,
          "id": 7536,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_EIP712VersionHashDelegation_16369": {
          "entryPoint": null,
          "id": 16369,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_EIP712VersionHash_7545": {
          "entryPoint": null,
          "id": 7545,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@__EIP712_init_delegation_16257": {
          "entryPoint": 7587,
          "id": 16257,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@__EIP712_init_unchained_7469": {
          "entryPoint": 9344,
          "id": 7469,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@__EIP712_init_unchained_delegation_16293": {
          "entryPoint": 9509,
          "id": 16293,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@__ERC20Permit_init_6070": {
          "entryPoint": 7380,
          "id": 6070,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@__ERC20Snapshot_init_5666": {
          "entryPoint": 7501,
          "id": 5666,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@__ERC20_init_5006": {
          "entryPoint": 7331,
          "id": 5006,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@__ERC20_init_unchained_5024": {
          "entryPoint": 9266,
          "id": 5024,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@__Ownable_init_3953": {
          "entryPoint": 7540,
          "id": 3953,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@__Ownable_init_unchained_3964": {
          "entryPoint": 9461,
          "id": 3964,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@__Pausable_init_4790": {
          "entryPoint": 7454,
          "id": 4790,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@__Pausable_init_unchained_4800": {
          "entryPoint": 9409,
          "id": 4800,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@__UUPSUpgradeable_init_4641": {
          "entryPoint": null,
          "id": 4641,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_afterTokenTransfer_5565": {
          "entryPoint": null,
          "id": 5565,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_approve_5500": {
          "entryPoint": 5400,
          "id": 5500,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_authorizeUpgrade_13074": {
          "entryPoint": 6307,
          "id": 13074,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@_beforeTokenTransfer_13065": {
          "entryPoint": 8610,
          "id": 13065,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_beforeTokenTransfer_15720": {
          "entryPoint": 11164,
          "id": 15720,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_beforeTokenTransfer_5554": {
          "entryPoint": null,
          "id": 5554,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_beforeTokenTransfer_5848": {
          "entryPoint": 10458,
          "id": 5848,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_buildDomainSeparatorDelegation_16335": {
          "entryPoint": null,
          "id": 16335,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "@_buildDomainSeparator_7511": {
          "entryPoint": 8755,
          "id": 7511,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "@_burn_5455": {
          "entryPoint": 8119,
          "id": 5455,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@_checkOwner_3995": {
          "entryPoint": 6693,
          "id": 3995,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_delegate_15861": {
          "entryPoint": 7636,
          "id": 15861,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@_domainSeparatorV4Delegation_16308": {
          "entryPoint": 9873,
          "id": 16308,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_domainSeparatorV4_7484": {
          "entryPoint": 6252,
          "id": 7484,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_functionDelegateCall_4438": {
          "entryPoint": 10605,
          "id": 4438,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@_getCurrentSnapshotId_5737": {
          "entryPoint": 7319,
          "id": 5737,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_getImplementation_4134": {
          "entryPoint": null,
          "id": 4134,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_hashTypedDataV4Delegation_16351": {
          "entryPoint": 8439,
          "id": 16351,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@_hashTypedDataV4_7527": {
          "entryPoint": 8597,
          "id": 7527,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@_lastSnapshotId_5991": {
          "entryPoint": 11544,
          "id": 5991,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@_mint_5383": {
          "entryPoint": 6867,
          "id": 5383,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@_moveDelegates_15966": {
          "entryPoint": 9574,
          "id": 15966,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_msgSender_6716": {
          "entryPoint": null,
          "id": 6716,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_pause_4864": {
          "entryPoint": 7966,
          "id": 4864,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_requireNotPaused_4837": {
          "entryPoint": 9802,
          "id": 4837,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_requirePaused_4848": {
          "entryPoint": 9021,
          "id": 4848,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_revert_6532": {
          "entryPoint": 11502,
          "id": 6532,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@_setImplementation_4158": {
          "entryPoint": 8828,
          "id": 4158,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@_snapshot_5726": {
          "entryPoint": 8028,
          "id": 5726,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@_spendAllowance_5543": {
          "entryPoint": 5692,
          "id": 5543,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_throwError_7094": {
          "entryPoint": 10124,
          "id": 7094,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@_transferOwnership_4052": {
          "entryPoint": 7883,
          "id": 4052,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@_transfer_5326": {
          "entryPoint": 5814,
          "id": 5326,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_unpause_4880": {
          "entryPoint": 6784,
          "id": 4880,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_updateAccountSnapshot_5918": {
          "entryPoint": 11336,
          "id": 5918,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@_updateSnapshot_5966": {
          "entryPoint": 11428,
          "id": 5966,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@_updateTotalSupplySnapshot_5928": {
          "entryPoint": 11388,
          "id": 5928,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@_upgradeToAndCallUUPS_4254": {
          "entryPoint": 6315,
          "id": 4254,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_upgradeToAndCall_4201": {
          "entryPoint": 8984,
          "id": 4201,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "@_upgradeTo_4173": {
          "entryPoint": 10541,
          "id": 4173,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@_useNonce_6207": {
          "entryPoint": 8557,
          "id": 6207,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@_valueAt_5903": {
          "entryPoint": 7072,
          "id": 5903,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "@_writeCheckpoint_16041": {
          "entryPoint": 10867,
          "id": 16041,
          "parameterSlots": 4,
          "returnSlots": 0
        },
        "@allowance_5121": {
          "entryPoint": 5239,
          "id": 5121,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@approve_5146": {
          "entryPoint": 2103,
          "id": 5146,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@average_7620": {
          "entryPoint": 10840,
          "id": 7620,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@balanceOfAt_5766": {
          "entryPoint": 2995,
          "id": 5766,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@balanceOf_5078": {
          "entryPoint": null,
          "id": 5078,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@burn_13015": {
          "entryPoint": 4215,
          "id": 13015,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@checkpoints_15635": {
          "entryPoint": null,
          "id": 15635,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@current_6749": {
          "entryPoint": null,
          "id": 6749,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@decimals_5054": {
          "entryPoint": null,
          "id": 5054,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@decreaseAllowance_5249": {
          "entryPoint": 4233,
          "id": 5249,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@delegateBySig_15814": {
          "entryPoint": 4381,
          "id": 15814,
          "parameterSlots": 6,
          "returnSlots": 0
        },
        "@delegate_15733": {
          "entryPoint": 4002,
          "id": 15733,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@delegates_15643": {
          "entryPoint": null,
          "id": 15643,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@delegationNonces_15647": {
          "entryPoint": null,
          "id": 15647,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@findUpperBound_6625": {
          "entryPoint": 9095,
          "id": 6625,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@getAddressSlot_6831": {
          "entryPoint": null,
          "id": 6831,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@getBooleanSlot_6842": {
          "entryPoint": null,
          "id": 6842,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@getCheckpoint_16224": {
          "entryPoint": 2912,
          "id": 16224,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@getCurrentSnapshotId_12967": {
          "entryPoint": 3469,
          "id": 12967,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@getPastVotes_16176": {
          "entryPoint": 2449,
          "id": 16176,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@getUint256Slot_6864": {
          "entryPoint": null,
          "id": 6864,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@getVotes_16207": {
          "entryPoint": 4153,
          "id": 16207,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@increaseAllowance_5208": {
          "entryPoint": 2415,
          "id": 5208,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@increment_6763": {
          "entryPoint": null,
          "id": 6763,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@isContract_6267": {
          "entryPoint": null,
          "id": 6267,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@mint_12999": {
          "entryPoint": 2788,
          "id": 12999,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@name_5034": {
          "entryPoint": 1957,
          "id": 5034,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@nonces_6167": {
          "entryPoint": 4030,
          "id": 6167,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@now_16051": {
          "entryPoint": null,
          "id": 16051,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@numCheckpoints_15639": {
          "entryPoint": null,
          "id": 15639,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@owner_3981": {
          "entryPoint": null,
          "id": 3981,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@pause_12935": {
          "entryPoint": 4060,
          "id": 12935,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@paused_4825": {
          "entryPoint": null,
          "id": 4825,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@permit_6151": {
          "entryPoint": 4883,
          "id": 6151,
          "parameterSlots": 7,
          "returnSlots": 0
        },
        "@proxiableUUID_4704": {
          "entryPoint": 3290,
          "id": 4704,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@recover_7341": {
          "entryPoint": 8517,
          "id": 7341,
          "parameterSlots": 4,
          "returnSlots": 1
        },
        "@renounceOwnership_4009": {
          "entryPoint": 4012,
          "id": 4009,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@setUp_12925": {
          "entryPoint": 3479,
          "id": 12925,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@snapshot_12957": {
          "entryPoint": 4091,
          "id": 12957,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@symbol_5044": {
          "entryPoint": 4076,
          "id": 5044,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@toTypedDataHash_7400": {
          "entryPoint": null,
          "id": 7400,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@totalSupplyAt_5790": {
          "entryPoint": 4109,
          "id": 5790,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "@totalSupply_5064": {
          "entryPoint": null,
          "id": 5064,
          "parameterSlots": 0,
          "returnSlots": 1
        },
        "@transferFrom_5179": {
          "entryPoint": 2129,
          "id": 5179,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "@transferOwnership_4032": {
          "entryPoint": 5282,
          "id": 4032,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@transfer_5103": {
          "entryPoint": 4367,
          "id": 5103,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@tryRecover_7308": {
          "entryPoint": 9928,
          "id": 7308,
          "parameterSlots": 4,
          "returnSlots": 2
        },
        "@unpause_12945": {
          "entryPoint": 2770,
          "id": 12945,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "@unsafeAccess_6688": {
          "entryPoint": null,
          "id": 6688,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "@upgradeToAndCall_4747": {
          "entryPoint": 3085,
          "id": 4747,
          "parameterSlots": 2,
          "returnSlots": 0
        },
        "@upgradeTo_4726": {
          "entryPoint": 2182,
          "id": 4726,
          "parameterSlots": 1,
          "returnSlots": 0
        },
        "@verifyCallResult_6512": {
          "entryPoint": 11403,
          "id": 6512,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "abi_decode_address": {
          "entryPoint": 11887,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_decode_available_length_bytes": {
          "entryPoint": 11769,
          "id": null,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "abi_decode_string": {
          "entryPoint": 11910,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_decode_tuple_t_address": {
          "entryPoint": 11959,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_decode_tuple_t_addresst_address": {
          "entryPoint": 11986,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_decode_tuple_t_addresst_addresst_uint256": {
          "entryPoint": 12037,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 3
        },
        "abi_decode_tuple_t_addresst_addresst_uint256t_uint256t_uint8t_bytes32t_bytes32": {
          "entryPoint": 12097,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 7
        },
        "abi_decode_tuple_t_addresst_bytes_memory_ptr": {
          "entryPoint": 12203,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_decode_tuple_t_addresst_uint256": {
          "entryPoint": 12301,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_decode_tuple_t_addresst_uint256t_uint256t_uint8t_bytes32t_bytes32": {
          "entryPoint": 12343,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 6
        },
        "abi_decode_tuple_t_bytes32_fromMemory": {
          "entryPoint": 12431,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr": {
          "entryPoint": 12456,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 2
        },
        "abi_decode_tuple_t_uint256": {
          "entryPoint": 12546,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_decode_uint8": {
          "entryPoint": 11942,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": {
          "entryPoint": 12571,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_packed_t_stringliteral_301a50b291d33ce1e8e9064e3f6a6c51d902ec22892b50d58abf6357c6a45541_t_bytes32_t_bytes32__to_t_string_memory_ptr_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_bytes32_t_address_t_address_t_uint256_t_uint256_t_uint256__to_t_bytes32_t_address_t_address_t_uint256_t_uint256_t_uint256__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 7,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_bytes32_t_bytes32_t_address_t_uint256_t_uint256__to_t_bytes32_t_bytes32_t_address_t_uint256_t_uint256__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 6,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_bytes32_t_bytes32_t_bytes32_t_uint256_t_address__to_t_bytes32_t_bytes32_t_bytes32_t_uint256_t_address__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 6,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 5,
          "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": 12599,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_00043f6bf76368aa97c21698e9b9d4779e31902453daccf3525ddfb36e53e2be__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_031e0835d070e7bbd2c8dcce466eadb8c6b9fd22432b0357ab8c37bd9a385940__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_136d0f69bc85a5c125b5cc368e2880ebdb3c89d4d9828f6476431c386ea60257__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_1669ff3ba3cdf64474e1193492d05b8434e29b0b495e60095eb5f5c8ec14ce77__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_1a23b43d95073d55a7380117ca03cace60cd22fee15d5cb140d51e46236e6872__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_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__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": 12650,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_3e89525a63fb9c966b61cf8f5305156de8420bc773a2b60828a2f32c3c5797bd__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_4cb95558ae0b72228b49d05e80bd7028a9c838ca660b340001d1e4813e6f39db__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_520d1f787dbcafbbfc007fd2c4ecf3d2711ec587f3ee9a1215c0b646c3e530bd__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": 12726,
          "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_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_6f9bea4415e2e0a6226edeed5d0183ef579206155bf2c874048217adc845f687__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_78819c4a2bd0e4d903ccbaf073c02aca4c3fece262dcf1acd195e0217d9216e2__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_79dc6c9f96645bef3218ebfa11b3d4e12c0d692ae14f410fe943613514e37189__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_94ca1ab58dfda790a1782ffbb0c0a140ec51d4148dbeecc6c39e37b25ff4b124__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_a12faded30b20d8dc095e72484799f56e525ab840080980bce5ed058c60162e4__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_a260e14e85f4708f0331ef286c142a0afbf558408b64fafd24a23e404c959d74__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_a2660ea378538ee5f080b4f3db61aeeacc3724d206c0d153d576feaa81189bbc__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f__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_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__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": 12802,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_d85a3cdc203c5cdc6dda93c12cd017145671a0ed9058a16c7aa00b8398a4a8e6__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_struct$_Checkpoint_$15628_memory_ptr__to_t_struct$_Checkpoint_$15628_memory_ptr__fromStack_reversed": {
          "entryPoint": null,
          "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_uint256__to_t_uint256_t_uint256__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_uint32_t_uint256__to_t_uint32_t_uint256__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 3,
          "returnSlots": 1
        },
        "abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "checked_add_t_uint256": {
          "entryPoint": 12877,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "checked_div_t_uint256": {
          "entryPoint": 12901,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "checked_sub_t_uint256": {
          "entryPoint": 12935,
          "id": null,
          "parameterSlots": 2,
          "returnSlots": 1
        },
        "copy_memory_to_memory": {
          "entryPoint": 12958,
          "id": null,
          "parameterSlots": 3,
          "returnSlots": 0
        },
        "extract_byte_array_length": {
          "entryPoint": 13002,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "increment_t_uint256": {
          "entryPoint": 13055,
          "id": null,
          "parameterSlots": 1,
          "returnSlots": 1
        },
        "panic_error_0x11": {
          "entryPoint": 13082,
          "id": null,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "panic_error_0x12": {
          "entryPoint": null,
          "id": null,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "panic_error_0x21": {
          "entryPoint": 13104,
          "id": null,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "panic_error_0x32": {
          "entryPoint": 13126,
          "id": null,
          "parameterSlots": 0,
          "returnSlots": 0
        },
        "panic_error_0x41": {
          "entryPoint": 13148,
          "id": null,
          "parameterSlots": 0,
          "returnSlots": 0
        }
      },
      "generatedSources": [
        {
          "ast": {
            "nodeType": "YulBlock",
            "src": "0:26947: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": "699:124:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "709:29:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "731:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "718:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "718:20:92"
                      },
                      "variableNames": [
                        {
                          "name": "value",
                          "nodeType": "YulIdentifier",
                          "src": "709:5:92"
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "801:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "810:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "813:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "803:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "803:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "803:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value",
                                "nodeType": "YulIdentifier",
                                "src": "760:5:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "name": "value",
                                    "nodeType": "YulIdentifier",
                                    "src": "771:5:92"
                                  },
                                  {
                                    "arguments": [
                                      {
                                        "arguments": [
                                          {
                                            "kind": "number",
                                            "nodeType": "YulLiteral",
                                            "src": "786:3:92",
                                            "type": "",
                                            "value": "160"
                                          },
                                          {
                                            "kind": "number",
                                            "nodeType": "YulLiteral",
                                            "src": "791:1:92",
                                            "type": "",
                                            "value": "1"
                                          }
                                        ],
                                        "functionName": {
                                          "name": "shl",
                                          "nodeType": "YulIdentifier",
                                          "src": "782:3:92"
                                        },
                                        "nodeType": "YulFunctionCall",
                                        "src": "782:11:92"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "795:1:92",
                                        "type": "",
                                        "value": "1"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "sub",
                                      "nodeType": "YulIdentifier",
                                      "src": "778:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "778:19:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "and",
                                  "nodeType": "YulIdentifier",
                                  "src": "767:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "767:31:92"
                              }
                            ],
                            "functionName": {
                              "name": "eq",
                              "nodeType": "YulIdentifier",
                              "src": "757:2:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "757:42:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "750:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "750:50:92"
                      },
                      "nodeType": "YulIf",
                      "src": "747:70:92"
                    }
                  ]
                },
                "name": "abi_decode_address",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "offset",
                    "nodeType": "YulTypedName",
                    "src": "678:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value",
                    "nodeType": "YulTypedName",
                    "src": "689:5:92",
                    "type": ""
                  }
                ],
                "src": "650:173:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "881:168:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "930:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "939:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "942:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "932:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "932:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "932:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "offset",
                                    "nodeType": "YulIdentifier",
                                    "src": "909:6:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "917:4:92",
                                    "type": "",
                                    "value": "0x1f"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "905:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "905:17:92"
                              },
                              {
                                "name": "end",
                                "nodeType": "YulIdentifier",
                                "src": "924:3:92"
                              }
                            ],
                            "functionName": {
                              "name": "slt",
                              "nodeType": "YulIdentifier",
                              "src": "901:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "901:27:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "894:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "894:35:92"
                      },
                      "nodeType": "YulIf",
                      "src": "891:55:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "955:88:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "offset",
                                "nodeType": "YulIdentifier",
                                "src": "1002:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "1010:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "998:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "998:17:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "offset",
                                "nodeType": "YulIdentifier",
                                "src": "1030:6:92"
                              }
                            ],
                            "functionName": {
                              "name": "calldataload",
                              "nodeType": "YulIdentifier",
                              "src": "1017:12:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1017:20:92"
                          },
                          {
                            "name": "end",
                            "nodeType": "YulIdentifier",
                            "src": "1039:3:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_available_length_bytes",
                          "nodeType": "YulIdentifier",
                          "src": "964:33:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "964:79:92"
                      },
                      "variableNames": [
                        {
                          "name": "array",
                          "nodeType": "YulIdentifier",
                          "src": "955:5:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_string",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "offset",
                    "nodeType": "YulTypedName",
                    "src": "855:6:92",
                    "type": ""
                  },
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "863:3:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "array",
                    "nodeType": "YulTypedName",
                    "src": "871:5:92",
                    "type": ""
                  }
                ],
                "src": "828:221:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "1101:109:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "1111:29:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "1133:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "1120:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1120:20:92"
                      },
                      "variableNames": [
                        {
                          "name": "value",
                          "nodeType": "YulIdentifier",
                          "src": "1111:5:92"
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "1188:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1197:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1200:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "1190:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "1190:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "1190:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value",
                                "nodeType": "YulIdentifier",
                                "src": "1162:5:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "name": "value",
                                    "nodeType": "YulIdentifier",
                                    "src": "1173:5:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "1180:4:92",
                                    "type": "",
                                    "value": "0xff"
                                  }
                                ],
                                "functionName": {
                                  "name": "and",
                                  "nodeType": "YulIdentifier",
                                  "src": "1169:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "1169:16:92"
                              }
                            ],
                            "functionName": {
                              "name": "eq",
                              "nodeType": "YulIdentifier",
                              "src": "1159:2:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1159:27:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "1152:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1152:35:92"
                      },
                      "nodeType": "YulIf",
                      "src": "1149:55:92"
                    }
                  ]
                },
                "name": "abi_decode_uint8",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "offset",
                    "nodeType": "YulTypedName",
                    "src": "1080:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value",
                    "nodeType": "YulTypedName",
                    "src": "1091:5:92",
                    "type": ""
                  }
                ],
                "src": "1054:156:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "1285:116:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "1331:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1340:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1343:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "1333:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "1333:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "1333:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "1306:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "1315:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "1302:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1302:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "1327:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "1298:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1298:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "1295:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "1356:39:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "1385:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "1366:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1366:29:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "1356:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_address",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "1251:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "1262:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "1274:6:92",
                    "type": ""
                  }
                ],
                "src": "1215:186:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "1493:173:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "1539:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1548:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1551:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "1541:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "1541:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "1541:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "1514:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "1523:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "1510:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1510:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "1535:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "1506:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1506:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "1503:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "1564:39:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "1593:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "1574:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1574:29:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "1564:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "1612:48:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "1645:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "1656:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "1641:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1641:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "1622:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1622:38:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "1612:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_address",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "1451:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "1462:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "1474:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "1482:6:92",
                    "type": ""
                  }
                ],
                "src": "1406:260:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "1775:224:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "1821:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1830:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "1833:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "1823:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "1823:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "1823:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "1796:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "1805:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "1792:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1792:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "1817:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "1788:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1788:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "1785:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "1846:39:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "1875:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "1856:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1856:29:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "1846:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "1894:48:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "1927:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "1938:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "1923:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1923:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "1904:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1904:38:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "1894:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "1951:42:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "1978:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "1989:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "1974:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "1974:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "1961:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "1961:32:92"
                      },
                      "variableNames": [
                        {
                          "name": "value2",
                          "nodeType": "YulIdentifier",
                          "src": "1951:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_addresst_uint256",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "1725:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "1736:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "1748:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "1756:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "1764:6:92",
                    "type": ""
                  }
                ],
                "src": "1671:328:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "2174:436:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "2221:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2230:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2233:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "2223:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "2223:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "2223:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "2195:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2204:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "2191:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2191:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "2216:3:92",
                            "type": "",
                            "value": "224"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "2187:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2187:33:92"
                      },
                      "nodeType": "YulIf",
                      "src": "2184:53:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2246:39:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "2275:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "2256:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2256:29:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "2246:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2294:48:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2327:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2338:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2323:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2323:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "2304:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2304:38:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "2294:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2351:42:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2378:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2389:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2374:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2374:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2361:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2361:32:92"
                      },
                      "variableNames": [
                        {
                          "name": "value2",
                          "nodeType": "YulIdentifier",
                          "src": "2351:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2402:42:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2429:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2440:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2425:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2425:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2412:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2412:32:92"
                      },
                      "variableNames": [
                        {
                          "name": "value3",
                          "nodeType": "YulIdentifier",
                          "src": "2402:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2453:47:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2484:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2495:3:92",
                                "type": "",
                                "value": "128"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2480:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2480:19:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_uint8",
                          "nodeType": "YulIdentifier",
                          "src": "2463:16:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2463:37:92"
                      },
                      "variableNames": [
                        {
                          "name": "value4",
                          "nodeType": "YulIdentifier",
                          "src": "2453:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2509:43:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2536:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2547:3:92",
                                "type": "",
                                "value": "160"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2532:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2532:19:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2519:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2519:33:92"
                      },
                      "variableNames": [
                        {
                          "name": "value5",
                          "nodeType": "YulIdentifier",
                          "src": "2509:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2561:43:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2588:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2599:3:92",
                                "type": "",
                                "value": "192"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2584:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2584:19:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2571:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2571:33:92"
                      },
                      "variableNames": [
                        {
                          "name": "value6",
                          "nodeType": "YulIdentifier",
                          "src": "2561:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_addresst_uint256t_uint256t_uint8t_bytes32t_bytes32",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "2092:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "2103:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "2115:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "2123:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "2131:6:92",
                    "type": ""
                  },
                  {
                    "name": "value3",
                    "nodeType": "YulTypedName",
                    "src": "2139:6:92",
                    "type": ""
                  },
                  {
                    "name": "value4",
                    "nodeType": "YulTypedName",
                    "src": "2147:6:92",
                    "type": ""
                  },
                  {
                    "name": "value5",
                    "nodeType": "YulTypedName",
                    "src": "2155:6:92",
                    "type": ""
                  },
                  {
                    "name": "value6",
                    "nodeType": "YulTypedName",
                    "src": "2163:6:92",
                    "type": ""
                  }
                ],
                "src": "2004:606:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "2711:427:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "2757:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2766:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2769:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "2759:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "2759:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "2759:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "2732:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2741:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "2728:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2728:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "2753:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "2724:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2724:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "2721:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "2782:39:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "2811:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "2792:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2792:29:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "2782:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "2830:46:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "2861:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "2872:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "2857:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2857:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "2844:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2844:32:92"
                      },
                      "variables": [
                        {
                          "name": "offset",
                          "nodeType": "YulTypedName",
                          "src": "2834:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "2919:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2928:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "2931:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "2921:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "2921:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "2921:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "2891:6:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "2899:18:92",
                            "type": "",
                            "value": "0xffffffffffffffff"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "2888:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2888:30:92"
                      },
                      "nodeType": "YulIf",
                      "src": "2885:50:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "2944:32:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "2958:9:92"
                          },
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "2969:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "2954:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2954:22:92"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "2948:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "3024:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3033:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3036:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "3026:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "3026:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "3026:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "_1",
                                    "nodeType": "YulIdentifier",
                                    "src": "3003:2:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "3007:4:92",
                                    "type": "",
                                    "value": "0x1f"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "2999:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "2999:13:92"
                              },
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "3014:7:92"
                              }
                            ],
                            "functionName": {
                              "name": "slt",
                              "nodeType": "YulIdentifier",
                              "src": "2995:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "2995:27:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "2988:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "2988:35:92"
                      },
                      "nodeType": "YulIf",
                      "src": "2985:55:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3049:83:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "3097:2:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3101:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3093:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3093:11:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "3119:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "calldataload",
                              "nodeType": "YulIdentifier",
                              "src": "3106:12:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3106:16:92"
                          },
                          {
                            "name": "dataEnd",
                            "nodeType": "YulIdentifier",
                            "src": "3124:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_available_length_bytes",
                          "nodeType": "YulIdentifier",
                          "src": "3059:33:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3059:73:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "3049:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_bytes_memory_ptr",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "2669:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "2680:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "2692:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "2700:6:92",
                    "type": ""
                  }
                ],
                "src": "2615:523:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "3230:167:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "3276:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3285:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3288:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "3278:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "3278:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "3278:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "3251:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3260:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "3247:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3247:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "3272:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "3243:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3243:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "3240:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3301:39:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "3330:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "3311:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3311:29:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "3301:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3349:42:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3376:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3387:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3372:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3372:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "3359:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3359:32:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "3349:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_uint256",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "3188:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "3199:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "3211:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "3219:6:92",
                    "type": ""
                  }
                ],
                "src": "3143:254:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "3555:378:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "3602:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3611:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "3614:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "3604:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "3604:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "3604:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "3576:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3585:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "3572:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3572:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "3597:3:92",
                            "type": "",
                            "value": "192"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "3568:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3568:33:92"
                      },
                      "nodeType": "YulIf",
                      "src": "3565:53:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3627:39:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "3656:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_address",
                          "nodeType": "YulIdentifier",
                          "src": "3637:18:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3637:29:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "3627:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3675:42:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3702:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3713:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3698:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3698:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "3685:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3685:32:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "3675:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3726:42:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3753:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3764:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3749:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3749:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "3736:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3736:32:92"
                      },
                      "variableNames": [
                        {
                          "name": "value2",
                          "nodeType": "YulIdentifier",
                          "src": "3726:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3777:46:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3808:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3819:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3804:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3804:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_uint8",
                          "nodeType": "YulIdentifier",
                          "src": "3787:16:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3787:36:92"
                      },
                      "variableNames": [
                        {
                          "name": "value3",
                          "nodeType": "YulIdentifier",
                          "src": "3777:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3832:43:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3859:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3870:3:92",
                                "type": "",
                                "value": "128"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3855:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3855:19:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "3842:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3842:33:92"
                      },
                      "variableNames": [
                        {
                          "name": "value4",
                          "nodeType": "YulIdentifier",
                          "src": "3832:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "3884:43:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "3911:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "3922:3:92",
                                "type": "",
                                "value": "160"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "3907:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "3907:19:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "3894:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "3894:33:92"
                      },
                      "variableNames": [
                        {
                          "name": "value5",
                          "nodeType": "YulIdentifier",
                          "src": "3884:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_addresst_uint256t_uint256t_uint8t_bytes32t_bytes32",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "3481:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "3492:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "3504:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "3512:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "3520:6:92",
                    "type": ""
                  },
                  {
                    "name": "value3",
                    "nodeType": "YulTypedName",
                    "src": "3528:6:92",
                    "type": ""
                  },
                  {
                    "name": "value4",
                    "nodeType": "YulTypedName",
                    "src": "3536:6:92",
                    "type": ""
                  },
                  {
                    "name": "value5",
                    "nodeType": "YulTypedName",
                    "src": "3544:6:92",
                    "type": ""
                  }
                ],
                "src": "3402:531:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "4019:103:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4065:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4074:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4077:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4067:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4067:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4067:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "4040:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "4049:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "4036:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4036:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "4061:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "4032:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4032:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4029:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "4090:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "4106:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "mload",
                          "nodeType": "YulIdentifier",
                          "src": "4100:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4100:16:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "4090:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_bytes32_fromMemory",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "3985:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "3996:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "4008:6:92",
                    "type": ""
                  }
                ],
                "src": "3938:184:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "4234:436:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4280:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4289:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4292:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4282:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4282:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4282:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "4255:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "4264:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "4251:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4251:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "4276:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "4247:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4247:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4244:52:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "4305:37:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "4332:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "4319:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4319:23:92"
                      },
                      "variables": [
                        {
                          "name": "offset",
                          "nodeType": "YulTypedName",
                          "src": "4309:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "4351:28:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "4361:18:92",
                        "type": "",
                        "value": "0xffffffffffffffff"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "4355:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4406:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4415:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4418:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4408:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4408:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4408:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "offset",
                            "nodeType": "YulIdentifier",
                            "src": "4394:6:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "4402:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "4391:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4391:14:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4388:34:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "4431:60:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "4463:9:92"
                              },
                              {
                                "name": "offset",
                                "nodeType": "YulIdentifier",
                                "src": "4474:6:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "4459:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4459:22:92"
                          },
                          {
                            "name": "dataEnd",
                            "nodeType": "YulIdentifier",
                            "src": "4483:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_string",
                          "nodeType": "YulIdentifier",
                          "src": "4441:17:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4441:50:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "4431:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "4500:48:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "4533:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "4544:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "4529:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4529:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "4516:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4516:32:92"
                      },
                      "variables": [
                        {
                          "name": "offset_1",
                          "nodeType": "YulTypedName",
                          "src": "4504:8:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4577:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4586:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4589:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4579:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4579:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4579:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "offset_1",
                            "nodeType": "YulIdentifier",
                            "src": "4563:8:92"
                          },
                          {
                            "name": "_1",
                            "nodeType": "YulIdentifier",
                            "src": "4573:2:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "4560:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4560:16:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4557:36:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "4602:62:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "4634:9:92"
                              },
                              {
                                "name": "offset_1",
                                "nodeType": "YulIdentifier",
                                "src": "4645:8:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "4630:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4630:24:92"
                          },
                          {
                            "name": "dataEnd",
                            "nodeType": "YulIdentifier",
                            "src": "4656:7:92"
                          }
                        ],
                        "functionName": {
                          "name": "abi_decode_string",
                          "nodeType": "YulIdentifier",
                          "src": "4612:17:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4612:52:92"
                      },
                      "variableNames": [
                        {
                          "name": "value1",
                          "nodeType": "YulIdentifier",
                          "src": "4602:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "4192:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "4203:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "4215:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "4223:6:92",
                    "type": ""
                  }
                ],
                "src": "4127:543:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "4745:110:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "4791:16:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4800:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "4803:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "4793:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "4793:12:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "4793:12:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "dataEnd",
                                "nodeType": "YulIdentifier",
                                "src": "4766:7:92"
                              },
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "4775:9:92"
                              }
                            ],
                            "functionName": {
                              "name": "sub",
                              "nodeType": "YulIdentifier",
                              "src": "4762:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "4762:23:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "4787:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "slt",
                          "nodeType": "YulIdentifier",
                          "src": "4758:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4758:32:92"
                      },
                      "nodeType": "YulIf",
                      "src": "4755:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "4816:33:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "4839:9:92"
                          }
                        ],
                        "functionName": {
                          "name": "calldataload",
                          "nodeType": "YulIdentifier",
                          "src": "4826:12:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "4826:23:92"
                      },
                      "variableNames": [
                        {
                          "name": "value0",
                          "nodeType": "YulIdentifier",
                          "src": "4816:6:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_decode_tuple_t_uint256",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "4711:9:92",
                    "type": ""
                  },
                  {
                    "name": "dataEnd",
                    "nodeType": "YulTypedName",
                    "src": "4722:7:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "4734:6:92",
                    "type": ""
                  }
                ],
                "src": "4675:180:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "4997:137:92",
                  "statements": [
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "5007:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "5027:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mload",
                          "nodeType": "YulIdentifier",
                          "src": "5021:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5021:13:92"
                      },
                      "variables": [
                        {
                          "name": "length",
                          "nodeType": "YulTypedName",
                          "src": "5011:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "5069:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5077:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "5065:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5065:17:92"
                          },
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "5084:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "5089:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "copy_memory_to_memory",
                          "nodeType": "YulIdentifier",
                          "src": "5043:21:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5043:53:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "5043:53:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "5105:23:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "5116:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "5121:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "5112:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5112:16:92"
                      },
                      "variableNames": [
                        {
                          "name": "end",
                          "nodeType": "YulIdentifier",
                          "src": "5105: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": "4973:3:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "4978:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "4989:3:92",
                    "type": ""
                  }
                ],
                "src": "4860:274:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "5278:137:92",
                  "statements": [
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "5288:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "5308:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mload",
                          "nodeType": "YulIdentifier",
                          "src": "5302:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5302:13:92"
                      },
                      "variables": [
                        {
                          "name": "length",
                          "nodeType": "YulTypedName",
                          "src": "5292:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "5350:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5358:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "5346:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5346:17:92"
                          },
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "5365:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "5370:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "copy_memory_to_memory",
                          "nodeType": "YulIdentifier",
                          "src": "5324:21:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5324:53:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "5324:53:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "5386:23:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "5397:3:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "5402:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "5393:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5393:16:92"
                      },
                      "variableNames": [
                        {
                          "name": "end",
                          "nodeType": "YulIdentifier",
                          "src": "5386:3:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_packed_t_string_memory_ptr__to_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "pos",
                    "nodeType": "YulTypedName",
                    "src": "5254:3:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "5259:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "5270:3:92",
                    "type": ""
                  }
                ],
                "src": "5139:276:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "5668:144:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "5685:3:92"
                          },
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5694:3:92",
                                "type": "",
                                "value": "240"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5699:4:92",
                                "type": "",
                                "value": "6401"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "5690:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5690:14:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "5678:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5678:27:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "5678:27:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "pos",
                                "nodeType": "YulIdentifier",
                                "src": "5725:3:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5730:1:92",
                                "type": "",
                                "value": "2"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "5721:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5721:11:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "5734:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "5714:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5714:27:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "5714:27:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "pos",
                                "nodeType": "YulIdentifier",
                                "src": "5761:3:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "5766:2:92",
                                "type": "",
                                "value": "34"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "5757:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5757:12:92"
                          },
                          {
                            "name": "value1",
                            "nodeType": "YulIdentifier",
                            "src": "5771:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "5750:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5750:28:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "5750:28:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "5787:19:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "pos",
                            "nodeType": "YulIdentifier",
                            "src": "5798:3:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "5803:2:92",
                            "type": "",
                            "value": "66"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "5794:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5794:12:92"
                      },
                      "variableNames": [
                        {
                          "name": "end",
                          "nodeType": "YulIdentifier",
                          "src": "5787:3:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_packed_t_stringliteral_301a50b291d33ce1e8e9064e3f6a6c51d902ec22892b50d58abf6357c6a45541_t_bytes32_t_bytes32__to_t_string_memory_ptr_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "pos",
                    "nodeType": "YulTypedName",
                    "src": "5636:3:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "5641:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "5649:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "end",
                    "nodeType": "YulTypedName",
                    "src": "5660:3:92",
                    "type": ""
                  }
                ],
                "src": "5420:392:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "5918:102:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "5928:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "5940:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "5951:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "5936:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5936:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "5928:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "5970:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "5985:6:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "6001:3:92",
                                        "type": "",
                                        "value": "160"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "6006:1:92",
                                        "type": "",
                                        "value": "1"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "shl",
                                      "nodeType": "YulIdentifier",
                                      "src": "5997:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "5997:11:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "6010:1:92",
                                    "type": "",
                                    "value": "1"
                                  }
                                ],
                                "functionName": {
                                  "name": "sub",
                                  "nodeType": "YulIdentifier",
                                  "src": "5993:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "5993:19:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "5981:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "5981:32:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "5963:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "5963:51:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "5963:51:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "5887:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "5898:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "5909:4:92",
                    "type": ""
                  }
                ],
                "src": "5817:203:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "6120:92:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "6130:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "6142:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "6153:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "6138:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6138:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "6130:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "6172:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "value0",
                                    "nodeType": "YulIdentifier",
                                    "src": "6197:6:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "iszero",
                                  "nodeType": "YulIdentifier",
                                  "src": "6190:6:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "6190:14:92"
                              }
                            ],
                            "functionName": {
                              "name": "iszero",
                              "nodeType": "YulIdentifier",
                              "src": "6183:6:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6183:22:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6165:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6165:41:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6165:41:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "6089:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "6100:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "6111:4:92",
                    "type": ""
                  }
                ],
                "src": "6025:187:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "6318:76:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "6328:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "6340:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "6351:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "6336:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6336:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "6328:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "6370:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "6381:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6363:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6363:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6363:25:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "6287:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "6298:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "6309:4:92",
                    "type": ""
                  }
                ],
                "src": "6217:177:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "6640:350:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "6650:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "6662:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "6673:3:92",
                            "type": "",
                            "value": "192"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "6658:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6658:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "6650:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "6693:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "6704:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6686:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6686:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6686:25:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "6720:29:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6738:3:92",
                                "type": "",
                                "value": "160"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6743:1:92",
                                "type": "",
                                "value": "1"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "6734:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6734:11:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "6747:1:92",
                            "type": "",
                            "value": "1"
                          }
                        ],
                        "functionName": {
                          "name": "sub",
                          "nodeType": "YulIdentifier",
                          "src": "6730:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6730:19:92"
                      },
                      "variables": [
                        {
                          "name": "_1",
                          "nodeType": "YulTypedName",
                          "src": "6724:2:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "6769:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6780:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6765:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6765:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value1",
                                "nodeType": "YulIdentifier",
                                "src": "6789:6:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "6797:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "6785:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6785:15:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6758:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6758:43:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6758:43:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "6821:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6832:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6817:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6817:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value2",
                                "nodeType": "YulIdentifier",
                                "src": "6841:6:92"
                              },
                              {
                                "name": "_1",
                                "nodeType": "YulIdentifier",
                                "src": "6849:2:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "6837:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6837:15:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6810:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6810:43:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6810:43:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "6873:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6884:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6869:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6869:18:92"
                          },
                          {
                            "name": "value3",
                            "nodeType": "YulIdentifier",
                            "src": "6889:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6862:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6862:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6862:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "6916:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6927:3:92",
                                "type": "",
                                "value": "128"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6912:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6912:19:92"
                          },
                          {
                            "name": "value4",
                            "nodeType": "YulIdentifier",
                            "src": "6933:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6905:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6905:35:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6905:35:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "6960:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "6971:3:92",
                                "type": "",
                                "value": "160"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "6956:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "6956:19:92"
                          },
                          {
                            "name": "value5",
                            "nodeType": "YulIdentifier",
                            "src": "6977:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "6949:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "6949:35:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "6949:35:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_bytes32_t_address_t_address_t_uint256_t_uint256_t_uint256__to_t_bytes32_t_address_t_address_t_uint256_t_uint256_t_uint256__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "6569:9:92",
                    "type": ""
                  },
                  {
                    "name": "value5",
                    "nodeType": "YulTypedName",
                    "src": "6580:6:92",
                    "type": ""
                  },
                  {
                    "name": "value4",
                    "nodeType": "YulTypedName",
                    "src": "6588:6:92",
                    "type": ""
                  },
                  {
                    "name": "value3",
                    "nodeType": "YulTypedName",
                    "src": "6596:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "6604:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "6612:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "6620:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "6631:4:92",
                    "type": ""
                  }
                ],
                "src": "6399:591:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "7208:276:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "7218:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7230:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "7241:3:92",
                            "type": "",
                            "value": "160"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "7226:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7226:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "7218:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7261:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "7272:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7254:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7254:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7254:25:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "7299:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7310:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "7295:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7295:18:92"
                          },
                          {
                            "name": "value1",
                            "nodeType": "YulIdentifier",
                            "src": "7315:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7288:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7288:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7288:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "7342:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7353:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "7338:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7338:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value2",
                                "nodeType": "YulIdentifier",
                                "src": "7362:6:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "7378:3:92",
                                        "type": "",
                                        "value": "160"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "7383:1:92",
                                        "type": "",
                                        "value": "1"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "shl",
                                      "nodeType": "YulIdentifier",
                                      "src": "7374:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "7374:11:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "7387:1:92",
                                    "type": "",
                                    "value": "1"
                                  }
                                ],
                                "functionName": {
                                  "name": "sub",
                                  "nodeType": "YulIdentifier",
                                  "src": "7370:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "7370:19:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "7358:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7358:32:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7331:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7331:60:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7331:60:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "7411:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7422:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "7407:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7407:18:92"
                          },
                          {
                            "name": "value3",
                            "nodeType": "YulIdentifier",
                            "src": "7427:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7400:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7400:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7400:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "7454:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7465:3:92",
                                "type": "",
                                "value": "128"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "7450:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7450:19:92"
                          },
                          {
                            "name": "value4",
                            "nodeType": "YulIdentifier",
                            "src": "7471:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7443:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7443:35:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7443:35:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_bytes32_t_bytes32_t_address_t_uint256_t_uint256__to_t_bytes32_t_bytes32_t_address_t_uint256_t_uint256__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "7145:9:92",
                    "type": ""
                  },
                  {
                    "name": "value4",
                    "nodeType": "YulTypedName",
                    "src": "7156:6:92",
                    "type": ""
                  },
                  {
                    "name": "value3",
                    "nodeType": "YulTypedName",
                    "src": "7164:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "7172:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "7180:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "7188:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "7199:4:92",
                    "type": ""
                  }
                ],
                "src": "6995:489:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "7702:276:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "7712:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7724:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "7735:3:92",
                            "type": "",
                            "value": "160"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "7720:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7720:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "7712:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "7755:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "7766:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7748:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7748:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7748:25:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "7793:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7804:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "7789:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7789:18:92"
                          },
                          {
                            "name": "value1",
                            "nodeType": "YulIdentifier",
                            "src": "7809:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7782:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7782:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7782:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "7836:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7847:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "7832:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7832:18:92"
                          },
                          {
                            "name": "value2",
                            "nodeType": "YulIdentifier",
                            "src": "7852:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7825:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7825:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7825:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "7879:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7890:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "7875:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7875:18:92"
                          },
                          {
                            "name": "value3",
                            "nodeType": "YulIdentifier",
                            "src": "7895:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7868:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7868:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7868:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "7922:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "7933:3:92",
                                "type": "",
                                "value": "128"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "7918:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7918:19:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value4",
                                "nodeType": "YulIdentifier",
                                "src": "7943:6:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "7959:3:92",
                                        "type": "",
                                        "value": "160"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "7964:1:92",
                                        "type": "",
                                        "value": "1"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "shl",
                                      "nodeType": "YulIdentifier",
                                      "src": "7955:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "7955:11:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "7968:1:92",
                                    "type": "",
                                    "value": "1"
                                  }
                                ],
                                "functionName": {
                                  "name": "sub",
                                  "nodeType": "YulIdentifier",
                                  "src": "7951:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "7951:19:92"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "7939:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "7939:32:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "7911:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "7911:61:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "7911:61:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_bytes32_t_bytes32_t_bytes32_t_uint256_t_address__to_t_bytes32_t_bytes32_t_bytes32_t_uint256_t_address__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "7639:9:92",
                    "type": ""
                  },
                  {
                    "name": "value4",
                    "nodeType": "YulTypedName",
                    "src": "7650:6:92",
                    "type": ""
                  },
                  {
                    "name": "value3",
                    "nodeType": "YulTypedName",
                    "src": "7658:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "7666:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "7674:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "7682:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "7693:4:92",
                    "type": ""
                  }
                ],
                "src": "7489:489:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "8164:217:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "8174:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "8186:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "8197:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "8182:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8182:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "8174:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "8217:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "8228:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "8210:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8210:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8210:25:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "8255:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "8266:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8251:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8251:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value1",
                                "nodeType": "YulIdentifier",
                                "src": "8275:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "8283:4:92",
                                "type": "",
                                "value": "0xff"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "8271:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8271:17:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "8244:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8244:45:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8244:45:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "8309:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "8320:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8305:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8305:18:92"
                          },
                          {
                            "name": "value2",
                            "nodeType": "YulIdentifier",
                            "src": "8325:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "8298:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8298:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8298:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "8352:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "8363:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8348:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8348:18:92"
                          },
                          {
                            "name": "value3",
                            "nodeType": "YulIdentifier",
                            "src": "8368:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "8341:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8341:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8341:34:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "8109:9:92",
                    "type": ""
                  },
                  {
                    "name": "value3",
                    "nodeType": "YulTypedName",
                    "src": "8120:6:92",
                    "type": ""
                  },
                  {
                    "name": "value2",
                    "nodeType": "YulTypedName",
                    "src": "8128:6:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "8136:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "8144:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "8155:4:92",
                    "type": ""
                  }
                ],
                "src": "7983:398:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "8493:87:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "8503:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "8515:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "8526:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "8511:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8511:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "8503:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "8545:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "8560:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "8568:4:92",
                                "type": "",
                                "value": "0xff"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "8556:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8556:17:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "8538:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8538:36:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8538:36:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "8462:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "8473:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "8484:4:92",
                    "type": ""
                  }
                ],
                "src": "8386:194:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "8706:262:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "8723:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "8734:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "8716:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8716:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8716:21:92"
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "8746:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "8766:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mload",
                          "nodeType": "YulIdentifier",
                          "src": "8760:5:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8760:13:92"
                      },
                      "variables": [
                        {
                          "name": "length",
                          "nodeType": "YulTypedName",
                          "src": "8750:6:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "8793:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "8804:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8789:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8789:18:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "8809:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "8782:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8782:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8782:34:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "8851:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "8859:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8847:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8847:15:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "8868:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "8879:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8864:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8864:18:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "8884:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "copy_memory_to_memory",
                          "nodeType": "YulIdentifier",
                          "src": "8825:21:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8825:66:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "8825:66:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "8900:62:92",
                      "value": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "8916:9:92"
                              },
                              {
                                "arguments": [
                                  {
                                    "arguments": [
                                      {
                                        "name": "length",
                                        "nodeType": "YulIdentifier",
                                        "src": "8935:6:92"
                                      },
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "8943:2:92",
                                        "type": "",
                                        "value": "31"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "add",
                                      "nodeType": "YulIdentifier",
                                      "src": "8931:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "8931:15:92"
                                  },
                                  {
                                    "arguments": [
                                      {
                                        "kind": "number",
                                        "nodeType": "YulLiteral",
                                        "src": "8952:2:92",
                                        "type": "",
                                        "value": "31"
                                      }
                                    ],
                                    "functionName": {
                                      "name": "not",
                                      "nodeType": "YulIdentifier",
                                      "src": "8948:3:92"
                                    },
                                    "nodeType": "YulFunctionCall",
                                    "src": "8948:7:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "and",
                                  "nodeType": "YulIdentifier",
                                  "src": "8927:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "8927:29:92"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "8912:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "8912:45:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "8959:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "8908:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "8908:54:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "8900: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": "8675:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "8686:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "8697:4:92",
                    "type": ""
                  }
                ],
                "src": "8585:383:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "9147:174:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9164:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9175:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9157:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9157:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9157:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "9198:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9209:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9194:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9194:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9214:2:92",
                            "type": "",
                            "value": "24"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9187:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9187:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9187:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "9237:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9248:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9233:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9233:18:92"
                          },
                          {
                            "hexValue": "45434453413a20696e76616c6964207369676e6174757265",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "9253:26:92",
                            "type": "",
                            "value": "ECDSA: invalid signature"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9226:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9226:54:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9226:54:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "9289:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9301:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9312:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "9297:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9297:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "9289:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_00043f6bf76368aa97c21698e9b9d4779e31902453daccf3525ddfb36e53e2be__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "9124:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "9138:4:92",
                    "type": ""
                  }
                ],
                "src": "8973:348:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "9500:179:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9517:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9528:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9510:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9510:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9510:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "9551:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9562:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9547:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9547:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9567:2:92",
                            "type": "",
                            "value": "29"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9540:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9540:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9540:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "9590:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9601:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9586:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9586:18:92"
                          },
                          {
                            "hexValue": "4552433230536e617073686f743a206e6f6e6578697374656e74206964",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "9606:31:92",
                            "type": "",
                            "value": "ERC20Snapshot: nonexistent id"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9579:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9579:59:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9579:59:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "9647:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9659:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9670:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "9655:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9655:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "9647:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_031e0835d070e7bbd2c8dcce466eadb8c6b9fd22432b0357ab8c37bd9a385940__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "9477:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "9491:4:92",
                    "type": ""
                  }
                ],
                "src": "9326:353:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "9858:225:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "9875:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9886:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9868:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9868:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9868:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "9909:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9920:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9905:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9905:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "9925:2:92",
                            "type": "",
                            "value": "35"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9898:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9898:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9898:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "9948:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "9959:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "9944:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "9944:18:92"
                          },
                          {
                            "hexValue": "45524332303a207472616e7366657220746f20746865207a65726f2061646472",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "9964:34:92",
                            "type": "",
                            "value": "ERC20: transfer to the zero addr"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "9937:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "9937:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "9937:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10019:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10030:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10015:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10015:18:92"
                          },
                          {
                            "hexValue": "657373",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "10035:5:92",
                            "type": "",
                            "value": "ess"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10008:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10008:33:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10008:33:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "10050:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10062:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10073:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "10058:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10058:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "10050:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "9835:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "9849:4:92",
                    "type": ""
                  }
                ],
                "src": "9684:399:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "10262:170:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10279:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10290:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10272:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10272:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10272:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10313:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10324:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10309:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10309:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10329:2:92",
                            "type": "",
                            "value": "20"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10302:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10302:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10302:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10352:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10363:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10348:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10348:18:92"
                          },
                          {
                            "hexValue": "5061757361626c653a206e6f7420706175736564",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "10368:22:92",
                            "type": "",
                            "value": "Pausable: not paused"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10341:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10341:50:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10341:50:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "10400:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10412:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10423:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "10408:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10408:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "10400:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "10239:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "10253:4:92",
                    "type": ""
                  }
                ],
                "src": "10088:344:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "10611:179:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10628:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10639:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10621:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10621:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10621:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10662:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10673:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10658:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10658:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10678:2:92",
                            "type": "",
                            "value": "29"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10651:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10651:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10651:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "10701:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "10712:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "10697:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "10697:18:92"
                          },
                          {
                            "hexValue": "4552433230566f7465733a207369676e61747572652065787069726564",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "10717:31:92",
                            "type": "",
                            "value": "ERC20Votes: signature expired"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10690:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10690:59:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10690:59:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "10758:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10770:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10781:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "10766:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10766:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "10758:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_136d0f69bc85a5c125b5cc368e2880ebdb3c89d4d9828f6476431c386ea60257__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "10588:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "10602:4:92",
                    "type": ""
                  }
                ],
                "src": "10437:353:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "10969:224:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "10986:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "10997:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "10979:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "10979:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "10979:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11020:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11031:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11016:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11016:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11036:2:92",
                            "type": "",
                            "value": "34"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11009:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11009:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11009:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11059:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11070:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11055:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11055:18:92"
                          },
                          {
                            "hexValue": "45524332303a206275726e20616d6f756e7420657863656564732062616c616e",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "11075:34:92",
                            "type": "",
                            "value": "ERC20: burn amount exceeds balan"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11048:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11048:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11048:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11130:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11141:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11126:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11126:18:92"
                          },
                          {
                            "hexValue": "6365",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "11146:4:92",
                            "type": "",
                            "value": "ce"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11119:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11119:32:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11119:32:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "11160:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11172:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11183:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "11168:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11168:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "11160:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "10946:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "10960:4:92",
                    "type": ""
                  }
                ],
                "src": "10795:398:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "11372:181:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11389:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11400:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11382:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11382:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11382:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11423:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11434:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11419:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11419:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11439:2:92",
                            "type": "",
                            "value": "31"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11412:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11412:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11412:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11462:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11473:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11458:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11458:18:92"
                          },
                          {
                            "hexValue": "45434453413a20696e76616c6964207369676e6174757265206c656e677468",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "11478:33:92",
                            "type": "",
                            "value": "ECDSA: invalid signature length"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11451:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11451:61:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11451:61:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "11521:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11533:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11544:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "11529:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11529:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "11521:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_1669ff3ba3cdf64474e1193492d05b8434e29b0b495e60095eb5f5c8ec14ce77__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "11349:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "11363:4:92",
                    "type": ""
                  }
                ],
                "src": "11198:355:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "11732:175:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11749:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11760:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11742:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11742:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11742:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11783:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11794:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11779:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11779:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11799:2:92",
                            "type": "",
                            "value": "25"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11772:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11772:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11772:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "11822:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "11833:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "11818:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "11818:18:92"
                          },
                          {
                            "hexValue": "4552433230566f7465733a20696e76616c6964206e6f6e6365",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "11838:27:92",
                            "type": "",
                            "value": "ERC20Votes: invalid nonce"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "11811:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11811:55:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "11811:55:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "11875:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "11887:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "11898:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "11883:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "11883:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "11875:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_1a23b43d95073d55a7380117ca03cace60cd22fee15d5cb140d51e46236e6872__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "11709:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "11723:4:92",
                    "type": ""
                  }
                ],
                "src": "11558:349:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "12086:228:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12103:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12114:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12096:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12096:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12096:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12137:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12148:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12133:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12133:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12153:2:92",
                            "type": "",
                            "value": "38"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12126:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12126:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12126:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12176:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12187:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12172:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12172:18:92"
                          },
                          {
                            "hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "12192:34:92",
                            "type": "",
                            "value": "Ownable: new owner is the zero a"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12165:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12165:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12165:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12247:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12258:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12243:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12243:18:92"
                          },
                          {
                            "hexValue": "646472657373",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "12263:8:92",
                            "type": "",
                            "value": "ddress"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12236:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12236:36:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12236:36:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "12281:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12293:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12304:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "12289:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12289:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "12281:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "12063:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "12077:4:92",
                    "type": ""
                  }
                ],
                "src": "11912:402:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "12493:224:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12510:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12521:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12503:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12503:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12503:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12544:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12555:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12540:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12540:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12560:2:92",
                            "type": "",
                            "value": "34"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12533:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12533:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12533:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12583:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12594:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12579:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12579:18:92"
                          },
                          {
                            "hexValue": "45524332303a20617070726f766520746f20746865207a65726f206164647265",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "12599:34:92",
                            "type": "",
                            "value": "ERC20: approve to the zero addre"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12572:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12572:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12572:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12654:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12665:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12650:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12650:18:92"
                          },
                          {
                            "hexValue": "7373",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "12670:4:92",
                            "type": "",
                            "value": "ss"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12643:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12643:32:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12643:32:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "12684:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12696:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12707:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "12692:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12692:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "12684:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "12470:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "12484:4:92",
                    "type": ""
                  }
                ],
                "src": "12319:398:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "12896:234:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "12913:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12924:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12906:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12906:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12906:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12947:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12958:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12943:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12943:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "12963:2:92",
                            "type": "",
                            "value": "44"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12936:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12936:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12936:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "12986:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "12997:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "12982:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "12982:18:92"
                          },
                          {
                            "hexValue": "46756e6374696f6e206d7573742062652063616c6c6564207468726f75676820",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "13002:34:92",
                            "type": "",
                            "value": "Function must be called through "
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "12975:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "12975:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "12975:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13057:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13068:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13053:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13053:18:92"
                          },
                          {
                            "hexValue": "64656c656761746563616c6c",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "13073:14:92",
                            "type": "",
                            "value": "delegatecall"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13046:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13046:42:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13046:42:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "13097:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13109:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13120:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "13105:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13105:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "13097:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_36e108fa7a809b52ab1951dd91c117a7bc9ac5250bdf1aa162d4e104f7edf9eb__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "12873:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "12887:4:92",
                    "type": ""
                  }
                ],
                "src": "12722:408:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "13309:179:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13326:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13337:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13319:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13319:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13319:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13360:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13371:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13356:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13356:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13376:2:92",
                            "type": "",
                            "value": "29"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13349:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13349:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13349:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13399:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13410:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13395:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13395:18:92"
                          },
                          {
                            "hexValue": "45524332303a20696e73756666696369656e7420616c6c6f77616e6365",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "13415:31:92",
                            "type": "",
                            "value": "ERC20: insufficient allowance"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13388:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13388:59:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13388:59:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "13456:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13468:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13479:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "13464:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13464:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "13456:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "13286:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "13300:4:92",
                    "type": ""
                  }
                ],
                "src": "13135:353:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "13667:179:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13684:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13695:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13677:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13677:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13677:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13718:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13729:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13714:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13714:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13734:2:92",
                            "type": "",
                            "value": "29"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13707:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13707:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13707:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "13757:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "13768:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "13753:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "13753:18:92"
                          },
                          {
                            "hexValue": "45524332305065726d69743a206578706972656420646561646c696e65",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "13773:31:92",
                            "type": "",
                            "value": "ERC20Permit: expired deadline"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "13746:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13746:59:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "13746:59:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "13814:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "13826:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "13837:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "13822:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "13822:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "13814:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_3e89525a63fb9c966b61cf8f5305156de8420bc773a2b60828a2f32c3c5797bd__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "13644:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "13658:4:92",
                    "type": ""
                  }
                ],
                "src": "13493:353:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "14025:228:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14042:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14053:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14035:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14035:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14035:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14076:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14087:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14072:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14072:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14092:2:92",
                            "type": "",
                            "value": "38"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14065:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14065:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14065:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14115:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14126:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14111:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14111:18:92"
                          },
                          {
                            "hexValue": "45524332303a207472616e7366657220616d6f756e7420657863656564732062",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "14131:34:92",
                            "type": "",
                            "value": "ERC20: transfer amount exceeds b"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14104:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14104:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14104:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14186:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14197:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14182:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14182:18:92"
                          },
                          {
                            "hexValue": "616c616e6365",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "14202:8:92",
                            "type": "",
                            "value": "alance"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14175:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14175:36:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14175:36:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "14220:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14232:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14243:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "14228:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14228:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "14220:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "14002:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "14016:4:92",
                    "type": ""
                  }
                ],
                "src": "13851:402:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "14432:182:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14449:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14460:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14442:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14442:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14442:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14483:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14494:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14479:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14479:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14499:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14472:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14472:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14472:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14522:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14533:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14518:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14518:18:92"
                          },
                          {
                            "hexValue": "4552433230566f7465733a20696e76616c6964207369676e6572202830783029",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "14538:34:92",
                            "type": "",
                            "value": "ERC20Votes: invalid signer (0x0)"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14511:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14511:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14511:62:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "14582:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14594:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14605:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "14590:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14590:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "14582:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_4cb95558ae0b72228b49d05e80bd7028a9c838ca660b340001d1e4813e6f39db__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "14409:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "14423:4:92",
                    "type": ""
                  }
                ],
                "src": "14258:356:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "14793:224:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14810:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14821:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14803:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14803:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14803:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14844:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14855:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14840:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14840:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "14860:2:92",
                            "type": "",
                            "value": "34"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14833:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14833:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14833:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14883:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14894:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14879:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14879:18:92"
                          },
                          {
                            "hexValue": "45434453413a20696e76616c6964207369676e6174757265202773272076616c",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "14899:34:92",
                            "type": "",
                            "value": "ECDSA: invalid signature 's' val"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14872:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14872:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14872:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "14954:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "14965:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "14950:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "14950:18:92"
                          },
                          {
                            "hexValue": "7565",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "14970:4:92",
                            "type": "",
                            "value": "ue"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "14943:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14943:32:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "14943:32:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "14984:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "14996:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15007:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "14992:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "14992:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "14984:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_520d1f787dbcafbbfc007fd2c4ecf3d2711ec587f3ee9a1215c0b646c3e530bd__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "14770:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "14784:4:92",
                    "type": ""
                  }
                ],
                "src": "14619:398:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "15196:234:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "15213:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15224:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15206:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15206:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15206:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15247:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15258:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15243:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15243:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15263:2:92",
                            "type": "",
                            "value": "44"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15236:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15236:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15236:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15286:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15297:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15282:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15282:18:92"
                          },
                          {
                            "hexValue": "46756e6374696f6e206d7573742062652063616c6c6564207468726f75676820",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "15302:34:92",
                            "type": "",
                            "value": "Function must be called through "
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15275:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15275:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15275:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15357:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15368:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15353:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15353:18:92"
                          },
                          {
                            "hexValue": "6163746976652070726f7879",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "15373:14:92",
                            "type": "",
                            "value": "active proxy"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15346:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15346:42:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15346:42:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "15397:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "15409:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15420:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "15405:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15405:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "15397:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_52f1ead4d9653e13afbd2e90ef2587c30187cd50b2e97d784e3f7a7541247434__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "15173:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "15187:4:92",
                    "type": ""
                  }
                ],
                "src": "15022:408:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "15609:246:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "15626:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15637:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15619:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15619:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15619:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15660:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15671:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15656:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15656:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15676:2:92",
                            "type": "",
                            "value": "56"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15649:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15649:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15649:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15699:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15710:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15695:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15695:18:92"
                          },
                          {
                            "hexValue": "555550535570677261646561626c653a206d757374206e6f742062652063616c",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "15715:34:92",
                            "type": "",
                            "value": "UUPSUpgradeable: must not be cal"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15688:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15688:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15688:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "15770:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "15781:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "15766:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "15766:18:92"
                          },
                          {
                            "hexValue": "6c6564207468726f7567682064656c656761746563616c6c",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "15786:26:92",
                            "type": "",
                            "value": "led through delegatecall"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "15759:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15759:54:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "15759:54:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "15822:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "15834:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "15845:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "15830:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "15830:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "15822:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_67f0151b4ad1dcfa0e3302a0cd6019f51582ef1807b37dceb00bd852a514f7f4__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "15586:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "15600:4:92",
                    "type": ""
                  }
                ],
                "src": "15435:420:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "16034:166:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "16051:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16062:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16044:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16044:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16044:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16085:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16096:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16081:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16081:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16101:2:92",
                            "type": "",
                            "value": "16"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16074:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16074:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16074:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16124:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16135:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16120:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16120:18:92"
                          },
                          {
                            "hexValue": "5061757361626c653a20706175736564",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "16140:18:92",
                            "type": "",
                            "value": "Pausable: paused"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16113:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16113:46:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16113:46:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "16168:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "16180:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16191:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "16176:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16176:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "16168:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "16011:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "16025:4:92",
                    "type": ""
                  }
                ],
                "src": "15860:340:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "16379:170:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "16396:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16407:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16389:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16389:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16389:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16430:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16441:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16426:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16426:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16446:2:92",
                            "type": "",
                            "value": "20"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16419:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16419:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16419:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16469:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16480:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16465:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16465:18:92"
                          },
                          {
                            "hexValue": "7368617265733a2073796d626f6c20656d707479",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "16485:22:92",
                            "type": "",
                            "value": "shares: symbol empty"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16458:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16458:50:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16458:50:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "16517:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "16529:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16540:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "16525:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16525:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "16517:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_6f9bea4415e2e0a6226edeed5d0183ef579206155bf2c874048217adc845f687__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "16356:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "16370:4:92",
                    "type": ""
                  }
                ],
                "src": "16205:344:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "16728:231:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "16745:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16756:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16738:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16738:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16738:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16779:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16790:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16775:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16775:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16795:2:92",
                            "type": "",
                            "value": "41"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16768:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16768:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16768:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16818:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16829:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16814:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16814:18:92"
                          },
                          {
                            "hexValue": "45524331393637557067726164653a20756e737570706f727465642070726f78",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "16834:34:92",
                            "type": "",
                            "value": "ERC1967Upgrade: unsupported prox"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16807:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16807:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16807:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "16889:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "16900:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "16885:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "16885:18:92"
                          },
                          {
                            "hexValue": "6961626c6555554944",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "16905:11:92",
                            "type": "",
                            "value": "iableUUID"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "16878:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16878:39:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "16878:39:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "16926:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "16938:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "16949:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "16934:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "16934:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "16926:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_76b6b6debfc5febf101145a79ecf0b0d2e89e397dfdab2bca99888370411152c__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "16705:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "16719:4:92",
                    "type": ""
                  }
                ],
                "src": "16554:405:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "17138:168:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "17155:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17166:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17148:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17148:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17148:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17189:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17200:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17185:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17185:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17205:2:92",
                            "type": "",
                            "value": "18"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17178:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17178:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17178:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17228:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17239:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17224:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17224:18:92"
                          },
                          {
                            "hexValue": "7368617265733a206e616d6520656d707479",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "17244:20:92",
                            "type": "",
                            "value": "shares: name empty"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17217:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17217:48:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17217:48:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "17274:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "17286:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17297:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "17282:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17282:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "17274:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_78819c4a2bd0e4d903ccbaf073c02aca4c3fece262dcf1acd195e0217d9216e2__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "17115:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "17129:4:92",
                    "type": ""
                  }
                ],
                "src": "16964:342:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "17485:171:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "17502:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17513:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17495:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17495:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17495:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17536:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17547:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17532:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17532:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17552:2:92",
                            "type": "",
                            "value": "21"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17525:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17525:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17525:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17575:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17586:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17571:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17571:18:92"
                          },
                          {
                            "hexValue": "7368617265733a20217472616e7366657261626c65",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "17591:23:92",
                            "type": "",
                            "value": "shares: !transferable"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17564:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17564:51:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17564:51:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "17624:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "17636:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17647:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "17632:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17632:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "17624:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_79dc6c9f96645bef3218ebfa11b3d4e12c0d692ae14f410fe943613514e37189__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "17462:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "17476:4:92",
                    "type": ""
                  }
                ],
                "src": "17311:345:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "17835:236:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "17852:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17863:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17845:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17845:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17845:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17886:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17897:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17882:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17882:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "17902:2:92",
                            "type": "",
                            "value": "46"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17875:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17875:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17875:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17925:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "17936:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17921:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17921:18:92"
                          },
                          {
                            "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320616c726561",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "17941:34:92",
                            "type": "",
                            "value": "Initializable: contract is alrea"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17914:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17914:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17914:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "17996:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "18007:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "17992:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "17992:18:92"
                          },
                          {
                            "hexValue": "647920696e697469616c697a6564",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "18012:16:92",
                            "type": "",
                            "value": "dy initialized"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "17985:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "17985:44:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "17985:44:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "18038:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "18050:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18061:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "18046:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18046:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "18038:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "17812:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "17826:4:92",
                    "type": ""
                  }
                ],
                "src": "17661:410:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "18250:236:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "18267:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18278:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "18260:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18260:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "18260:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "18301:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "18312:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "18297:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "18297:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18317:2:92",
                            "type": "",
                            "value": "46"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "18290:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18290:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "18290:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "18340:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "18351:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "18336:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "18336:18:92"
                          },
                          {
                            "hexValue": "45524331393637557067726164653a206e657720696d706c656d656e74617469",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "18356:34:92",
                            "type": "",
                            "value": "ERC1967Upgrade: new implementati"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "18329:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18329:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "18329:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "18411:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "18422:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "18407:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "18407:18:92"
                          },
                          {
                            "hexValue": "6f6e206973206e6f742055555053",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "18427:16:92",
                            "type": "",
                            "value": "on is not UUPS"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "18400:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18400:44:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "18400:44:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "18453:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "18465:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18476:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "18461:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18461:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "18453:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_8e8e2fbcb586f700b5b14e2c4a650c8d83b9773c31c5fe8962070ea544e11f24__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "18227:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "18241:4:92",
                    "type": ""
                  }
                ],
                "src": "18076:410:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "18665:180:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "18682:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18693:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "18675:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18675:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "18675:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "18716:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "18727:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "18712:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "18712:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18732:2:92",
                            "type": "",
                            "value": "30"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "18705:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18705:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "18705:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "18755:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "18766:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "18751:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "18751:18:92"
                          },
                          {
                            "hexValue": "45524332305065726d69743a20696e76616c6964207369676e6174757265",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "18771:32:92",
                            "type": "",
                            "value": "ERC20Permit: invalid signature"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "18744:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18744:60:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "18744:60:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "18813:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "18825:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "18836:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "18821:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "18821:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "18813:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_94ca1ab58dfda790a1782ffbb0c0a140ec51d4148dbeecc6c39e37b25ff4b124__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "18642:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "18656:4:92",
                    "type": ""
                  }
                ],
                "src": "18491:354:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "19024:235:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "19041:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19052:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19034:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19034:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19034:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "19075:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19086:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "19071:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19071:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19091:2:92",
                            "type": "",
                            "value": "45"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19064:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19064:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19064:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "19114:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19125:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "19110:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19110:18:92"
                          },
                          {
                            "hexValue": "455243313936373a206e657720696d706c656d656e746174696f6e206973206e",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "19130:34:92",
                            "type": "",
                            "value": "ERC1967: new implementation is n"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19103:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19103:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19103:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "19185:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19196:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "19181:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19181:18:92"
                          },
                          {
                            "hexValue": "6f74206120636f6e7472616374",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "19201:15:92",
                            "type": "",
                            "value": "ot a contract"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19174:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19174:43:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19174:43:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "19226:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "19238:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19249:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "19234:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19234:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "19226:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_972b7028e8de0bff0d553b3264eba2312ec98a552add05e58853b313f9f4ac65__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "19001:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "19015:4:92",
                    "type": ""
                  }
                ],
                "src": "18850:409:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "19438:182:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "19455:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19466:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19448:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19448:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19448:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "19489:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19500:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "19485:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19485:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19505:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19478:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19478:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19478:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "19528:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19539:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "19524:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19524:18:92"
                          },
                          {
                            "hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "19544:34:92",
                            "type": "",
                            "value": "Ownable: caller is not the owner"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19517:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19517:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19517:62:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "19588:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "19600:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19611:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "19596:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19596:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "19588:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "19415:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "19429:4:92",
                    "type": ""
                  }
                ],
                "src": "19264:356:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "19799:170:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "19816:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19827:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19809:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19809:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19809:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "19850:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19861:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "19846:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19846:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19866:2:92",
                            "type": "",
                            "value": "20"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19839:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19839:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19839:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "19889:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "19900:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "19885:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "19885:18:92"
                          },
                          {
                            "hexValue": "7368617265733a20636170206578636565646564",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "19905:22:92",
                            "type": "",
                            "value": "shares: cap exceeded"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "19878:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19878:50:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "19878:50:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "19937:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "19949:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "19960:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "19945:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "19945:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "19937:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_a12faded30b20d8dc095e72484799f56e525ab840080980bce5ed058c60162e4__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "19776:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "19790:4:92",
                    "type": ""
                  }
                ],
                "src": "19625:344:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "20148:156:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "20165:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "20176:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20158:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20158:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20158:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "20199:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "20210:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "20195:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "20195:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "20215:1:92",
                            "type": "",
                            "value": "7"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20188:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20188:29:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20188:29:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "20237:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "20248:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "20233:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "20233:18:92"
                          },
                          {
                            "hexValue": "21736861726573",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "20253:9:92",
                            "type": "",
                            "value": "!shares"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20226:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20226:37:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20226:37:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "20272:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "20284:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "20295:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "20280:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20280:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "20272:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_a260e14e85f4708f0331ef286c142a0afbf558408b64fafd24a23e404c959d74__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "20125:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "20139:4:92",
                    "type": ""
                  }
                ],
                "src": "19974:330:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "20483:161:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "20500:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "20511:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20493:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20493:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20493:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "20534:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "20545:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "20530:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "20530:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "20550:2:92",
                            "type": "",
                            "value": "11"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20523:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20523:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20523:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "20573:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "20584:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "20569:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "20569:18:92"
                          },
                          {
                            "hexValue": "2164657465726d696e6564",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "20589:13:92",
                            "type": "",
                            "value": "!determined"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20562:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20562:41:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20562:41:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "20612:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "20624:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "20635:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "20620:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20620:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "20612:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_a2660ea378538ee5f080b4f3db61aeeacc3724d206c0d153d576feaa81189bbc__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "20460:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "20474:4:92",
                    "type": ""
                  }
                ],
                "src": "20309:335:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "20823:223:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "20840:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "20851:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20833:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20833:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20833:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "20874:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "20885:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "20870:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "20870:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "20890:2:92",
                            "type": "",
                            "value": "33"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20863:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20863:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20863:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "20913:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "20924:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "20909:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "20909:18:92"
                          },
                          {
                            "hexValue": "45524332303a206275726e2066726f6d20746865207a65726f20616464726573",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "20929:34:92",
                            "type": "",
                            "value": "ERC20: burn from the zero addres"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20902:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20902:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20902:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "20984:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "20995:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "20980:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "20980:18:92"
                          },
                          {
                            "hexValue": "73",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "21000:3:92",
                            "type": "",
                            "value": "s"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "20973:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "20973:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "20973:31:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "21013:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "21025:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "21036:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "21021:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21021:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "21013:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "20800:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "20814:4:92",
                    "type": ""
                  }
                ],
                "src": "20649:397:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "21225:228:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "21242:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "21253:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "21235:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21235:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "21235:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "21276:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "21287:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "21272:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "21272:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "21292:2:92",
                            "type": "",
                            "value": "38"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "21265:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21265:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "21265:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "21315:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "21326:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "21311:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "21311:18:92"
                          },
                          {
                            "hexValue": "416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "21331:34:92",
                            "type": "",
                            "value": "Address: delegate call to non-co"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "21304:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21304:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "21304:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "21386:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "21397:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "21382:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "21382:18:92"
                          },
                          {
                            "hexValue": "6e7472616374",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "21402:8:92",
                            "type": "",
                            "value": "ntract"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "21375:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21375:36:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "21375:36:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "21420:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "21432:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "21443:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "21428:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21428:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "21420:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_b94ded0918034cf8f896e19fa3cfdef1188cd569c577264a3622e49152f88520__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "21202:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "21216:4:92",
                    "type": ""
                  }
                ],
                "src": "21051:402:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "21632:227:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "21649:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "21660:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "21642:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21642:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "21642:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "21683:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "21694:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "21679:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "21679:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "21699:2:92",
                            "type": "",
                            "value": "37"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "21672:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21672:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "21672:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "21722:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "21733:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "21718:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "21718:18:92"
                          },
                          {
                            "hexValue": "45524332303a207472616e736665722066726f6d20746865207a65726f206164",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "21738:34:92",
                            "type": "",
                            "value": "ERC20: transfer from the zero ad"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "21711:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21711:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "21711:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "21793:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "21804:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "21789:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "21789:18:92"
                          },
                          {
                            "hexValue": "6472657373",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "21809:7:92",
                            "type": "",
                            "value": "dress"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "21782:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21782:35:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "21782:35:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "21826:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "21838:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "21849:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "21834:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "21834:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "21826:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "21609:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "21623:4:92",
                    "type": ""
                  }
                ],
                "src": "21458:401:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "22038:226:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "22055:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "22066:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22048:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22048:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22048:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "22089:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "22100:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "22085:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "22085:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "22105:2:92",
                            "type": "",
                            "value": "36"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22078:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22078:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22078:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "22128:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "22139:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "22124:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "22124:18:92"
                          },
                          {
                            "hexValue": "45524332303a20617070726f76652066726f6d20746865207a65726f20616464",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "22144:34:92",
                            "type": "",
                            "value": "ERC20: approve from the zero add"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22117:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22117:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22117:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "22199:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "22210:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "22195:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "22195:18:92"
                          },
                          {
                            "hexValue": "72657373",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "22215:6:92",
                            "type": "",
                            "value": "ress"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22188:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22188:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22188:34:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "22231:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "22243:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "22254:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "22239:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22239:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "22231:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "22015:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "22029:4:92",
                    "type": ""
                  }
                ],
                "src": "21864:400:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "22443:233:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "22460:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "22471:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22453:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22453:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22453:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "22494:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "22505:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "22490:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "22490:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "22510:2:92",
                            "type": "",
                            "value": "43"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22483:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22483:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22483:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "22533:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "22544:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "22529:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "22529:18:92"
                          },
                          {
                            "hexValue": "496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "22549:34:92",
                            "type": "",
                            "value": "Initializable: contract is not i"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22522:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22522:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22522:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "22604:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "22615:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "22600:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "22600:18:92"
                          },
                          {
                            "hexValue": "6e697469616c697a696e67",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "22620:13:92",
                            "type": "",
                            "value": "nitializing"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22593:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22593:41:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22593:41:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "22643:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "22655:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "22666:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "22651:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22651:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "22643:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "22420:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "22434:4:92",
                    "type": ""
                  }
                ],
                "src": "22269:407:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "22855:172:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "22872:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "22883:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22865:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22865:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22865:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "22906:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "22917:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "22902:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "22902:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "22922:2:92",
                            "type": "",
                            "value": "22"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22895:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22895:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22895:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "22945:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "22956:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "22941:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "22941:18:92"
                          },
                          {
                            "hexValue": "4552433230536e617073686f743a2069642069732030",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "22961:24:92",
                            "type": "",
                            "value": "ERC20Snapshot: id is 0"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "22934:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "22934:52:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "22934:52:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "22995:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "23007:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "23018:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "23003:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23003:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "22995:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_d85a3cdc203c5cdc6dda93c12cd017145671a0ed9058a16c7aa00b8398a4a8e6__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "22832:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "22846:4:92",
                    "type": ""
                  }
                ],
                "src": "22681:346:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "23206:227:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "23223:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "23234:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "23216:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23216:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "23216:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "23257:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "23268:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "23253:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "23253:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "23273:2:92",
                            "type": "",
                            "value": "37"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "23246:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23246:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "23246:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "23296:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "23307:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "23292:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "23292:18:92"
                          },
                          {
                            "hexValue": "45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "23312:34:92",
                            "type": "",
                            "value": "ERC20: decreased allowance below"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "23285:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23285:62:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "23285:62:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "23367:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "23378:2:92",
                                "type": "",
                                "value": "96"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "23363:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "23363:18:92"
                          },
                          {
                            "hexValue": "207a65726f",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "23383:7:92",
                            "type": "",
                            "value": " zero"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "23356:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23356:35:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "23356:35:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "23400:27:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "23412:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "23423:3:92",
                            "type": "",
                            "value": "128"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "23408:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23408:19:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "23400:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "23183:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "23197:4:92",
                    "type": ""
                  }
                ],
                "src": "23032:401:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "23612:181:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "23629:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "23640:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "23622:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23622:21:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "23622:21:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "23663:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "23674:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "23659:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "23659:18:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "23679:2:92",
                            "type": "",
                            "value": "31"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "23652:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23652:30:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "23652:30:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "23702:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "23713:2:92",
                                "type": "",
                                "value": "64"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "23698:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "23698:18:92"
                          },
                          {
                            "hexValue": "45524332303a206d696e7420746f20746865207a65726f2061646472657373",
                            "kind": "string",
                            "nodeType": "YulLiteral",
                            "src": "23718:33:92",
                            "type": "",
                            "value": "ERC20: mint to the zero address"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "23691:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23691:61:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "23691:61:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "23761:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "23773:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "23784:2:92",
                            "type": "",
                            "value": "96"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "23769:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23769:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "23761:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "23589:9:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "23603:4:92",
                    "type": ""
                  }
                ],
                "src": "23438:355:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "23957:163:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "23967:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "23979:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "23990:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "23975:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "23975:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "23967:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "24009:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "value0",
                                    "nodeType": "YulIdentifier",
                                    "src": "24030:6:92"
                                  }
                                ],
                                "functionName": {
                                  "name": "mload",
                                  "nodeType": "YulIdentifier",
                                  "src": "24024:5:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "24024:13:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "24039:10:92",
                                "type": "",
                                "value": "0xffffffff"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "24020:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "24020:30:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "24002:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24002:49:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "24002:49:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "24071:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "24082:4:92",
                                "type": "",
                                "value": "0x20"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "24067:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "24067:20:92"
                          },
                          {
                            "arguments": [
                              {
                                "arguments": [
                                  {
                                    "name": "value0",
                                    "nodeType": "YulIdentifier",
                                    "src": "24099:6:92"
                                  },
                                  {
                                    "kind": "number",
                                    "nodeType": "YulLiteral",
                                    "src": "24107:4:92",
                                    "type": "",
                                    "value": "0x20"
                                  }
                                ],
                                "functionName": {
                                  "name": "add",
                                  "nodeType": "YulIdentifier",
                                  "src": "24095:3:92"
                                },
                                "nodeType": "YulFunctionCall",
                                "src": "24095:17:92"
                              }
                            ],
                            "functionName": {
                              "name": "mload",
                              "nodeType": "YulIdentifier",
                              "src": "24089:5:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "24089:24:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "24060:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24060:54:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "24060:54:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_struct$_Checkpoint_$15628_memory_ptr__to_t_struct$_Checkpoint_$15628_memory_ptr__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "23926:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "23937:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "23948:4:92",
                    "type": ""
                  }
                ],
                "src": "23798:322:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "24226:76:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "24236:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "24248:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "24259:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "24244:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24244:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "24236:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "24278:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "24289:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "24271:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24271:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "24271:25:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "24195:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "24206:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "24217:4:92",
                    "type": ""
                  }
                ],
                "src": "24125:177:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "24436:119:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "24446:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "24458:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "24469:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "24454:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24454:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "24446:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "24488:9:92"
                          },
                          {
                            "name": "value0",
                            "nodeType": "YulIdentifier",
                            "src": "24499:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "24481:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24481:25:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "24481:25:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "24526:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "24537:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "24522:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "24522:18:92"
                          },
                          {
                            "name": "value1",
                            "nodeType": "YulIdentifier",
                            "src": "24542:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "24515:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24515:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "24515:34:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "24397:9:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "24408:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "24416:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "24427:4:92",
                    "type": ""
                  }
                ],
                "src": "24307:248:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "24687:136:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "24697:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "24709:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "24720:2:92",
                            "type": "",
                            "value": "64"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "24705:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24705:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "24697:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "24739:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "24754:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "24762:10:92",
                                "type": "",
                                "value": "0xffffffff"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "24750:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "24750:23:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "24732:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24732:42:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "24732:42:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "arguments": [
                              {
                                "name": "headStart",
                                "nodeType": "YulIdentifier",
                                "src": "24794:9:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "24805:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "add",
                              "nodeType": "YulIdentifier",
                              "src": "24790:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "24790:18:92"
                          },
                          {
                            "name": "value1",
                            "nodeType": "YulIdentifier",
                            "src": "24810:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "24783:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24783:34:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "24783:34:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_uint32_t_uint256__to_t_uint32_t_uint256__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "24648:9:92",
                    "type": ""
                  },
                  {
                    "name": "value1",
                    "nodeType": "YulTypedName",
                    "src": "24659:6:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "24667:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "24678:4:92",
                    "type": ""
                  }
                ],
                "src": "24560:263:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "24925:87:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "24935:26:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "24947:9:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "24958:2:92",
                            "type": "",
                            "value": "32"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "24943:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24943:18:92"
                      },
                      "variableNames": [
                        {
                          "name": "tail",
                          "nodeType": "YulIdentifier",
                          "src": "24935:4:92"
                        }
                      ]
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "name": "headStart",
                            "nodeType": "YulIdentifier",
                            "src": "24977:9:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "value0",
                                "nodeType": "YulIdentifier",
                                "src": "24992:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "25000:4:92",
                                "type": "",
                                "value": "0xff"
                              }
                            ],
                            "functionName": {
                              "name": "and",
                              "nodeType": "YulIdentifier",
                              "src": "24988:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "24988:17:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "24970:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "24970:36:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "24970:36:92"
                    }
                  ]
                },
                "name": "abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "headStart",
                    "nodeType": "YulTypedName",
                    "src": "24894:9:92",
                    "type": ""
                  },
                  {
                    "name": "value0",
                    "nodeType": "YulTypedName",
                    "src": "24905:6:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "tail",
                    "nodeType": "YulTypedName",
                    "src": "24916:4:92",
                    "type": ""
                  }
                ],
                "src": "24828:184:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "25065:80:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "25092:22:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [],
                              "functionName": {
                                "name": "panic_error_0x11",
                                "nodeType": "YulIdentifier",
                                "src": "25094:16:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "25094:18:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "25094:18:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "x",
                            "nodeType": "YulIdentifier",
                            "src": "25081:1:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "y",
                                "nodeType": "YulIdentifier",
                                "src": "25088:1:92"
                              }
                            ],
                            "functionName": {
                              "name": "not",
                              "nodeType": "YulIdentifier",
                              "src": "25084:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "25084:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "25078:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25078:13:92"
                      },
                      "nodeType": "YulIf",
                      "src": "25075:39:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "25123:16:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "x",
                            "nodeType": "YulIdentifier",
                            "src": "25134:1:92"
                          },
                          {
                            "name": "y",
                            "nodeType": "YulIdentifier",
                            "src": "25137:1:92"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "25130:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25130:9:92"
                      },
                      "variableNames": [
                        {
                          "name": "sum",
                          "nodeType": "YulIdentifier",
                          "src": "25123:3:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "checked_add_t_uint256",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "x",
                    "nodeType": "YulTypedName",
                    "src": "25048:1:92",
                    "type": ""
                  },
                  {
                    "name": "y",
                    "nodeType": "YulTypedName",
                    "src": "25051:1:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "sum",
                    "nodeType": "YulTypedName",
                    "src": "25057:3:92",
                    "type": ""
                  }
                ],
                "src": "25017:128:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "25196:171:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "25227:111:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "25248:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "arguments": [
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "25255:3:92",
                                      "type": "",
                                      "value": "224"
                                    },
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "25260:10:92",
                                      "type": "",
                                      "value": "0x4e487b71"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "shl",
                                    "nodeType": "YulIdentifier",
                                    "src": "25251:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "25251:20:92"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "25241:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "25241:31:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "25241:31:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "25292:1:92",
                                  "type": "",
                                  "value": "4"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "25295:4:92",
                                  "type": "",
                                  "value": "0x12"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "25285:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "25285:15:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "25285:15:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "25320:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "25323:4:92",
                                  "type": "",
                                  "value": "0x24"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "25313:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "25313:15:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "25313:15:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "y",
                            "nodeType": "YulIdentifier",
                            "src": "25216:1:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "25209:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25209:9:92"
                      },
                      "nodeType": "YulIf",
                      "src": "25206:132:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "25347:14:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "x",
                            "nodeType": "YulIdentifier",
                            "src": "25356:1:92"
                          },
                          {
                            "name": "y",
                            "nodeType": "YulIdentifier",
                            "src": "25359:1:92"
                          }
                        ],
                        "functionName": {
                          "name": "div",
                          "nodeType": "YulIdentifier",
                          "src": "25352:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25352:9:92"
                      },
                      "variableNames": [
                        {
                          "name": "r",
                          "nodeType": "YulIdentifier",
                          "src": "25347:1:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "checked_div_t_uint256",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "x",
                    "nodeType": "YulTypedName",
                    "src": "25181:1:92",
                    "type": ""
                  },
                  {
                    "name": "y",
                    "nodeType": "YulTypedName",
                    "src": "25184:1:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "r",
                    "nodeType": "YulTypedName",
                    "src": "25190:1:92",
                    "type": ""
                  }
                ],
                "src": "25150:217:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "25421:76:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "25443:22:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [],
                              "functionName": {
                                "name": "panic_error_0x11",
                                "nodeType": "YulIdentifier",
                                "src": "25445:16:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "25445:18:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "25445:18:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "x",
                            "nodeType": "YulIdentifier",
                            "src": "25437:1:92"
                          },
                          {
                            "name": "y",
                            "nodeType": "YulIdentifier",
                            "src": "25440:1:92"
                          }
                        ],
                        "functionName": {
                          "name": "lt",
                          "nodeType": "YulIdentifier",
                          "src": "25434:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25434:8:92"
                      },
                      "nodeType": "YulIf",
                      "src": "25431:34:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "25474:17:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "x",
                            "nodeType": "YulIdentifier",
                            "src": "25486:1:92"
                          },
                          {
                            "name": "y",
                            "nodeType": "YulIdentifier",
                            "src": "25489:1:92"
                          }
                        ],
                        "functionName": {
                          "name": "sub",
                          "nodeType": "YulIdentifier",
                          "src": "25482:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25482:9:92"
                      },
                      "variableNames": [
                        {
                          "name": "diff",
                          "nodeType": "YulIdentifier",
                          "src": "25474:4:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "checked_sub_t_uint256",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "x",
                    "nodeType": "YulTypedName",
                    "src": "25403:1:92",
                    "type": ""
                  },
                  {
                    "name": "y",
                    "nodeType": "YulTypedName",
                    "src": "25406:1:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "diff",
                    "nodeType": "YulTypedName",
                    "src": "25412:4:92",
                    "type": ""
                  }
                ],
                "src": "25372:125:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "25555:205:92",
                  "statements": [
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "25565:10:92",
                      "value": {
                        "kind": "number",
                        "nodeType": "YulLiteral",
                        "src": "25574:1:92",
                        "type": "",
                        "value": "0"
                      },
                      "variables": [
                        {
                          "name": "i",
                          "nodeType": "YulTypedName",
                          "src": "25569:1:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "25634:63:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "arguments": [
                                    {
                                      "name": "dst",
                                      "nodeType": "YulIdentifier",
                                      "src": "25659:3:92"
                                    },
                                    {
                                      "name": "i",
                                      "nodeType": "YulIdentifier",
                                      "src": "25664:1:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "add",
                                    "nodeType": "YulIdentifier",
                                    "src": "25655:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "25655:11:92"
                                },
                                {
                                  "arguments": [
                                    {
                                      "arguments": [
                                        {
                                          "name": "src",
                                          "nodeType": "YulIdentifier",
                                          "src": "25678:3:92"
                                        },
                                        {
                                          "name": "i",
                                          "nodeType": "YulIdentifier",
                                          "src": "25683:1:92"
                                        }
                                      ],
                                      "functionName": {
                                        "name": "add",
                                        "nodeType": "YulIdentifier",
                                        "src": "25674:3:92"
                                      },
                                      "nodeType": "YulFunctionCall",
                                      "src": "25674:11:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "mload",
                                    "nodeType": "YulIdentifier",
                                    "src": "25668:5:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "25668:18:92"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "25648:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "25648:39:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "25648:39:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "i",
                            "nodeType": "YulIdentifier",
                            "src": "25595:1:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "25598:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "lt",
                          "nodeType": "YulIdentifier",
                          "src": "25592:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25592:13:92"
                      },
                      "nodeType": "YulForLoop",
                      "post": {
                        "nodeType": "YulBlock",
                        "src": "25606:19:92",
                        "statements": [
                          {
                            "nodeType": "YulAssignment",
                            "src": "25608:15:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "i",
                                  "nodeType": "YulIdentifier",
                                  "src": "25617:1:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "25620:2:92",
                                  "type": "",
                                  "value": "32"
                                }
                              ],
                              "functionName": {
                                "name": "add",
                                "nodeType": "YulIdentifier",
                                "src": "25613:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "25613:10:92"
                            },
                            "variableNames": [
                              {
                                "name": "i",
                                "nodeType": "YulIdentifier",
                                "src": "25608:1:92"
                              }
                            ]
                          }
                        ]
                      },
                      "pre": {
                        "nodeType": "YulBlock",
                        "src": "25588:3:92",
                        "statements": []
                      },
                      "src": "25584:113:92"
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "25723:31:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "arguments": [
                                    {
                                      "name": "dst",
                                      "nodeType": "YulIdentifier",
                                      "src": "25736:3:92"
                                    },
                                    {
                                      "name": "length",
                                      "nodeType": "YulIdentifier",
                                      "src": "25741:6:92"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "add",
                                    "nodeType": "YulIdentifier",
                                    "src": "25732:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "25732:16:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "25750:1:92",
                                  "type": "",
                                  "value": "0"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "25725:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "25725:27:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "25725:27:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "i",
                            "nodeType": "YulIdentifier",
                            "src": "25712:1:92"
                          },
                          {
                            "name": "length",
                            "nodeType": "YulIdentifier",
                            "src": "25715:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "gt",
                          "nodeType": "YulIdentifier",
                          "src": "25709:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25709:13:92"
                      },
                      "nodeType": "YulIf",
                      "src": "25706:48:92"
                    }
                  ]
                },
                "name": "copy_memory_to_memory",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "src",
                    "nodeType": "YulTypedName",
                    "src": "25533:3:92",
                    "type": ""
                  },
                  {
                    "name": "dst",
                    "nodeType": "YulTypedName",
                    "src": "25538:3:92",
                    "type": ""
                  },
                  {
                    "name": "length",
                    "nodeType": "YulTypedName",
                    "src": "25543:6:92",
                    "type": ""
                  }
                ],
                "src": "25502:258:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "25820:325:92",
                  "statements": [
                    {
                      "nodeType": "YulAssignment",
                      "src": "25830:22:92",
                      "value": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "25844:1:92",
                            "type": "",
                            "value": "1"
                          },
                          {
                            "name": "data",
                            "nodeType": "YulIdentifier",
                            "src": "25847:4:92"
                          }
                        ],
                        "functionName": {
                          "name": "shr",
                          "nodeType": "YulIdentifier",
                          "src": "25840:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25840:12:92"
                      },
                      "variableNames": [
                        {
                          "name": "length",
                          "nodeType": "YulIdentifier",
                          "src": "25830:6:92"
                        }
                      ]
                    },
                    {
                      "nodeType": "YulVariableDeclaration",
                      "src": "25861:38:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "data",
                            "nodeType": "YulIdentifier",
                            "src": "25891:4:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "25897:1:92",
                            "type": "",
                            "value": "1"
                          }
                        ],
                        "functionName": {
                          "name": "and",
                          "nodeType": "YulIdentifier",
                          "src": "25887:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25887:12:92"
                      },
                      "variables": [
                        {
                          "name": "outOfPlaceEncoding",
                          "nodeType": "YulTypedName",
                          "src": "25865:18:92",
                          "type": ""
                        }
                      ]
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "25938:31:92",
                        "statements": [
                          {
                            "nodeType": "YulAssignment",
                            "src": "25940:27:92",
                            "value": {
                              "arguments": [
                                {
                                  "name": "length",
                                  "nodeType": "YulIdentifier",
                                  "src": "25954:6:92"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "25962:4:92",
                                  "type": "",
                                  "value": "0x7f"
                                }
                              ],
                              "functionName": {
                                "name": "and",
                                "nodeType": "YulIdentifier",
                                "src": "25950:3:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "25950:17:92"
                            },
                            "variableNames": [
                              {
                                "name": "length",
                                "nodeType": "YulIdentifier",
                                "src": "25940:6:92"
                              }
                            ]
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "outOfPlaceEncoding",
                            "nodeType": "YulIdentifier",
                            "src": "25918:18:92"
                          }
                        ],
                        "functionName": {
                          "name": "iszero",
                          "nodeType": "YulIdentifier",
                          "src": "25911:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25911:26:92"
                      },
                      "nodeType": "YulIf",
                      "src": "25908:61:92"
                    },
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "26028:111:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "26049:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "arguments": [
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "26056:3:92",
                                      "type": "",
                                      "value": "224"
                                    },
                                    {
                                      "kind": "number",
                                      "nodeType": "YulLiteral",
                                      "src": "26061:10:92",
                                      "type": "",
                                      "value": "0x4e487b71"
                                    }
                                  ],
                                  "functionName": {
                                    "name": "shl",
                                    "nodeType": "YulIdentifier",
                                    "src": "26052:3:92"
                                  },
                                  "nodeType": "YulFunctionCall",
                                  "src": "26052:20:92"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "26042:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "26042:31:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "26042:31:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "26093:1:92",
                                  "type": "",
                                  "value": "4"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "26096:4:92",
                                  "type": "",
                                  "value": "0x22"
                                }
                              ],
                              "functionName": {
                                "name": "mstore",
                                "nodeType": "YulIdentifier",
                                "src": "26086:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "26086:15:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "26086:15:92"
                          },
                          {
                            "expression": {
                              "arguments": [
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "26121:1:92",
                                  "type": "",
                                  "value": "0"
                                },
                                {
                                  "kind": "number",
                                  "nodeType": "YulLiteral",
                                  "src": "26124:4:92",
                                  "type": "",
                                  "value": "0x24"
                                }
                              ],
                              "functionName": {
                                "name": "revert",
                                "nodeType": "YulIdentifier",
                                "src": "26114:6:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "26114:15:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "26114:15:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "outOfPlaceEncoding",
                            "nodeType": "YulIdentifier",
                            "src": "25984:18:92"
                          },
                          {
                            "arguments": [
                              {
                                "name": "length",
                                "nodeType": "YulIdentifier",
                                "src": "26007:6:92"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26015:2:92",
                                "type": "",
                                "value": "32"
                              }
                            ],
                            "functionName": {
                              "name": "lt",
                              "nodeType": "YulIdentifier",
                              "src": "26004:2:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "26004:14:92"
                          }
                        ],
                        "functionName": {
                          "name": "eq",
                          "nodeType": "YulIdentifier",
                          "src": "25981:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "25981:38:92"
                      },
                      "nodeType": "YulIf",
                      "src": "25978:161:92"
                    }
                  ]
                },
                "name": "extract_byte_array_length",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "data",
                    "nodeType": "YulTypedName",
                    "src": "25800:4:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "length",
                    "nodeType": "YulTypedName",
                    "src": "25809:6:92",
                    "type": ""
                  }
                ],
                "src": "25765:380:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "26197:88:92",
                  "statements": [
                    {
                      "body": {
                        "nodeType": "YulBlock",
                        "src": "26228:22:92",
                        "statements": [
                          {
                            "expression": {
                              "arguments": [],
                              "functionName": {
                                "name": "panic_error_0x11",
                                "nodeType": "YulIdentifier",
                                "src": "26230:16:92"
                              },
                              "nodeType": "YulFunctionCall",
                              "src": "26230:18:92"
                            },
                            "nodeType": "YulExpressionStatement",
                            "src": "26230:18:92"
                          }
                        ]
                      },
                      "condition": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "26213:5:92"
                          },
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26224:1:92",
                                "type": "",
                                "value": "0"
                              }
                            ],
                            "functionName": {
                              "name": "not",
                              "nodeType": "YulIdentifier",
                              "src": "26220:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "26220:6:92"
                          }
                        ],
                        "functionName": {
                          "name": "eq",
                          "nodeType": "YulIdentifier",
                          "src": "26210:2:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26210:17:92"
                      },
                      "nodeType": "YulIf",
                      "src": "26207:43:92"
                    },
                    {
                      "nodeType": "YulAssignment",
                      "src": "26259:20:92",
                      "value": {
                        "arguments": [
                          {
                            "name": "value",
                            "nodeType": "YulIdentifier",
                            "src": "26270:5:92"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26277:1:92",
                            "type": "",
                            "value": "1"
                          }
                        ],
                        "functionName": {
                          "name": "add",
                          "nodeType": "YulIdentifier",
                          "src": "26266:3:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26266:13:92"
                      },
                      "variableNames": [
                        {
                          "name": "ret",
                          "nodeType": "YulIdentifier",
                          "src": "26259:3:92"
                        }
                      ]
                    }
                  ]
                },
                "name": "increment_t_uint256",
                "nodeType": "YulFunctionDefinition",
                "parameters": [
                  {
                    "name": "value",
                    "nodeType": "YulTypedName",
                    "src": "26179:5:92",
                    "type": ""
                  }
                ],
                "returnVariables": [
                  {
                    "name": "ret",
                    "nodeType": "YulTypedName",
                    "src": "26189:3:92",
                    "type": ""
                  }
                ],
                "src": "26150:135:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "26322:95:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26339:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26346:3:92",
                                "type": "",
                                "value": "224"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26351:10:92",
                                "type": "",
                                "value": "0x4e487b71"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "26342:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "26342:20:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26332:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26332:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26332:31:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26379:1:92",
                            "type": "",
                            "value": "4"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26382:4:92",
                            "type": "",
                            "value": "0x11"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26372:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26372:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26372:15:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26403:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26406:4:92",
                            "type": "",
                            "value": "0x24"
                          }
                        ],
                        "functionName": {
                          "name": "revert",
                          "nodeType": "YulIdentifier",
                          "src": "26396:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26396:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26396:15:92"
                    }
                  ]
                },
                "name": "panic_error_0x11",
                "nodeType": "YulFunctionDefinition",
                "src": "26290:127:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "26454:95:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26471:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26478:3:92",
                                "type": "",
                                "value": "224"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26483:10:92",
                                "type": "",
                                "value": "0x4e487b71"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "26474:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "26474:20:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26464:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26464:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26464:31:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26511:1:92",
                            "type": "",
                            "value": "4"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26514:4:92",
                            "type": "",
                            "value": "0x12"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26504:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26504:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26504:15:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26535:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26538:4:92",
                            "type": "",
                            "value": "0x24"
                          }
                        ],
                        "functionName": {
                          "name": "revert",
                          "nodeType": "YulIdentifier",
                          "src": "26528:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26528:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26528:15:92"
                    }
                  ]
                },
                "name": "panic_error_0x12",
                "nodeType": "YulFunctionDefinition",
                "src": "26422:127:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "26586:95:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26603:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26610:3:92",
                                "type": "",
                                "value": "224"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26615:10:92",
                                "type": "",
                                "value": "0x4e487b71"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "26606:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "26606:20:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26596:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26596:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26596:31:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26643:1:92",
                            "type": "",
                            "value": "4"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26646:4:92",
                            "type": "",
                            "value": "0x21"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26636:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26636:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26636:15:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26667:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26670:4:92",
                            "type": "",
                            "value": "0x24"
                          }
                        ],
                        "functionName": {
                          "name": "revert",
                          "nodeType": "YulIdentifier",
                          "src": "26660:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26660:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26660:15:92"
                    }
                  ]
                },
                "name": "panic_error_0x21",
                "nodeType": "YulFunctionDefinition",
                "src": "26554:127:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "26718:95:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26735:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26742:3:92",
                                "type": "",
                                "value": "224"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26747:10:92",
                                "type": "",
                                "value": "0x4e487b71"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "26738:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "26738:20:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26728:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26728:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26728:31:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26775:1:92",
                            "type": "",
                            "value": "4"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26778:4:92",
                            "type": "",
                            "value": "0x32"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26768:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26768:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26768:15:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26799:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26802:4:92",
                            "type": "",
                            "value": "0x24"
                          }
                        ],
                        "functionName": {
                          "name": "revert",
                          "nodeType": "YulIdentifier",
                          "src": "26792:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26792:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26792:15:92"
                    }
                  ]
                },
                "name": "panic_error_0x32",
                "nodeType": "YulFunctionDefinition",
                "src": "26686:127:92"
              },
              {
                "body": {
                  "nodeType": "YulBlock",
                  "src": "26850:95:92",
                  "statements": [
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26867:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "arguments": [
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26874:3:92",
                                "type": "",
                                "value": "224"
                              },
                              {
                                "kind": "number",
                                "nodeType": "YulLiteral",
                                "src": "26879:10:92",
                                "type": "",
                                "value": "0x4e487b71"
                              }
                            ],
                            "functionName": {
                              "name": "shl",
                              "nodeType": "YulIdentifier",
                              "src": "26870:3:92"
                            },
                            "nodeType": "YulFunctionCall",
                            "src": "26870:20:92"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26860:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26860:31:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26860:31:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26907:1:92",
                            "type": "",
                            "value": "4"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26910:4:92",
                            "type": "",
                            "value": "0x41"
                          }
                        ],
                        "functionName": {
                          "name": "mstore",
                          "nodeType": "YulIdentifier",
                          "src": "26900:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26900:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26900:15:92"
                    },
                    {
                      "expression": {
                        "arguments": [
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26931:1:92",
                            "type": "",
                            "value": "0"
                          },
                          {
                            "kind": "number",
                            "nodeType": "YulLiteral",
                            "src": "26934:4:92",
                            "type": "",
                            "value": "0x24"
                          }
                        ],
                        "functionName": {
                          "name": "revert",
                          "nodeType": "YulIdentifier",
                          "src": "26924:6:92"
                        },
                        "nodeType": "YulFunctionCall",
                        "src": "26924:15:92"
                      },
                      "nodeType": "YulExpressionStatement",
                      "src": "26924:15:92"
                    }
                  ]
                },
                "name": "panic_error_0x41",
                "nodeType": "YulFunctionDefinition",
                "src": "26818:127: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_address(offset) -> value\n    {\n        value := calldataload(offset)\n        if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { 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_uint8(offset) -> value\n    {\n        value := calldataload(offset)\n        if iszero(eq(value, and(value, 0xff))) { revert(0, 0) }\n    }\n    function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n    {\n        if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n        value0 := abi_decode_address(headStart)\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        value0 := abi_decode_address(headStart)\n        value1 := abi_decode_address(add(headStart, 32))\n    }\n    function abi_decode_tuple_t_addresst_addresst_uint256(headStart, dataEnd) -> value0, value1, value2\n    {\n        if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n        value0 := abi_decode_address(headStart)\n        value1 := abi_decode_address(add(headStart, 32))\n        value2 := calldataload(add(headStart, 64))\n    }\n    function abi_decode_tuple_t_addresst_addresst_uint256t_uint256t_uint8t_bytes32t_bytes32(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6\n    {\n        if slt(sub(dataEnd, headStart), 224) { revert(0, 0) }\n        value0 := abi_decode_address(headStart)\n        value1 := abi_decode_address(add(headStart, 32))\n        value2 := calldataload(add(headStart, 64))\n        value3 := calldataload(add(headStart, 96))\n        value4 := abi_decode_uint8(add(headStart, 128))\n        value5 := calldataload(add(headStart, 160))\n        value6 := calldataload(add(headStart, 192))\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        value0 := abi_decode_address(headStart)\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_uint256(headStart, dataEnd) -> value0, value1\n    {\n        if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n        value0 := abi_decode_address(headStart)\n        value1 := calldataload(add(headStart, 32))\n    }\n    function abi_decode_tuple_t_addresst_uint256t_uint256t_uint8t_bytes32t_bytes32(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5\n    {\n        if slt(sub(dataEnd, headStart), 192) { revert(0, 0) }\n        value0 := abi_decode_address(headStart)\n        value1 := calldataload(add(headStart, 32))\n        value2 := calldataload(add(headStart, 64))\n        value3 := abi_decode_uint8(add(headStart, 96))\n        value4 := calldataload(add(headStart, 128))\n        value5 := calldataload(add(headStart, 160))\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_string_memory_ptrt_string_memory_ptr(headStart, dataEnd) -> value0, value1\n    {\n        if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n        let offset := calldataload(headStart)\n        let _1 := 0xffffffffffffffff\n        if gt(offset, _1) { revert(0, 0) }\n        value0 := abi_decode_string(add(headStart, offset), dataEnd)\n        let offset_1 := calldataload(add(headStart, 32))\n        if gt(offset_1, _1) { revert(0, 0) }\n        value1 := abi_decode_string(add(headStart, offset_1), 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_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_packed_t_string_memory_ptr__to_t_string_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_packed_t_stringliteral_301a50b291d33ce1e8e9064e3f6a6c51d902ec22892b50d58abf6357c6a45541_t_bytes32_t_bytes32__to_t_string_memory_ptr_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value1, value0) -> end\n    {\n        mstore(pos, shl(240, 6401))\n        mstore(add(pos, 2), value0)\n        mstore(add(pos, 34), value1)\n        end := add(pos, 66)\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_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n    {\n        tail := add(headStart, 32)\n        mstore(headStart, iszero(iszero(value0)))\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_bytes32_t_address_t_address_t_uint256_t_uint256_t_uint256__to_t_bytes32_t_address_t_address_t_uint256_t_uint256_t_uint256__fromStack_reversed(headStart, value5, value4, value3, value2, value1, value0) -> tail\n    {\n        tail := add(headStart, 192)\n        mstore(headStart, value0)\n        let _1 := sub(shl(160, 1), 1)\n        mstore(add(headStart, 32), and(value1, _1))\n        mstore(add(headStart, 64), and(value2, _1))\n        mstore(add(headStart, 96), value3)\n        mstore(add(headStart, 128), value4)\n        mstore(add(headStart, 160), value5)\n    }\n    function abi_encode_tuple_t_bytes32_t_bytes32_t_address_t_uint256_t_uint256__to_t_bytes32_t_bytes32_t_address_t_uint256_t_uint256__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n    {\n        tail := add(headStart, 160)\n        mstore(headStart, value0)\n        mstore(add(headStart, 32), value1)\n        mstore(add(headStart, 64), and(value2, sub(shl(160, 1), 1)))\n        mstore(add(headStart, 96), value3)\n        mstore(add(headStart, 128), value4)\n    }\n    function abi_encode_tuple_t_bytes32_t_bytes32_t_bytes32_t_uint256_t_address__to_t_bytes32_t_bytes32_t_bytes32_t_uint256_t_address__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n    {\n        tail := add(headStart, 160)\n        mstore(headStart, value0)\n        mstore(add(headStart, 32), value1)\n        mstore(add(headStart, 64), value2)\n        mstore(add(headStart, 96), value3)\n        mstore(add(headStart, 128), and(value4, sub(shl(160, 1), 1)))\n    }\n    function abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n    {\n        tail := add(headStart, 128)\n        mstore(headStart, value0)\n        mstore(add(headStart, 32), and(value1, 0xff))\n        mstore(add(headStart, 64), value2)\n        mstore(add(headStart, 96), value3)\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        let length := mload(value0)\n        mstore(add(headStart, 32), length)\n        copy_memory_to_memory(add(value0, 32), add(headStart, 64), length)\n        tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n    }\n    function abi_encode_tuple_t_stringliteral_00043f6bf76368aa97c21698e9b9d4779e31902453daccf3525ddfb36e53e2be__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 24)\n        mstore(add(headStart, 64), \"ECDSA: invalid signature\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_031e0835d070e7bbd2c8dcce466eadb8c6b9fd22432b0357ab8c37bd9a385940__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 29)\n        mstore(add(headStart, 64), \"ERC20Snapshot: nonexistent id\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 35)\n        mstore(add(headStart, 64), \"ERC20: transfer to the zero addr\")\n        mstore(add(headStart, 96), \"ess\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 20)\n        mstore(add(headStart, 64), \"Pausable: not paused\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_136d0f69bc85a5c125b5cc368e2880ebdb3c89d4d9828f6476431c386ea60257__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 29)\n        mstore(add(headStart, 64), \"ERC20Votes: signature expired\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 34)\n        mstore(add(headStart, 64), \"ERC20: burn amount exceeds balan\")\n        mstore(add(headStart, 96), \"ce\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_1669ff3ba3cdf64474e1193492d05b8434e29b0b495e60095eb5f5c8ec14ce77__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 31)\n        mstore(add(headStart, 64), \"ECDSA: invalid signature length\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_1a23b43d95073d55a7380117ca03cace60cd22fee15d5cb140d51e46236e6872__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 25)\n        mstore(add(headStart, 64), \"ERC20Votes: invalid nonce\")\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_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 34)\n        mstore(add(headStart, 64), \"ERC20: approve to the zero addre\")\n        mstore(add(headStart, 96), \"ss\")\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_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 29)\n        mstore(add(headStart, 64), \"ERC20: insufficient allowance\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_3e89525a63fb9c966b61cf8f5305156de8420bc773a2b60828a2f32c3c5797bd__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 29)\n        mstore(add(headStart, 64), \"ERC20Permit: expired deadline\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__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), \"ERC20: transfer amount exceeds b\")\n        mstore(add(headStart, 96), \"alance\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_4cb95558ae0b72228b49d05e80bd7028a9c838ca660b340001d1e4813e6f39db__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), \"ERC20Votes: invalid signer (0x0)\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_520d1f787dbcafbbfc007fd2c4ecf3d2711ec587f3ee9a1215c0b646c3e530bd__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 34)\n        mstore(add(headStart, 64), \"ECDSA: invalid signature 's' val\")\n        mstore(add(headStart, 96), \"ue\")\n        tail := add(headStart, 128)\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_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 16)\n        mstore(add(headStart, 64), \"Pausable: paused\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_6f9bea4415e2e0a6226edeed5d0183ef579206155bf2c874048217adc845f687__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 20)\n        mstore(add(headStart, 64), \"shares: symbol empty\")\n        tail := add(headStart, 96)\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_78819c4a2bd0e4d903ccbaf073c02aca4c3fece262dcf1acd195e0217d9216e2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 18)\n        mstore(add(headStart, 64), \"shares: name empty\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_79dc6c9f96645bef3218ebfa11b3d4e12c0d692ae14f410fe943613514e37189__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), \"shares: !transferable\")\n        tail := add(headStart, 96)\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_94ca1ab58dfda790a1782ffbb0c0a140ec51d4148dbeecc6c39e37b25ff4b124__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 30)\n        mstore(add(headStart, 64), \"ERC20Permit: invalid signature\")\n        tail := add(headStart, 96)\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_a12faded30b20d8dc095e72484799f56e525ab840080980bce5ed058c60162e4__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 20)\n        mstore(add(headStart, 64), \"shares: cap exceeded\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_a260e14e85f4708f0331ef286c142a0afbf558408b64fafd24a23e404c959d74__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 7)\n        mstore(add(headStart, 64), \"!shares\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_a2660ea378538ee5f080b4f3db61aeeacc3724d206c0d153d576feaa81189bbc__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 11)\n        mstore(add(headStart, 64), \"!determined\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 33)\n        mstore(add(headStart, 64), \"ERC20: burn from the zero addres\")\n        mstore(add(headStart, 96), \"s\")\n        tail := add(headStart, 128)\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_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 37)\n        mstore(add(headStart, 64), \"ERC20: transfer from the zero ad\")\n        mstore(add(headStart, 96), \"dress\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 36)\n        mstore(add(headStart, 64), \"ERC20: approve from the zero add\")\n        mstore(add(headStart, 96), \"ress\")\n        tail := add(headStart, 128)\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_stringliteral_d85a3cdc203c5cdc6dda93c12cd017145671a0ed9058a16c7aa00b8398a4a8e6__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 22)\n        mstore(add(headStart, 64), \"ERC20Snapshot: id is 0\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 37)\n        mstore(add(headStart, 64), \"ERC20: decreased allowance below\")\n        mstore(add(headStart, 96), \" zero\")\n        tail := add(headStart, 128)\n    }\n    function abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n    {\n        mstore(headStart, 32)\n        mstore(add(headStart, 32), 31)\n        mstore(add(headStart, 64), \"ERC20: mint to the zero address\")\n        tail := add(headStart, 96)\n    }\n    function abi_encode_tuple_t_struct$_Checkpoint_$15628_memory_ptr__to_t_struct$_Checkpoint_$15628_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n    {\n        tail := add(headStart, 64)\n        mstore(headStart, and(mload(value0), 0xffffffff))\n        mstore(add(headStart, 0x20), mload(add(value0, 0x20)))\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_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n    {\n        tail := add(headStart, 64)\n        mstore(headStart, value0)\n        mstore(add(headStart, 32), value1)\n    }\n    function abi_encode_tuple_t_uint32_t_uint256__to_t_uint32_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n    {\n        tail := add(headStart, 64)\n        mstore(headStart, and(value0, 0xffffffff))\n        mstore(add(headStart, 32), value1)\n    }\n    function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart, value0) -> tail\n    {\n        tail := add(headStart, 32)\n        mstore(headStart, and(value0, 0xff))\n    }\n    function checked_add_t_uint256(x, y) -> sum\n    {\n        if gt(x, not(y)) { panic_error_0x11() }\n        sum := add(x, y)\n    }\n    function checked_div_t_uint256(x, y) -> r\n    {\n        if iszero(y)\n        {\n            mstore(0, shl(224, 0x4e487b71))\n            mstore(4, 0x12)\n            revert(0, 0x24)\n        }\n        r := div(x, y)\n    }\n    function checked_sub_t_uint256(x, y) -> diff\n    {\n        if lt(x, y) { panic_error_0x11() }\n        diff := sub(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 increment_t_uint256(value) -> ret\n    {\n        if eq(value, not(0)) { panic_error_0x11() }\n        ret := add(value, 1)\n    }\n    function panic_error_0x11()\n    {\n        mstore(0, shl(224, 0x4e487b71))\n        mstore(4, 0x11)\n        revert(0, 0x24)\n    }\n    function panic_error_0x12()\n    {\n        mstore(0, shl(224, 0x4e487b71))\n        mstore(4, 0x12)\n        revert(0, 0x24)\n    }\n    function panic_error_0x21()\n    {\n        mstore(0, shl(224, 0x4e487b71))\n        mstore(4, 0x21)\n        revert(0, 0x24)\n    }\n    function panic_error_0x32()\n    {\n        mstore(0, shl(224, 0x4e487b71))\n        mstore(4, 0x32)\n        revert(0, 0x24)\n    }\n    function panic_error_0x41()\n    {\n        mstore(0, shl(224, 0x4e487b71))\n        mstore(4, 0x41)\n        revert(0, 0x24)\n    }\n}",
          "id": 92,
          "language": "Yul",
          "name": "#utility.yul"
        }
      ],
      "immutableReferences": {
        "4654": [
          {
            "length": 32,
            "start": 2193
          },
          {
            "length": 32,
            "start": 2266
          },
          {
            "length": 32,
            "start": 3096
          },
          {
            "length": 32,
            "start": 3160
          },
          {
            "length": 32,
            "start": 3303
          }
        ]
      },
      "linkReferences": {},
      "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x23B JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x5C19A95C GT PUSH2 0x12E JUMPI DUP1 PUSH4 0x9711715A GT PUSH2 0xAB JUMPI DUP1 PUSH4 0xA9059CBB GT PUSH2 0x6F JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x705 JUMPI DUP1 PUSH4 0xC3CDA520 EQ PUSH2 0x725 JUMPI DUP1 PUSH4 0xD505ACCF EQ PUSH2 0x745 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x765 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x785 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x9711715A EQ PUSH2 0x670 JUMPI DUP1 PUSH4 0x981B24D0 EQ PUSH2 0x685 JUMPI DUP1 PUSH4 0x9AB24EB0 EQ PUSH2 0x6A5 JUMPI DUP1 PUSH4 0x9DC29FAC EQ PUSH2 0x6C5 JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x6E5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x7ECEBE00 GT PUSH2 0xF2 JUMPI DUP1 PUSH4 0x7ECEBE00 EQ PUSH2 0x5F4 JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x614 JUMPI DUP1 PUSH4 0x8ABE09F2 EQ PUSH2 0x629 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x63C JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x65B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x5C19A95C EQ PUSH2 0x542 JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x562 JUMPI DUP1 PUSH4 0x6FCFFF45 EQ PUSH2 0x57B JUMPI DUP1 PUSH4 0x70A08231 EQ PUSH2 0x5A9 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x5DF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x3A46B1A8 GT PUSH2 0x1BC JUMPI DUP1 PUSH4 0x4F1EF286 GT PUSH2 0x180 JUMPI DUP1 PUSH4 0x4F1EF286 EQ PUSH2 0x496 JUMPI DUP1 PUSH4 0x52D1902D EQ PUSH2 0x4A9 JUMPI DUP1 PUSH4 0x5439AD86 EQ PUSH2 0x4BE JUMPI DUP1 PUSH4 0x562D190D EQ PUSH2 0x4D3 JUMPI DUP1 PUSH4 0x587CDE1E EQ PUSH2 0x4F3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x3A46B1A8 EQ PUSH2 0x3E0 JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x400 JUMPI DUP1 PUSH4 0x40C10F19 EQ PUSH2 0x415 JUMPI DUP1 PUSH4 0x47F761F5 EQ PUSH2 0x435 JUMPI DUP1 PUSH4 0x4EE2CD7E EQ PUSH2 0x476 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x23B872DD GT PUSH2 0x203 JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x34D JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x36D JUMPI DUP1 PUSH4 0x3644E515 EQ PUSH2 0x389 JUMPI DUP1 PUSH4 0x3659CFE6 EQ PUSH2 0x39E JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x3C0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x3C8A3C6 EQ PUSH2 0x240 JUMPI DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0x281 JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0x2A3 JUMPI DUP1 PUSH4 0xCDFEBFA EQ PUSH2 0x2D3 JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0x338 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x24C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x25B CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x103 PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x28D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x296 PUSH2 0x7A5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x278 SWAP2 SWAP1 PUSH2 0x3137 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x2BE CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x837 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2DF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x31C PUSH2 0x2EE CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x100 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x0 SWAP3 DUP4 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 SWAP1 SWAP2 MSTORE SWAP1 DUP3 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 SWAP1 SWAP2 ADD SLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND SWAP1 DUP3 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP4 AND DUP4 MSTORE PUSH1 0x20 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x344 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x35 SLOAD PUSH2 0x26E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x359 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x368 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F05 JUMP JUMPDEST PUSH2 0x851 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x379 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH1 0x12 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x395 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x877 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x3B9 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x886 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3CC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x3DB CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x96F JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3EC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x3FB CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x991 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x40C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0xAD2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x421 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x430 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0xAE4 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x441 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x455 PUSH2 0x450 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP3 MLOAD PUSH4 0xFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 SWAP3 DUP4 ADD MLOAD SWAP3 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x482 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x491 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0xBB3 JUMP JUMPDEST PUSH2 0x3BE PUSH2 0x4A4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2FAB JUMP JUMPDEST PUSH2 0xC0D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0xCDA JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4CA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0xD8D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4DF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x4EE CALLDATASIZE PUSH1 0x4 PUSH2 0x30A8 JUMP JUMPDEST PUSH2 0xD97 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4FF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x52A PUSH2 0x50E CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x102 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 PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x278 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x54E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x55D CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0xFA2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x56E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x168 SLOAD PUSH1 0xFF AND PUSH2 0x2C3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x587 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x596 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x5C4 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0xFAC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x600 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x60F CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0xFBE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x620 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0xFDC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x635 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP TIMESTAMP PUSH2 0x26E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x648 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x136 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x52A JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x667 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x296 PUSH2 0xFEC JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x67C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0xFFB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x691 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x6A0 CALLDATASIZE PUSH1 0x4 PUSH2 0x3102 JUMP JUMPDEST PUSH2 0x100D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x6C0 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x1039 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x6E0 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x1077 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6F1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x700 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x1089 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x711 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2C3 PUSH2 0x720 CALLDATASIZE PUSH1 0x4 PUSH2 0x300D JUMP JUMPDEST PUSH2 0x110F JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x731 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x740 CALLDATASIZE PUSH1 0x4 PUSH2 0x3037 JUMP JUMPDEST PUSH2 0x111D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x751 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x760 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F41 JUMP JUMPDEST PUSH2 0x1313 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x771 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x26E PUSH2 0x780 CALLDATASIZE PUSH1 0x4 PUSH2 0x2ED2 JUMP JUMPDEST PUSH2 0x1477 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x791 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3BE PUSH2 0x7A0 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EB7 JUMP JUMPDEST PUSH2 0x14A2 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x36 DUP1 SLOAD PUSH2 0x7B4 SWAP1 PUSH2 0x32CA 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 0x7E0 SWAP1 PUSH2 0x32CA JUMP JUMPDEST DUP1 ISZERO PUSH2 0x82D JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x802 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x82D 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 0x810 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x845 DUP2 DUP6 DUP6 PUSH2 0x1518 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x85F DUP6 DUP3 DUP6 PUSH2 0x163C JUMP JUMPDEST PUSH2 0x86A DUP6 DUP6 DUP6 PUSH2 0x16B6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH2 0x186C JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ ISZERO PUSH2 0x8D8 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x316A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x921 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x947 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x31B6 JUMP JUMPDEST PUSH2 0x950 DUP2 PUSH2 0x18A3 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0x96C SWAP2 DUP4 SWAP2 SWAP1 PUSH2 0x18AB JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x845 DUP2 DUP6 DUP6 PUSH2 0x982 DUP4 DUP4 PUSH2 0x1477 JUMP JUMPDEST PUSH2 0x98C SWAP2 SWAP1 PUSH2 0x324D JUMP JUMPDEST PUSH2 0x1518 JUMP JUMPDEST PUSH1 0x0 TIMESTAMP DUP3 LT PUSH2 0x9D0 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xB PUSH1 0x24 DUP3 ADD MSTORE PUSH11 0x859195D195C9B5A5B9959 PUSH1 0xAA SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP1 PUSH2 0x9F9 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x84B JUMP JUMPDEST DUP3 PUSH2 0xA07 DUP6 PUSH1 0x1 DUP5 SUB PUSH2 0xB60 JUMP JUMPDEST MLOAD PUSH4 0xFFFFFFFF AND GT PUSH2 0xA2C JUMPI PUSH2 0xA20 DUP5 PUSH1 0x1 DUP4 SUB PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD SWAP2 POP POP PUSH2 0x84B JUMP JUMPDEST DUP3 PUSH2 0xA38 DUP6 PUSH1 0x0 PUSH2 0xB60 JUMP JUMPDEST MLOAD PUSH4 0xFFFFFFFF AND GT ISZERO PUSH2 0xA4F JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0x84B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 NOT DUP3 ADD JUMPDEST DUP2 DUP2 GT ISZERO PUSH2 0xABA JUMPI PUSH1 0x2 DUP3 DUP3 SUB DIV DUP2 SUB PUSH1 0x0 PUSH2 0xA73 DUP9 DUP4 PUSH2 0xB60 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH4 0xFFFFFFFF AND DUP8 EQ ISZERO PUSH2 0xA95 JUMPI PUSH1 0x20 ADD MLOAD SWAP5 POP PUSH2 0x84B SWAP4 POP POP POP POP JUMP JUMPDEST DUP1 MLOAD PUSH4 0xFFFFFFFF AND DUP8 GT ISZERO PUSH2 0xAAC JUMPI DUP2 SWAP4 POP PUSH2 0xAB3 JUMP JUMPDEST PUSH1 0x1 DUP3 SUB SWAP3 POP JUMPDEST POP POP PUSH2 0xA57 JUMP JUMPDEST PUSH2 0xAC4 DUP7 DUP4 PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0xADA PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x1A80 JUMP JUMPDEST JUMP JUMPDEST PUSH2 0xAEC PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xAF9 PUSH1 0x2 PUSH1 0x0 NOT PUSH2 0x3265 JUMP JUMPDEST DUP2 PUSH2 0xB03 PUSH1 0x35 SLOAD SWAP1 JUMP JUMPDEST PUSH2 0xB0D SWAP2 SWAP1 PUSH2 0x324D JUMP JUMPDEST GT ISZERO PUSH2 0xB52 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH20 0x1CDA185C995CCE8818D85C08195E18D959591959 PUSH1 0x62 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH2 0x1AD3 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 SWAP2 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP5 SWAP1 SWAP5 AND DUP5 MSTORE PUSH2 0x100 DUP2 MSTORE DUP2 DUP5 KECCAK256 SWAP3 DUP5 MSTORE SWAP2 DUP3 MSTORE SWAP2 DUP3 SWAP1 KECCAK256 DUP3 MLOAD DUP1 DUP5 ADD SWAP1 SWAP4 MSTORE DUP1 SLOAD PUSH4 0xFFFFFFFF AND DUP4 MSTORE PUSH1 0x1 ADD SLOAD SWAP1 DUP3 ADD MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x104 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 DUP2 SWAP1 DUP2 SWAP1 PUSH2 0xBDB SWAP1 DUP6 SWAP1 PUSH2 0x1BA0 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0xC02 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH2 0xC04 JUMP JUMPDEST DUP1 JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ ISZERO PUSH2 0xC56 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x316A JUMP JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xC9F PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0xCC5 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x31B6 JUMP JUMPDEST PUSH2 0xCCE DUP3 PUSH2 0x18A3 JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH1 0x1 PUSH2 0x18AB JUMP JUMPDEST PUSH1 0x0 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ PUSH2 0xD7A 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 0x8CF JUMP JUMPDEST POP PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH2 0x1C97 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND ISZERO DUP1 DUP1 ISZERO PUSH2 0xDB7 JUMPI POP PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0xFF SWAP1 SWAP2 AND LT JUMPDEST DUP1 PUSH2 0xDD1 JUMPI POP ADDRESS EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xDD1 JUMPI POP PUSH1 0x0 SLOAD PUSH1 0xFF AND PUSH1 0x1 EQ JUMPDEST PUSH2 0xE34 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 0x8CF JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE DUP1 ISZERO PUSH2 0xE57 JUMPI PUSH1 0x0 DUP1 SLOAD PUSH2 0xFF00 NOT AND PUSH2 0x100 OR SWAP1 SSTORE JUMPDEST DUP3 MLOAD PUSH2 0xE9A JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x12 PUSH1 0x24 DUP3 ADD MSTORE PUSH18 0x7368617265733A206E616D6520656D707479 PUSH1 0x70 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST DUP2 MLOAD PUSH2 0xEDF JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH20 0x7368617265733A2073796D626F6C20656D707479 PUSH1 0x60 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0xEE9 DUP4 DUP4 PUSH2 0x1CA3 JUMP JUMPDEST PUSH2 0xEF2 DUP4 PUSH2 0x1CD4 JUMP JUMPDEST PUSH2 0xEFA PUSH2 0x1D1E JUMP JUMPDEST PUSH2 0xF02 PUSH2 0x1D4D JUMP JUMPDEST PUSH2 0xF0A PUSH2 0x1D74 JUMP JUMPDEST PUSH2 0xF12 PUSH2 0x1D4D JUMP JUMPDEST PUSH2 0xF57 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0xA DUP2 MSTORE PUSH1 0x20 ADD PUSH10 0x3232B632B3B0BA34B7B7 PUSH1 0xB1 SHL DUP2 MSTORE POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0xD PUSH1 0xFA SHL DUP2 MSTORE POP PUSH2 0x1DA3 JUMP JUMPDEST DUP1 ISZERO PUSH2 0xF9D JUMPI PUSH1 0x0 DUP1 SLOAD PUSH2 0xFF00 NOT AND SWAP1 SSTORE PUSH1 0x40 MLOAD PUSH1 0x1 DUP2 MSTORE PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x96C CALLER DUP3 PUSH2 0x1DD4 JUMP JUMPDEST PUSH2 0xFB4 PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xAE2 PUSH1 0x0 PUSH2 0x1ECB JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x99 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH2 0x84B JUMP JUMPDEST PUSH2 0xFE4 PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x1F1E JUMP JUMPDEST PUSH1 0x60 PUSH1 0x37 DUP1 SLOAD PUSH2 0x7B4 SWAP1 PUSH2 0x32CA JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1005 PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0x881 PUSH2 0x1F5C JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x101E DUP5 PUSH2 0x105 PUSH2 0x1BA0 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x102F JUMPI PUSH1 0x35 SLOAD PUSH2 0x1031 JUMP JUMPDEST DUP1 JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD DUP1 PUSH2 0x105F JUMPI PUSH1 0x0 PUSH2 0x870 JUMP JUMPDEST PUSH2 0x106C DUP4 PUSH1 0x1 DUP4 SUB PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x107F PUSH2 0x1A25 JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH2 0x1FB7 JUMP JUMPDEST PUSH1 0x0 CALLER DUP2 PUSH2 0x1097 DUP3 DUP7 PUSH2 0x1477 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x10F7 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x25 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x44 DUP3 ADD MSTORE PUSH5 0x207A65726F PUSH1 0xD8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x1104 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x1518 JUMP JUMPDEST POP PUSH1 0x1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x845 DUP2 DUP6 DUP6 PUSH2 0x16B6 JUMP JUMPDEST DUP4 TIMESTAMP GT ISZERO PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4552433230566F7465733A207369676E61747572652065787069726564000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1216 PUSH2 0x120E PUSH32 0xE3BC21CA2BE03AEEEE0E614BFE98F970C96A05A768F627C50AB81764CB50268 PUSH2 0x119E PUSH2 0x7A5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x11AE SWAP2 SWAP1 PUSH2 0x311B JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F NOT DUP2 DUP5 SUB ADD DUP2 MSTORE DUP3 DUP3 MSTORE DUP1 MLOAD PUSH1 0x20 SWAP2 DUP3 ADD KECCAK256 SWAP1 DUP4 ADD SWAP4 SWAP1 SWAP4 MSTORE DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP11 AND PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 DUP2 ADD DUP10 SWAP1 MSTORE PUSH1 0xA0 DUP2 ADD DUP9 SWAP1 MSTORE PUSH1 0xC0 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 PUSH2 0x20F7 JUMP JUMPDEST DUP6 DUP6 DUP6 PUSH2 0x2145 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x126E 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 0x4552433230566F7465733A20696E76616C6964207369676E6572202830783029 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x103 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP7 EQ PUSH2 0x12D6 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x19 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4552433230566F7465733A20696E76616C6964206E6F6E636500000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x103 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 DUP1 SLOAD SWAP2 PUSH2 0x12FB DUP4 PUSH2 0x32FF JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP PUSH2 0x130A DUP2 DUP9 PUSH2 0x1DD4 JUMP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST DUP4 TIMESTAMP GT ISZERO PUSH2 0x1363 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332305065726D69743A206578706972656420646561646C696E65000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x0 PUSH32 0x6E71EDAE12B1B97F4D1F60370FEF10105FA2FAAE0126114A169C64845D6126C9 DUP9 DUP9 DUP9 PUSH2 0x1392 DUP13 PUSH2 0x216D JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP2 ADD SWAP7 SWAP1 SWAP7 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP5 DUP6 AND SWAP1 DUP7 ADD MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x60 DUP5 ADD MSTORE PUSH1 0x80 DUP4 ADD MSTORE PUSH1 0xA0 DUP3 ADD MSTORE PUSH1 0xC0 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0xE0 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP PUSH1 0x0 PUSH2 0x13ED DUP3 PUSH2 0x2195 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x13FD DUP3 DUP8 DUP8 DUP8 PUSH2 0x2145 JUMP JUMPDEST SWAP1 POP DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x1460 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1E PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332305065726D69743A20696E76616C6964207369676E61747572650000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x146B DUP11 DUP11 DUP11 PUSH2 0x1518 JUMP JUMPDEST POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP2 DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x34 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP4 SWAP1 SWAP5 AND DUP3 MSTORE SWAP2 SWAP1 SWAP2 MSTORE KECCAK256 SLOAD SWAP1 JUMP JUMPDEST PUSH2 0x14AA PUSH2 0x1A25 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x150F 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 0x8CF JUMP JUMPDEST PUSH2 0x96C DUP2 PUSH2 0x1ECB JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH2 0x157A JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP1 DUP3 ADD MSTORE PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x44 DUP3 ADD MSTORE PUSH4 0x72657373 PUSH1 0xE0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x15DB JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x22 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x44 DUP3 ADD MSTORE PUSH2 0x7373 PUSH1 0xF0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x34 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP5 DUP8 AND DUP1 DUP5 MSTORE SWAP5 DUP3 MSTORE SWAP2 DUP3 SWAP1 KECCAK256 DUP6 SWAP1 SSTORE SWAP1 MLOAD DUP5 DUP2 MSTORE PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1648 DUP5 DUP5 PUSH2 0x1477 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 NOT DUP2 EQ PUSH2 0x16B0 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x16A3 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x16B0 DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x1518 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH2 0x171A JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x25 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x44 DUP3 ADD MSTORE PUSH5 0x6472657373 PUSH1 0xD8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x177C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x23 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x44 DUP3 ADD MSTORE PUSH3 0x657373 PUSH1 0xE8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x1787 DUP4 DUP4 DUP4 PUSH2 0x21A2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP2 DUP2 LT ISZERO PUSH2 0x17FF 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 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x44 DUP3 ADD MSTORE PUSH6 0x616C616E6365 PUSH1 0xD0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP6 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP7 DUP7 SUB SWAP1 SSTORE SWAP3 DUP7 AND DUP1 DUP3 MSTORE SWAP1 DUP4 SWAP1 KECCAK256 DUP1 SLOAD DUP7 ADD SWAP1 SSTORE SWAP2 MLOAD PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF SWAP1 PUSH2 0x185F SWAP1 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0x16B0 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH2 0x189B PUSH1 0x65 SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x66 SLOAD PUSH2 0x2233 JUMP JUMPDEST PUSH2 0x96C PUSH2 0x1A25 JUMP JUMPDEST PUSH32 0x4910FDFA16FED3260ED0E7147F7CC6DA11A60208B5B9406D12A635614FFD9143 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0x18DE JUMPI PUSH2 0xF9D DUP4 PUSH2 0x227C 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 0x1917 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0x1947 JUMPI POP PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0x1944 SWAP2 DUP2 ADD SWAP1 PUSH2 0x308F JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0x19AA 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 0x8CF JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE DUP2 EQ PUSH2 0x1A19 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 0x8CF JUMP JUMPDEST POP PUSH2 0xF9D DUP4 DUP4 DUP4 PUSH2 0x2318 JUMP JUMPDEST PUSH2 0x136 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0xAE2 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 0x8CF JUMP JUMPDEST PUSH2 0x1A88 PUSH2 0x233D JUMP JUMPDEST PUSH2 0x168 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA CALLER JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x1B29 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1F PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A206D696E7420746F20746865207A65726F206164647265737300 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x1B35 PUSH1 0x0 DUP4 DUP4 PUSH2 0x21A2 JUMP JUMPDEST DUP1 PUSH1 0x35 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1B47 SWAP2 SWAP1 PUSH2 0x324D JUMP JUMPDEST SWAP1 SWAP2 SSTORE POP POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 DUP1 SLOAD DUP7 ADD SWAP1 SSTORE MLOAD DUP5 DUP2 MSTORE PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP5 GT PUSH2 0x1BEC JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x16 PUSH1 0x24 DUP3 ADD MSTORE PUSH22 0x4552433230536E617073686F743A206964206973203 PUSH1 0x54 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x1BF4 PUSH2 0x1C97 JUMP JUMPDEST DUP5 GT ISZERO PUSH2 0x1C43 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4552433230536E617073686F743A206E6F6E6578697374656E74206964000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1C4F DUP5 DUP7 PUSH2 0x2387 JUMP JUMPDEST DUP5 SLOAD SWAP1 SWAP2 POP DUP2 EQ ISZERO PUSH2 0x1C68 JUMPI PUSH1 0x0 DUP1 SWAP3 POP SWAP3 POP POP PUSH2 0x1C90 JUMP JUMPDEST PUSH1 0x1 DUP5 PUSH1 0x1 ADD DUP3 DUP2 SLOAD DUP2 LT PUSH2 0x1C7F JUMPI PUSH2 0x1C7F PUSH2 0x3346 JUMP JUMPDEST SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 ADD SLOAD SWAP3 POP SWAP3 POP POP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH2 0x107 SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1CCA JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH2 0x2432 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1CFB JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0x96C DUP2 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x31 PUSH1 0xF8 SHL DUP2 MSTORE POP PUSH2 0x2480 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1D45 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x24C1 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0xAE2 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1D9B JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x24F5 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1DCA JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xB5C DUP3 DUP3 PUSH2 0x2525 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD GT PUSH2 0x1E24 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x7 PUSH1 0x24 DUP3 ADD MSTORE PUSH7 0x21736861726573 PUSH1 0xC8 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x102 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD DUP4 DUP4 AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT DUP3 AND OR SWAP1 SWAP2 SSTORE AND PUSH2 0x1E7C DUP2 DUP4 PUSH2 0x1E77 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 JUMP JUMPDEST PUSH2 0x2566 JUMP JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH32 0x3134E8A2E6D97E929A7E54011EA5485D7D196DD5F0BA4D4EF95803E8E3FC257F PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP POP POP JUMP JUMPDEST PUSH2 0x136 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 PUSH2 0x1F26 PUSH2 0x264A JUMP JUMPDEST PUSH2 0x168 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x1AB6 CALLER SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1F6D PUSH2 0x107 DUP1 SLOAD PUSH1 0x1 ADD SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1F77 PUSH2 0x1C97 JUMP JUMPDEST SWAP1 POP PUSH32 0x8030E83B04D87BEF53480E26263266D6CA66863AA8506ACA6F2559D18AA1CB67 DUP2 PUSH1 0x40 MLOAD PUSH2 0x1FAA SWAP2 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x2017 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x21 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A206275726E2066726F6D20746865207A65726F20616464726573 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x73 PUSH1 0xF8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x2023 DUP3 PUSH1 0x0 DUP4 PUSH2 0x21A2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP2 DUP2 LT ISZERO PUSH2 0x2097 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x22 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A206275726E20616D6F756E7420657863656564732062616C616E PUSH1 0x44 DUP3 ADD MSTORE PUSH2 0x6365 PUSH1 0xF0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 DUP7 DUP7 SUB SWAP1 SSTORE PUSH1 0x35 DUP1 SLOAD DUP8 SWAP1 SUB SWAP1 SSTORE MLOAD DUP6 DUP2 MSTORE SWAP2 SWAP3 SWAP2 PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x84B PUSH2 0x2104 PUSH2 0x2691 JUMP JUMPDEST DUP4 PUSH1 0x40 MLOAD PUSH2 0x1901 PUSH1 0xF0 SHL PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x22 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x42 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH1 0x62 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x2156 DUP8 DUP8 DUP8 DUP8 PUSH2 0x26C8 JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x2163 DUP2 PUSH2 0x278C JUMP JUMPDEST POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x99 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 DUP2 ADD DUP3 SSTORE SWAP1 JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x84B PUSH2 0x2104 PUSH2 0x186C JUMP JUMPDEST PUSH2 0x21AD DUP4 DUP4 DUP4 PUSH2 0x28DA JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND ISZERO DUP1 PUSH2 0x21E0 JUMPI POP PUSH2 0x136 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ DUP1 ISZERO PUSH2 0x21E0 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND ISZERO JUMPDEST DUP1 PUSH2 0x21EF JUMPI POP PUSH2 0x168 SLOAD PUSH1 0xFF AND ISZERO JUMPDEST PUSH2 0xF9D 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 0x7368617265733A20217472616E7366657261626C65 PUSH1 0x58 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP2 ADD DUP6 SWAP1 MSTORE SWAP1 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x60 DUP2 ADD DUP3 SWAP1 MSTORE CHAINID PUSH1 0x80 DUP3 ADD MSTORE ADDRESS PUSH1 0xA0 DUP3 ADD MSTORE PUSH1 0x0 SWAP1 PUSH1 0xC0 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND EXTCODESIZE PUSH2 0x22E9 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 0x8CF JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x3373 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 0x2321 DUP4 PUSH2 0x292D JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD GT DUP1 PUSH2 0x232E JUMPI POP DUP1 JUMPDEST ISZERO PUSH2 0xF9D JUMPI PUSH2 0x16B0 DUP4 DUP4 PUSH2 0x296D JUMP JUMPDEST PUSH2 0x168 SLOAD PUSH1 0xFF AND PUSH2 0xAE2 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH20 0x14185D5CD8589B194E881B9BDD081C185D5CD959 PUSH1 0x62 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST DUP2 SLOAD PUSH1 0x0 SWAP1 PUSH2 0x2398 JUMPI POP PUSH1 0x0 PUSH2 0x84B JUMP JUMPDEST DUP3 SLOAD PUSH1 0x0 SWAP1 JUMPDEST DUP1 DUP3 LT ISZERO PUSH2 0x23E5 JUMPI PUSH1 0x0 PUSH2 0x23B2 DUP4 DUP4 PUSH2 0x2A58 JUMP JUMPDEST PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 SWAP1 KECCAK256 SWAP1 SWAP2 POP DUP6 SWAP1 DUP3 ADD SLOAD GT ISZERO PUSH2 0x23D1 JUMPI DUP1 SWAP2 POP PUSH2 0x23DF JUMP JUMPDEST PUSH2 0x23DC DUP2 PUSH1 0x1 PUSH2 0x324D JUMP JUMPDEST SWAP3 POP JUMPDEST POP PUSH2 0x239E JUMP JUMPDEST PUSH1 0x0 DUP3 GT DUP1 ISZERO PUSH2 0x2411 JUMPI POP DUP4 PUSH2 0x240E DUP7 PUSH2 0x2400 PUSH1 0x1 DUP7 PUSH2 0x3287 JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x20 SWAP1 SWAP2 KECCAK256 ADD SWAP1 JUMP JUMPDEST SLOAD EQ JUMPDEST ISZERO PUSH2 0x242A JUMPI PUSH2 0x2421 PUSH1 0x1 DUP4 PUSH2 0x3287 JUMP JUMPDEST SWAP3 POP POP POP PUSH2 0x84B JUMP JUMPDEST POP SWAP1 POP PUSH2 0x84B JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2459 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST DUP2 MLOAD PUSH2 0x246C SWAP1 PUSH1 0x36 SWAP1 PUSH1 0x20 DUP6 ADD SWAP1 PUSH2 0x2D60 JUMP JUMPDEST POP DUP1 MLOAD PUSH2 0xF9D SWAP1 PUSH1 0x37 SWAP1 PUSH1 0x20 DUP5 ADD SWAP1 PUSH2 0x2D60 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x24A7 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST DUP2 MLOAD PUSH1 0x20 SWAP3 DUP4 ADD KECCAK256 DUP2 MLOAD SWAP2 SWAP1 SWAP3 ADD KECCAK256 PUSH1 0x65 SWAP2 SWAP1 SWAP2 SSTORE PUSH1 0x66 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x24E8 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0x168 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x251C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST PUSH2 0xAE2 CALLER PUSH2 0x1ECB JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH2 0x100 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x254C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8CF SWAP1 PUSH2 0x3202 JUMP JUMPDEST DUP2 MLOAD PUSH1 0x20 SWAP3 DUP4 ADD KECCAK256 DUP2 MLOAD SWAP2 SWAP1 SWAP3 ADD KECCAK256 PUSH1 0xCC SWAP2 SWAP1 SWAP2 SSTORE PUSH1 0xCD SSTORE JUMP JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ ISZERO DUP1 ISZERO PUSH2 0x2587 JUMPI POP DUP1 ISZERO ISZERO JUMPDEST ISZERO PUSH2 0xF9D JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND ISZERO PUSH2 0x25E9 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD SWAP1 DUP2 PUSH2 0x25C2 JUMPI PUSH1 0x0 PUSH2 0x25D4 JUMP JUMPDEST PUSH2 0x25CF DUP6 PUSH1 0x1 DUP5 SUB PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD JUMPDEST SWAP1 POP DUP3 DUP2 SUB PUSH2 0x25E5 DUP7 DUP5 DUP5 DUP5 PUSH2 0x2A73 JUMP JUMPDEST POP POP POP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND ISZERO PUSH2 0xF9D JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD SWAP1 DUP2 PUSH2 0x261F JUMPI PUSH1 0x0 PUSH2 0x2631 JUMP JUMPDEST PUSH2 0x262C DUP5 PUSH1 0x1 DUP5 SUB PUSH2 0xB60 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD JUMPDEST SWAP1 POP DUP3 DUP2 ADD PUSH2 0x2642 DUP6 DUP5 DUP5 DUP5 PUSH2 0x2A73 JUMP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x168 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0xAE2 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x10 PUSH1 0x24 DUP3 ADD MSTORE PUSH16 0x14185D5CD8589B194E881C185D5CD959 PUSH1 0x82 SHL PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x0 PUSH2 0x881 PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH2 0x26C0 PUSH1 0xCC SLOAD SWAP1 JUMP JUMPDEST PUSH1 0xCD SLOAD PUSH2 0x2233 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH32 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0 DUP4 GT ISZERO PUSH2 0x26FF JUMPI POP PUSH1 0x0 SWAP1 POP PUSH1 0x3 PUSH2 0x2783 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP1 DUP5 MSTORE DUP10 SWAP1 MSTORE PUSH1 0xFF DUP9 AND SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP6 SWAP1 MSTORE PUSH1 0x1 SWAP1 PUSH1 0xA0 ADD PUSH1 0x20 PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 SUB SWAP1 DUP1 DUP5 SUB SWAP1 DUP6 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2753 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP PUSH1 0x40 MLOAD PUSH1 0x1F NOT ADD MLOAD SWAP2 POP POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x277C JUMPI PUSH1 0x0 PUSH1 0x1 SWAP3 POP SWAP3 POP POP PUSH2 0x2783 JUMP JUMPDEST SWAP2 POP PUSH1 0x0 SWAP1 POP JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x4 DUP2 GT ISZERO PUSH2 0x27A0 JUMPI PUSH2 0x27A0 PUSH2 0x3330 JUMP JUMPDEST EQ ISZERO PUSH2 0x27A9 JUMPI POP JUMP JUMPDEST PUSH1 0x1 DUP2 PUSH1 0x4 DUP2 GT ISZERO PUSH2 0x27BD JUMPI PUSH2 0x27BD PUSH2 0x3330 JUMP JUMPDEST EQ ISZERO PUSH2 0x280B JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x18 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45434453413A20696E76616C6964207369676E61747572650000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x2 DUP2 PUSH1 0x4 DUP2 GT ISZERO PUSH2 0x281F JUMPI PUSH2 0x281F PUSH2 0x3330 JUMP JUMPDEST EQ ISZERO PUSH2 0x286D JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1F PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45434453413A20696E76616C6964207369676E6174757265206C656E67746800 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH1 0x3 DUP2 PUSH1 0x4 DUP2 GT ISZERO PUSH2 0x2881 JUMPI PUSH2 0x2881 PUSH2 0x3330 JUMP JUMPDEST EQ ISZERO PUSH2 0x96C JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x22 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45434453413A20696E76616C6964207369676E6174757265202773272076616C PUSH1 0x44 DUP3 ADD MSTORE PUSH2 0x7565 PUSH1 0xF0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x8CF JUMP JUMPDEST PUSH2 0x28E5 DUP4 DUP4 DUP4 PUSH2 0x2B9C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH2 0x2904 JUMPI PUSH2 0x28FC DUP3 PUSH2 0x2C48 JUMP JUMPDEST PUSH2 0xF9D PUSH2 0x2C7C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x291B JUMPI PUSH2 0x28FC DUP4 PUSH2 0x2C48 JUMP JUMPDEST PUSH2 0x2924 DUP4 PUSH2 0x2C48 JUMP JUMPDEST PUSH2 0xF9D DUP3 PUSH2 0x2C48 JUMP JUMPDEST PUSH2 0x2936 DUP2 PUSH2 0x227C 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 0x29D5 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 0x8CF JUMP JUMPDEST PUSH1 0x0 DUP1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x40 MLOAD PUSH2 0x29F0 SWAP2 SWAP1 PUSH2 0x311B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2A2B 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 0x2A30 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0xC04 DUP3 DUP3 PUSH1 0x40 MLOAD DUP1 PUSH1 0x60 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x27 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x3393 PUSH1 0x27 SWAP2 CODECOPY PUSH2 0x2C8B JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A67 PUSH1 0x2 DUP5 DUP5 XOR PUSH2 0x3265 JUMP JUMPDEST PUSH2 0x870 SWAP1 DUP5 DUP5 AND PUSH2 0x324D JUMP JUMPDEST TIMESTAMP DUP4 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x2AB3 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x100 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x0 NOT DUP9 ADD DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 SLOAD PUSH4 0xFFFFFFFF DUP3 DUP2 AND SWAP2 AND EQ JUMPDEST ISZERO PUSH2 0x2AEB JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x100 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x0 NOT DUP9 ADD DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 PUSH1 0x1 ADD DUP3 SWAP1 SSTORE PUSH2 0x2B51 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE PUSH4 0xFFFFFFFF DUP4 DUP2 AND DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP7 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP11 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH2 0x100 DUP5 MSTORE DUP7 DUP2 KECCAK256 DUP12 DUP3 MSTORE DUP5 MSTORE DUP7 DUP2 KECCAK256 SWAP6 MLOAD DUP7 SLOAD PUSH4 0xFFFFFFFF NOT AND SWAP6 AND SWAP5 SWAP1 SWAP5 OR DUP6 SSTORE SWAP1 MLOAD PUSH1 0x1 SWAP5 DUP6 ADD SSTORE DUP3 MSTORE PUSH2 0x101 SWAP1 MSTORE SWAP2 SWAP1 SWAP2 KECCAK256 SWAP1 DUP6 ADD SWAP1 SSTORE JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND SWAP2 PUSH32 0xDEC2BACDD2F05B59DE34DA9B523DFF8BE42E5E38E818C82FDB0BAE774387A724 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x33 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD ISZERO DUP1 ISZERO PUSH2 0x2BD9 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x101 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD ISZERO JUMPDEST DUP1 ISZERO PUSH2 0x2BE5 JUMPI POP PUSH1 0x0 DUP2 GT JUMPDEST ISZERO PUSH2 0x2C15 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH2 0x102 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND SWAP1 SWAP2 OR SWAP1 SSTORE JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP5 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x102 PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 SLOAD DUP6 DUP5 AND DUP4 MSTORE SWAP2 KECCAK256 SLOAD PUSH2 0xF9D SWAP3 SWAP2 DUP3 AND SWAP2 AND DUP4 PUSH2 0x2566 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH2 0x104 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x33 SWAP1 SWAP3 MSTORE SWAP1 SWAP2 KECCAK256 SLOAD PUSH2 0x96C SWAP2 SWAP1 PUSH2 0x2CA4 JUMP JUMPDEST PUSH2 0x2CA4 JUMP JUMPDEST PUSH2 0xAE2 PUSH2 0x105 PUSH2 0x2C77 PUSH1 0x35 SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x60 DUP4 ISZERO PUSH2 0x2C9A JUMPI POP DUP2 PUSH2 0x870 JUMP JUMPDEST PUSH2 0x870 DUP4 DUP4 PUSH2 0x2CEE JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2CAE PUSH2 0x1C97 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x2CBA DUP5 PUSH2 0x2D18 JUMP JUMPDEST LT ISZERO PUSH2 0xF9D JUMPI DUP3 SLOAD PUSH1 0x1 DUP1 DUP3 ADD DUP6 SSTORE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 DUP1 DUP3 KECCAK256 SWAP1 SWAP4 ADD SWAP4 SWAP1 SWAP4 SSTORE SWAP4 DUP5 ADD DUP1 SLOAD SWAP5 DUP6 ADD DUP2 SSTORE DUP3 MSTORE SWAP1 KECCAK256 SWAP1 SWAP2 ADD SSTORE JUMP JUMPDEST DUP2 MLOAD ISZERO PUSH2 0x2CFE 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 0x8CF SWAP2 SWAP1 PUSH2 0x3137 JUMP JUMPDEST DUP1 SLOAD PUSH1 0x0 SWAP1 PUSH2 0x2D29 JUMPI POP PUSH1 0x0 SWAP2 SWAP1 POP JUMP JUMPDEST DUP2 SLOAD DUP3 SWAP1 PUSH2 0x2D39 SWAP1 PUSH1 0x1 SWAP1 PUSH2 0x3287 JUMP JUMPDEST DUP2 SLOAD DUP2 LT PUSH2 0x2D49 JUMPI PUSH2 0x2D49 PUSH2 0x3346 JUMP JUMPDEST SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 ADD SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP3 DUP1 SLOAD PUSH2 0x2D6C SWAP1 PUSH2 0x32CA JUMP JUMPDEST SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x1F ADD PUSH1 0x20 SWAP1 DIV DUP2 ADD SWAP3 DUP3 PUSH2 0x2D8E JUMPI PUSH1 0x0 DUP6 SSTORE PUSH2 0x2DD4 JUMP JUMPDEST DUP3 PUSH1 0x1F LT PUSH2 0x2DA7 JUMPI DUP1 MLOAD PUSH1 0xFF NOT AND DUP4 DUP1 ADD OR DUP6 SSTORE PUSH2 0x2DD4 JUMP JUMPDEST DUP3 DUP1 ADD PUSH1 0x1 ADD DUP6 SSTORE DUP3 ISZERO PUSH2 0x2DD4 JUMPI SWAP2 DUP3 ADD JUMPDEST DUP3 DUP2 GT ISZERO PUSH2 0x2DD4 JUMPI DUP3 MLOAD DUP3 SSTORE SWAP2 PUSH1 0x20 ADD SWAP2 SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x2DB9 JUMP JUMPDEST POP PUSH2 0x2DE0 SWAP3 SWAP2 POP PUSH2 0x2DE4 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x2DE0 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x2DE5 JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP5 GT ISZERO PUSH2 0x2E14 JUMPI PUSH2 0x2E14 PUSH2 0x335C 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 0x2E3C JUMPI PUSH2 0x2E3C PUSH2 0x335C JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP1 SWAP4 POP DUP6 DUP2 MSTORE DUP7 DUP7 DUP7 ADD GT ISZERO PUSH2 0x2E55 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 DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x2D5B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2E97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x870 DUP4 DUP4 CALLDATALOAD PUSH1 0x20 DUP6 ADD PUSH2 0x2DF9 JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0xFF DUP2 AND DUP2 EQ PUSH2 0x2D5B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2EC9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x870 DUP3 PUSH2 0x2E6F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EE5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2EEE DUP4 PUSH2 0x2E6F JUMP JUMPDEST SWAP2 POP PUSH2 0x2EFC PUSH1 0x20 DUP5 ADD PUSH2 0x2E6F JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2F1A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F23 DUP5 PUSH2 0x2E6F JUMP JUMPDEST SWAP3 POP PUSH2 0x2F31 PUSH1 0x20 DUP6 ADD PUSH2 0x2E6F JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xE0 DUP9 DUP11 SUB SLT ISZERO PUSH2 0x2F5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F65 DUP9 PUSH2 0x2E6F JUMP JUMPDEST SWAP7 POP PUSH2 0x2F73 PUSH1 0x20 DUP10 ADD PUSH2 0x2E6F JUMP JUMPDEST SWAP6 POP PUSH1 0x40 DUP9 ADD CALLDATALOAD SWAP5 POP PUSH1 0x60 DUP9 ADD CALLDATALOAD SWAP4 POP PUSH2 0x2F8F PUSH1 0x80 DUP10 ADD PUSH2 0x2EA6 JUMP JUMPDEST SWAP3 POP PUSH1 0xA0 DUP9 ADD CALLDATALOAD SWAP2 POP PUSH1 0xC0 DUP9 ADD CALLDATALOAD SWAP1 POP SWAP3 SWAP6 SWAP9 SWAP2 SWAP5 SWAP8 POP SWAP3 SWAP6 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2FBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2FC7 DUP4 PUSH2 0x2E6F JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2FE3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD PUSH1 0x1F DUP2 ADD DUP6 SGT PUSH2 0x2FF4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3003 DUP6 DUP3 CALLDATALOAD PUSH1 0x20 DUP5 ADD PUSH2 0x2DF9 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x3020 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3029 DUP4 PUSH2 0x2E6F JUMP JUMPDEST SWAP5 PUSH1 0x20 SWAP4 SWAP1 SWAP4 ADD CALLDATALOAD SWAP4 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0xC0 DUP8 DUP10 SUB SLT ISZERO PUSH2 0x3050 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3059 DUP8 PUSH2 0x2E6F JUMP JUMPDEST SWAP6 POP PUSH1 0x20 DUP8 ADD CALLDATALOAD SWAP5 POP PUSH1 0x40 DUP8 ADD CALLDATALOAD SWAP4 POP PUSH2 0x3075 PUSH1 0x60 DUP9 ADD PUSH2 0x2EA6 JUMP JUMPDEST SWAP3 POP PUSH1 0x80 DUP8 ADD CALLDATALOAD SWAP2 POP PUSH1 0xA0 DUP8 ADD CALLDATALOAD SWAP1 POP SWAP3 SWAP6 POP SWAP3 SWAP6 POP SWAP3 SWAP6 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x30A1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x30BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x30D3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x30DF DUP7 DUP4 DUP8 ADD PUSH2 0x2E86 JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD SWAP2 POP DUP1 DUP3 GT ISZERO PUSH2 0x30F5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3003 DUP6 DUP3 DUP7 ADD PUSH2 0x2E86 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3114 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x312D DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x329E JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 DUP3 MLOAD DUP1 PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x3156 DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x329E JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP2 SWAP1 SWAP2 ADD PUSH1 0x40 ADD SWAP3 SWAP2 POP POP 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 0x0 DUP3 NOT DUP3 GT ISZERO PUSH2 0x3260 JUMPI PUSH2 0x3260 PUSH2 0x331A JUMP JUMPDEST POP ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH2 0x3282 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP DIV SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 LT ISZERO PUSH2 0x3299 JUMPI PUSH2 0x3299 PUSH2 0x331A JUMP JUMPDEST POP SUB SWAP1 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x32B9 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x32A1 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH2 0x16B0 JUMPI POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x32DE JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 EQ ISZERO PUSH2 0x218F JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x0 NOT DUP3 EQ ISZERO PUSH2 0x3313 JUMPI PUSH2 0x3313 PUSH2 0x331A JUMP JUMPDEST POP PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x21 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT INVALID CALLDATASIZE ADDMOD SWAP5 LOG1 EXTCODESIZE LOG1 LOG3 0x21 MOD PUSH8 0xC828492DB98DCA3E KECCAK256 PUSH23 0xCC3735A920A3CA505D382BBC416464726573733A206C6F PUSH24 0x2D6C6576656C2064656C65676174652063616C6C20666169 PUSH13 0x6564A26469706673582212202B JUMPDEST 0x25 0xE9 0x21 0xA9 PUSH19 0x4746DF57107A3020D64EB17DDAD9704F0B295F 0xDF 0x49 CREATE2 SHR KECCAK256 0xF9 PUSH5 0x736F6C6343 STOP ADDMOD SMOD STOP CALLER ",
      "sourceMap": "690:3018:77:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1438:51:89;;;;;;;;;;-1:-1:-1;1438:51:89;;;;;:::i;:::-;;;;;;;;;;;;;;;;;6363:25:92;;;6351:2;6336:18;1438:51:89;;;;;;;;2491:98:45;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;4768:197::-;;;;;;;;;;-1:-1:-1;4768:197:45;;;;;:::i;:::-;;:::i;:::-;;;6190:14:92;;6183:22;6165:41;;6153:2;6138:18;4768:197:45;6025:187:92;1092:69:89;;;;;;;;;;-1:-1:-1;1092:69:89;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24762:10:92;24750:23;;;24732:42;;24805:2;24790:18;;24783:34;;;;24705:18;1092:69:89;24560:263:92;3579:106:45;;;;;;;;;;-1:-1:-1;3666:12:45;;3579:106;;5527:286;;;;;;;;;;-1:-1:-1;5527:286:45;;;;;:::i;:::-;;:::i;3428:91::-;;;;;;;;;;-1:-1:-1;3428:91:45;;3510:2;8538:36:92;;8526:2;8511:18;3428:91:45;8386:194:92;3276:113:49;;;;;;;;;;;;;:::i;3317:197:42:-;;;;;;;;;;-1:-1:-1;3317:197:42;;;;;:::i;:::-;;:::i;:::-;;6208:234:45;;;;;;;;;;-1:-1:-1;6208:234:45;;;;;:::i;:::-;;:::i;7541:1288:89:-;;;;;;;;;;-1:-1:-1;7541:1288:89;;;;;:::i;:::-;;:::i;1770:63:77:-;;;;;;;;;;;;;:::i;2280:286::-;;;;;;;;;;-1:-1:-1;2280:286:77;;;;;:::i;:::-;;:::i;9432:208:89:-;;;;;;;;;;-1:-1:-1;9432:208:89;;;;;:::i;:::-;;:::i;:::-;;;;24024:13:92;;24039:10;24020:30;24002:49;;24107:4;24095:17;;;24089:24;24067:20;;;24060:54;;;;23975:18;9432:208:89;23798:322:92;5312:262:47;;;;;;;;;;-1:-1:-1;5312:262:47;;;;;:::i;:::-;;:::i;3763:222:42:-;;;;;;:::i;:::-;;:::i;3006:131::-;;;;;;;;;;;;;:::i;2024:111:77:-;;;;;;;;;;;;;:::i;1104:489::-;;;;;;;;;;-1:-1:-1;1104:489:77;;;;;:::i;:::-;;:::i;1336:44:89:-;;;;;;;;;;-1:-1:-1;1336:44:89;;;;;:::i;:::-;;;;;;;;;;;;-1:-1:-1;;;;;1336:44:89;;;;;;-1:-1:-1;;;;;5981:32:92;;;5963:51;;5951:2;5936:18;1336:44:89;5817:203:92;2649:103:89;;;;;;;;;;-1:-1:-1;2649:103:89;;;;;:::i;:::-;;:::i;1858:84:43:-;;;;;;;;;;-1:-1:-1;1928:7:43;;;;1858:84;;1231:49:89;;;;;;;;;;-1:-1:-1;1231:49:89;;;;;:::i;:::-;;;;;;;;;;;;;;3743:125:45;;;;;;;;;;-1:-1:-1;3743:125:45;;;;;:::i;:::-;-1:-1:-1;;;;;3843:18:45;3817:7;3843:18;;;:9;:18;;;;;;;3743:125;2071:101:36;;;;;;;;;;;;;:::i;3026:126:49:-;;;;;;;;;;-1:-1:-1;3026:126:49;;;;;:::i;:::-;;:::i;1651:59:77:-;;;;;;;;;;;;;:::i;7182:94:89:-;;;;;;;;;;-1:-1:-1;7254:15:89;7182:94;;1441:85:36;;;;;;;;;;-1:-1:-1;1513:6:36;;-1:-1:-1;;;;;1513:6:36;1441:85;;2702:102:45;;;;;;;;;;;;;:::i;1888:91:77:-;;;;;;;;;;;;;:::i;5673:230:47:-;;;;;;;;;;-1:-1:-1;5673:230:47;;;;;:::i;:::-;;:::i;9037:389:89:-;;;;;;;;;;-1:-1:-1;9037:389:89;;;;;:::i;:::-;;:::i;2706:105:77:-;;;;;;;;;;-1:-1:-1;2706:105:77;;;;;:::i;:::-;;:::i;6929:427:45:-;;;;;;;;;;-1:-1:-1;6929:427:45;;;;;:::i;:::-;;:::i;4064:189::-;;;;;;;;;;-1:-1:-1;4064:189:45;;;;;:::i;:::-;;:::i;3141:933:89:-;;;;;;;;;;-1:-1:-1;3141:933:89;;;;;:::i;:::-;;:::i;2328:637:49:-;;;;;;;;;;-1:-1:-1;2328:637:49;;;;;:::i;:::-;;:::i;4311:149:45:-;;;;;;;;;;-1:-1:-1;4311:149:45;;;;;:::i;:::-;;:::i;2321:198:36:-;;;;;;;;;;-1:-1:-1;2321:198:36;;;;;:::i;:::-;;:::i;2491:98:45:-;2545:13;2577:5;2570:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2491:98;:::o;4768:197::-;4851:4;929:10:53;4905:32:45;929:10:53;4921:7:45;4930:6;4905:8;:32::i;:::-;4954:4;4947:11;;;4768:197;;;;;:::o;5527:286::-;5654:4;929:10:53;5710:38:45;5726:4;929:10:53;5741:6:45;5710:15;:38::i;:::-;5758:27;5768:4;5774:2;5778:6;5758:9;:27::i;:::-;5802:4;5795:11;;;5527:286;;;;;;:::o;3276:113:49:-;3336:7;3362:20;:18;:20::i;:::-;3355:27;;3276:113;:::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;6208:234:45:-;6296:4;929:10:53;6350:64:45;929:10:53;6366:7:45;6403:10;6375:25;929:10:53;6366:7:45;6375:9;:25::i;:::-;:38;;;;:::i;:::-;6350:8;:64::i;7541:1288:89:-;7662:13;7254:15;7699:9;:17;7691:41;;;;-1:-1:-1;;;7691:41:89;;20511:2:92;7691:41:89;;;20493:21:92;20550:2;20530:18;;;20523:30;-1:-1:-1;;;20569:18:92;;;20562:41;20620:18;;7691:41:89;20309:335:92;7691:41:89;-1:-1:-1;;;;;7803:23:89;;7780:20;7803:23;;;:14;:23;;;;;;7840:17;7836:31;;7866:1;7859:8;;;;;7836:31;7997:9;7923:40;7937:7;7961:1;7946:12;:16;7923:13;:40::i;:::-;:54;:83;;;7902:172;;8028:40;8042:7;8066:1;8051:12;:16;8028:13;:40::i;:::-;:46;;;8021:53;;;;;7902:172;8206:9;8164:25;8178:7;8187:1;8164:13;:25::i;:::-;:39;:51;;;8160:65;;;8224:1;8217:8;;;;;8160:65;8239:13;-1:-1:-1;;8286:16:89;;8316:440;8331:5;8323;:13;8316:440;;;8489:1;8472:13;;;8471:19;8463:27;;8446:14;8531:30;8545:7;8463:27;8531:13;:30::i;:::-;8583:16;;8508:53;;-1:-1:-1;8583:29:89;;;;8579:162;;;8621:8;;;;-1:-1:-1;8614:15:89;;-1:-1:-1;;;;8614:15:89;8579:162;8656:16;;:28;;;-1:-1:-1;8652:89:89;;;8694:6;8686:14;;8652:89;;;8740:1;8731:6;:10;8723:18;;8652:89;8338:418;;8316:440;;;8777:29;8791:7;8800:5;8777:13;:29::i;:::-;:35;;;;7541:1288;-1:-1:-1;;;;;;7541:1288:89:o;1770:63:77:-;1334:13:36;:11;:13::i;:::-;1816:10:77::1;:8;:10::i;:::-;1770:63::o:0;2280:286::-;1334:13:36;:11;:13::i;:::-;2479:21:77::1;2499:1;-1:-1:-1::0;;2479:21:77::1;:::i;:::-;2469:6;2453:13;3666:12:45::0;;;3579:106;2453:13:77::1;:22;;;;:::i;:::-;:47;;2445:80;;;::::0;-1:-1:-1;;;2445:80:77;;19827:2:92;2445:80:77::1;::::0;::::1;19809:21:92::0;19866:2;19846:18;;;19839:30;-1:-1:-1;;;19885:18:92;;;19878:50;19945:18;;2445:80:77::1;19625:344:92::0;2445:80:77::1;2535:24;2541:9;2552:6;2535:5;:24::i;:::-;2280:286:::0;;:::o;9432:208:89:-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;9597:22:89;;;;;;:11;:22;;;;;:36;;;;;;;;;;9590:43;;;;;;;;;;;;;;;;;;;;;;9432:208::o;5312:262:47:-;-1:-1:-1;;;;;5475:33:47;;5399:7;5475:33;;;:24;:33;;;;;5399:7;;;;5454:55;;5463:10;;5454:8;:55::i;:::-;5418:91;;;;5527:11;:40;;-1:-1:-1;;;;;3843:18:45;;3817:7;3843:18;;;:9;:18;;;;;;5527:40:47;;;5541:5;5527:40;5520:47;5312:262;-1:-1:-1;;;;;5312:262:47:o;3763:222: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;:::-;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;;15637:2:92;2308:92:42;;;15619:21:92;15676:2;15656:18;;;15649:30;15715:34;15695:18;;;15688:62;15786:26;15766:18;;;15759:54;15830:19;;2308:92:42;15435:420:92;2308:92:42;-1:-1:-1;;;;;;;;;;;;3006:131:42;:::o;2024:111:77:-;2079:7;2105:23;:21;:23::i;1104:489::-;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;;17863:2:92;3314:201:41;;;17845:21:92;17902:2;17882:18;;;17875:30;17941:34;17921:18;;;17914:62;-1:-1:-1;;;17992:18:92;;;17985:44;18046:19;;3314:201:41;17661: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;1222:19:77;;1214:55:::1;;;::::0;-1:-1:-1;;;1214:55:77;;17166:2:92;1214:55:77::1;::::0;::::1;17148:21:92::0;17205:2;17185:18;;;17178:30;-1:-1:-1;;;17224:18:92;;;17217:48;17282:18;;1214:55:77::1;16964:342:92::0;1214:55:77::1;1287:21:::0;;1279:59:::1;;;::::0;-1:-1:-1;;;1279:59:77;;16407:2:92;1279:59:77::1;::::0;::::1;16389:21:92::0;16446:2;16426:18;;;16419:30;-1:-1:-1;;;16465:18:92;;;16458:50;16525:18;;1279:59:77::1;16205:344:92::0;1279:59:77::1;1349:28;1362:5;1369:7;1349:12;:28::i;:::-;1387:25;1406:5;1387:18;:25::i;:::-;1422:17;:15;:17::i;:::-;1449:22;:20;:22::i;:::-;1481:16;:14;:16::i;:::-;1507:24;:22;:24::i;:::-;1541:43;;;;;;;;;;;;;;-1:-1:-1::0;;;1541:43:77::1;;::::0;::::1;;;;;;;;;;;;;-1:-1:-1::0;;;1541:43:77::1;;::::0;:24:::1;:43::i;:::-;3640:14:41::0;3636:99;;;3686:5;3670:21;;-1:-1:-1;;3670:21:41;;;3710:14;;-1:-1:-1;8538:36:92;;3710:14:41;;8526:2:92;8511:18;3710:14:41;;;;;;;3636:99;3258:483;1104:489:77;;:::o;2649:103:89:-;2713:32;2723:10;2735:9;2713;:32::i;2071:101:36:-;1334:13;:11;:13::i;:::-;2135:30:::1;2162:1;2135:18;:30::i;3026:126:49:-:0;-1:-1:-1;;;;;3121:14:49;;3095:7;3121:14;;;:7;:14;;;;;929::54;3121:24:49;838:112:54;1651:59:77;1334:13:36;:11;:13::i;:::-;1695:8:77::1;:6;:8::i;2702:102:45:-:0;2758:13;2790:7;2783:14;;;;;:::i;1888:91:77:-;1935:7;1334:13:36;:11;:13::i;:::-;1961:11:77::1;:9;:11::i;5673:230:47:-:0;5745:7;5765:16;5783:13;5800:43;5809:10;5821:21;5800:8;:43::i;:::-;5764:79;;;;5861:11;:35;;3666:12:45;;5861:35:47;;;5875:5;5861:35;5854:42;5673:230;-1:-1:-1;;;;5673:230:47:o;9037:389:89:-;-1:-1:-1;;;;;9187:23:89;;9135:13;9187:23;;;:14;:23;;;;;;9307:17;:102;;9408:1;9307:102;;;9343:40;9357:7;9381:1;9366:12;:16;9343:13;:40::i;:::-;:46;;;9299:110;9037:389;-1:-1:-1;;;9037:389:89:o;2706:105:77:-;1334:13:36;:11;:13::i;:::-;2782:22:77::1;2788:7;2797:6;2782:5;:22::i;6929:427:45:-:0;7022:4;929:10:53;7022:4:45;7103:25;929:10:53;7120:7:45;7103:9;:25::i;:::-;7076:52;;7166:15;7146:16;:35;;7138:85;;;;-1:-1:-1;;;7138:85:45;;23234:2:92;7138:85:45;;;23216:21:92;23273:2;23253:18;;;23246:30;23312:34;23292:18;;;23285:62;-1:-1:-1;;;23363:18:92;;;23356:35;23408:19;;7138:85:45;23032:401:92;7138:85:45;7257:60;7266:5;7273:7;7301:15;7282:16;:34;7257:8;:60::i;:::-;-1:-1:-1;7345:4:45;;6929:427;-1:-1:-1;;;;6929:427:45:o;4064:189::-;4143:4;929:10:53;4197:28:45;929:10:53;4214:2:45;4218:6;4197:9;:28::i;3141:933:89:-;3333:6;7254:15;3324;;3316:57;;;;-1:-1:-1;;;3316:57:89;;10639:2:92;3316:57:89;;;10621:21:92;10678:2;10658:18;;;10651:30;10717:31;10697:18;;;10690:59;10766:18;;3316:57:89;10437:353:92;3316:57:89;3383:14;3400:436;3438:343;1599:83;3621:6;:4;:6::i;:::-;3604:24;;;;;;;;:::i;:::-;;;;-1:-1:-1;;3604:24:89;;;;;;;;;3594:35;;3604:24;3594:35;;;;3513:236;;;7254:25:92;;;;7295:18;;7288:34;;;;-1:-1:-1;;;;;7358:32:92;;7338:18;;;7331:60;7407:18;;;7400:34;;;7450:19;;;7443:35;;;7226:19;;3513:236:89;;;;;;;;;;;;3482:285;;;;;;3438:26;:343::i;:::-;3795:1;3810;3825;3400:24;:436::i;:::-;3383:453;-1:-1:-1;;;;;;3854:20:89;;3846:65;;;;-1:-1:-1;;;3846:65:89;;14460:2:92;3846:65:89;;;14442:21:92;;;14479:18;;;14472:30;14538:34;14518:18;;;14511:62;14590:18;;3846:65:89;14258:356:92;3846:65:89;-1:-1:-1;;;;;3938:24:89;;;;;;:16;:24;;;;;;3929:33;;3921:71;;;;-1:-1:-1;;;3921:71:89;;11760:2:92;3921:71:89;;;11742:21:92;11799:2;11779:18;;;11772:30;11838:27;11818:18;;;11811:55;11883:18;;3921:71:89;11558:349:92;3921:71:89;-1:-1:-1;;;;;4003:24:89;;;;;;:16;:24;;;;;:26;;;;;;:::i;:::-;;;;;;4039:28;4049:6;4057:9;4039;:28::i;:::-;3306:768;3141:933;;;;;;:::o;2328:637:49:-;2563:8;2544:15;:27;;2536:69;;;;-1:-1:-1;;;2536:69:49;;13695:2:92;2536:69:49;;;13677:21:92;13734:2;13714:18;;;13707:30;13773:31;13753:18;;;13746:59;13822:18;;2536:69:49;13493:353:92;2536:69:49;2616:18;1363:95;2676:5;2683:7;2692:5;2699:16;2709:5;2699:9;:16::i;:::-;2647:79;;;;;;6686:25:92;;;;-1:-1:-1;;;;;6785:15:92;;;6765:18;;;6758:43;6837:15;;;;6817:18;;;6810:43;6869:18;;;6862:34;6912:19;;;6905:35;6956:19;;;6949:35;;;6658:19;;2647:79:49;;;;;;;;;;;;2637:90;;;;;;2616:111;;2738:12;2753:28;2770:10;2753:16;:28::i;:::-;2738:43;;2792:14;2809:39;2834:4;2840:1;2843;2846;2809:24;:39::i;:::-;2792:56;;2876:5;-1:-1:-1;;;;;2866:15:49;:6;-1:-1:-1;;;;;2866:15:49;;2858:58;;;;-1:-1:-1;;;2858:58:49;;18693:2:92;2858:58:49;;;18675:21:92;18732:2;18712:18;;;18705:30;18771:32;18751:18;;;18744:60;18821:18;;2858:58:49;18491:354:92;2858:58:49;2927:31;2936:5;2943:7;2952:5;2927:8;:31::i;:::-;2526:439;;;2328:637;;;;;;;:::o;4311:149:45:-;-1:-1:-1;;;;;4426:18:45;;;4400:7;4426:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;4311:149::o;2321:198:36:-;1334:13;:11;:13::i;:::-;-1:-1:-1;;;;;2409:22:36;::::1;2401:73;;;::::0;-1:-1:-1;;;2401:73:36;;12114:2:92;2401:73:36::1;::::0;::::1;12096:21:92::0;12153:2;12133:18;;;12126:30;12192:34;12172:18;;;12165:62;-1:-1:-1;;;12243:18:92;;;12236:36;12289:19;;2401:73:36::1;11912:402:92::0;2401:73:36::1;2484:28;2503:8;2484:18;:28::i;10841:370:45:-:0;-1:-1:-1;;;;;10972:19:45;;10964:68;;;;-1:-1:-1;;;10964:68:45;;22066:2:92;10964:68:45;;;22048:21:92;22105:2;22085:18;;;22078:30;22144:34;22124:18;;;22117:62;-1:-1:-1;;;22195:18:92;;;22188:34;22239:19;;10964:68:45;21864:400:92;10964:68:45;-1:-1:-1;;;;;11050:21:45;;11042:68;;;;-1:-1:-1;;;11042:68:45;;12521:2:92;11042:68:45;;;12503:21:92;12560:2;12540:18;;;12533:30;12599:34;12579:18;;;12572:62;-1:-1:-1;;;12650:18:92;;;12643:32;12692:19;;11042:68:45;12319:398:92;11042:68:45;-1:-1:-1;;;;;11121:18:45;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;11172:32;;6363:25:92;;;11172:32:45;;6336:18:92;11172:32:45;;;;;;;10841:370;;;:::o;11492:441::-;11622:24;11649:25;11659:5;11666:7;11649:9;:25::i;:::-;11622:52;;-1:-1:-1;;11688:16:45;:37;11684:243;;11769:6;11749:16;:26;;11741:68;;;;-1:-1:-1;;;11741:68:45;;13337:2:92;11741:68:45;;;13319:21:92;13376:2;13356:18;;;13349:30;13415:31;13395:18;;;13388:59;13464:18;;11741:68:45;13135:353:92;11741:68:45;11851:51;11860:5;11867:7;11895:6;11876:16;:25;11851:8;:51::i;:::-;11612:321;11492:441;;;:::o;7810:818::-;-1:-1:-1;;;;;7936:18:45;;7928:68;;;;-1:-1:-1;;;7928:68:45;;21660:2:92;7928:68:45;;;21642:21:92;21699:2;21679:18;;;21672:30;21738:34;21718:18;;;21711:62;-1:-1:-1;;;21789:18:92;;;21782:35;21834:19;;7928:68:45;21458:401:92;7928:68:45;-1:-1:-1;;;;;8014:16:45;;8006:64;;;;-1:-1:-1;;;8006:64:45;;9886:2:92;8006:64:45;;;9868:21:92;9925:2;9905:18;;;9898:30;9964:34;9944:18;;;9937:62;-1:-1:-1;;;10015:18:92;;;10008:33;10058:19;;8006:64:45;9684:399:92;8006:64:45;8081:38;8102:4;8108:2;8112:6;8081:20;:38::i;:::-;-1:-1:-1;;;;;8152:15:45;;8130:19;8152:15;;;:9;:15;;;;;;8185:21;;;;8177:72;;;;-1:-1:-1;;;8177:72:45;;14053:2:92;8177:72:45;;;14035:21:92;14092:2;14072:18;;;14065:30;14131:34;14111:18;;;14104:62;-1:-1:-1;;;14182:18:92;;;14175:36;14228:19;;8177:72:45;13851:402:92;8177:72:45;-1:-1:-1;;;;;8283:15:45;;;;;;;:9;:15;;;;;;8301:20;;;8283:38;;8498:13;;;;;;;;;;:23;;;;;;8547:26;;;;;;8315:6;6363:25:92;;6351:2;6336:18;;6217:177;8547:26:45;;;;;;;;8584:37;1104:489:77;2851:160:58;2904:7;2930:74;1604:95;2964:17;4395:12;;;4311:103;2964:17;4740:15;;2930:21;:74::i;3622:84:77:-;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;;18278:2:92;3704:56:39;;;18260:21:92;18317:2;18297:18;;;18290:30;18356:34;18336:18;;;18329:62;-1:-1:-1;;;18407:18:92;;;18400:44;18461:19;;3704:56:39;18076:410:92;3473:302:39;-1:-1:-1;;;;;;;;;;;3590:28:39;;3582:82;;;;-1:-1:-1;;;3582:82:39;;16756:2:92;3582:82:39;;;16738:21:92;16795:2;16775:18;;;16768:30;16834:34;16814:18;;;16807:62;-1:-1:-1;;;16885:18:92;;;16878:39;16934:19;;3582:82:39;16554: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;;19466:2:92;1654:68:36;;;19448:21:92;;;19485:18;;;19478:30;19544:34;19524:18;;;19517:62;19596:18;;1654:68:36;19264:356:92;2676:117:43;1729:16;:14;:16::i;:::-;2734:7:::1;:15:::0;;-1:-1:-1;;2734:15:43::1;::::0;;2764:22:::1;929:10:53::0;2773:12:43::1;2764:22;::::0;-1:-1:-1;;;;;5981:32:92;;;5963:51;;5951:2;5936:18;2764:22:43::1;;;;;;;2676:117::o:0;8904:535:45:-;-1:-1:-1;;;;;8987:21:45;;8979:65;;;;-1:-1:-1;;;8979:65:45;;23640:2:92;8979:65:45;;;23622:21:92;23679:2;23659:18;;;23652:30;23718:33;23698:18;;;23691:61;23769:18;;8979:65:45;23438:355:92;8979:65:45;9055:49;9084:1;9088:7;9097:6;9055:20;:49::i;:::-;9131:6;9115:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;;;9283:18:45;;;;;;:9;:18;;;;;;;;:28;;;;;;9336:37;6363:25:92;;;9336:37:45;;6336:18:92;9336:37:45;;;;;;;2280:286:77;;:::o;6724:1594:47:-;6813:4;6819:7;6859:1;6846:10;:14;6838:49;;;;-1:-1:-1;;;6838:49:47;;22883:2:92;6838:49:47;;;22865:21:92;22922:2;22902:18;;;22895:30;-1:-1:-1;;;22941:18:92;;;22934:52;23003:18;;6838:49:47;22681:346:92;6838:49:47;6919:23;:21;:23::i;:::-;6905:10;:37;;6897:79;;;;-1:-1:-1;;;6897:79:47;;9528:2:92;6897:79:47;;;9510:21:92;9567:2;9547:18;;;9540:30;9606:31;9586:18;;;9579:59;9655:18;;6897:79:47;9326:353:92;6897:79:47;8099:13;8115:40;:9;8144:10;8115:28;:40::i;:::-;8179:20;;8099:56;;-1:-1:-1;8170:29:47;;8166:146;;;8223:5;8230:1;8215:17;;;;;;;8166:146;8271:4;8277:9;:16;;8294:5;8277:23;;;;;;;;:::i;:::-;;;;;;;;;8263:38;;;;;6724:1594;;;;;;:::o;5080:125::-;5144:7;5170:28;:18;929:14:54;;838:112;2114:147:45;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;2216:38:45::1;2239:5;2246:7;2216:22;:38::i;2055:125:49:-:0;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;2139:34:49::1;2163:4;2139:34;;;;;;;;;;;;;-1:-1:-1::0;;;2139:34:49::1;;::::0;:23:::1;:34::i;1063:97:43:-:0;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;1126:27:43::1;:25;:27::i;2568:65:47:-:0;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;1003:95:36:-;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;1065:26:36::1;:24;:26::i;2450:169:90:-:0;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;2563:49:90::1;2598:4;2604:7;2563:34;:49::i;4250:433:89:-:0;-1:-1:-1;;;;;3843:18:45;;4365:1:89;3843:18:45;;;:9;:18;;;;;;4342:24:89;4334:44;;;;-1:-1:-1;;;4334:44:89;;20176:2:92;4334:44:89;;;20158:21:92;20215:1;20195:18;;;20188:29;-1:-1:-1;;;20233:18:92;;;20226:37;20280:18;;4334:44:89;19974:330:92;4334:44:89;-1:-1:-1;;;;;4414:20:89;;;4388:23;4414:20;;;:9;:20;;;;;;;4444:32;;;-1:-1:-1;;;;;;4444:32:89;;;;;;4414:20;4487:119;4414:20;4467:9;4575:20;4424:9;-1:-1:-1;;;;;3843:18:45;3817:7;3843:18;;;:9;:18;;;;;;;3743:125;4575:20:89;4487:14;:119::i;:::-;4666:9;-1:-1:-1;;;;;4622:54:89;4649:15;-1:-1:-1;;;;;4622:54:89;4638:9;-1:-1:-1;;;;;4622:54:89;;;;;;;;;;;4324:359;4250:433;;:::o;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;2429:115:43:-;1482:19;:17;:19::i;:::-;2488:7:::1;:14:::0;;-1:-1:-1;;2488:14:43::1;2498:4;2488:14;::::0;;2517:20:::1;2524:12;929:10:53::0;;850:96;4802:217:47;4849:7;4868:30;:18;1043:19:54;;1061:1;1043:19;;;956:123;4868:30:47;4909:17;4929:23;:21;:23::i;:::-;4909:43;;4967:19;4976:9;4967:19;;;;6363:25:92;;6351:2;6336:18;;6217:177;4967:19:47;;;;;;;;5003:9;4802:217;-1:-1:-1;4802:217:47:o;9759:659:45:-;-1:-1:-1;;;;;9842:21:45;;9834:67;;;;-1:-1:-1;;;9834:67:45;;20851:2:92;9834:67:45;;;20833:21:92;20890:2;20870:18;;;20863:30;20929:34;20909:18;;;20902:62;-1:-1:-1;;;20980:18:92;;;20973:31;21021:19;;9834:67:45;20649:397:92;9834:67:45;9912:49;9933:7;9950:1;9954:6;9912:20;:49::i;:::-;-1:-1:-1;;;;;9997:18:45;;9972:22;9997:18;;;:9;:18;;;;;;10033:24;;;;10025:71;;;;-1:-1:-1;;;10025:71:45;;10997:2:92;10025:71:45;;;10979:21:92;11036:2;11016:18;;;11009:30;11075:34;11055:18;;;11048:62;-1:-1:-1;;;11126:18:92;;;11119:32;11168:19;;10025:71:45;10795:398:92;10025:71:45;-1:-1:-1;;;;;10130:18:45;;;;;;:9;:18;;;;;;;;10151:23;;;10130:44;;10267:12;:22;;;;;;;10315:37;6363:25:92;;;10130:18:45;;;10315:37;;6336:18:92;10315:37:45;;;;;;;3258:483:41;1104:489:77;;:::o;4149:196:90:-;4236:7;4262:76;4295:30;:28;:30::i;:::-;4327:10;8503:57:57;;-1:-1:-1;;;8503:57:57;;;5678:27:92;5721:11;;;5714:27;;;5757:12;;;5750:28;;;8467:7:57;;5794:12:92;;8503:57:57;;;;;;;;;;;;8493:68;;;;;;8486:75;;8374:194;;;;;6718:270;6841:7;6861:17;6880:18;6902:25;6913:4;6919:1;6922;6925;6902:10;:25::i;:::-;6860:67;;;;6937:18;6949:5;6937:11;:18::i;:::-;-1:-1:-1;6972:9:57;6718:270;-1:-1:-1;;;;;6718:270:57:o;3520:214:49:-;-1:-1:-1;;;;;3651:14:49;;3580:15;3651:14;;;:7;:14;;;;;929::54;;1061:1;1043:19;;;;929:14;3710:17:49;3597:137;3520:214;;;:::o;3899:176:58:-;3976:7;4002:66;4035:20;:18;:20::i;3162:454:77:-;3329:44;3356:4;3362:2;3366:6;3329:26;:44::i;:::-;-1:-1:-1;;;;;3404:18:77;;;;:101;;-1:-1:-1;1513:6:36;;-1:-1:-1;;;;;1513:6:36;3463:10:77;:21;:41;;;;-1:-1:-1;;;;;;3488:16:77;;;3463:41;3404:158;;;-1:-1:-1;1928:7:43;;;;3553:9:77;3404:158;3383:226;;;;-1:-1:-1;;;3383:226:77;;17513:2:92;3383:226:77;;;17495:21:92;17552:2;17532:18;;;17525:30;-1:-1:-1;;;17571:18:92;;;17564:51;17632:18;;3383:226:77;17311:345:92;3017:257:58;3193:73;;;;;;7748:25:92;;;7789:18;;;7782:34;;;7832:18;;;7825:34;;;3237:13:58;7875:18:92;;;7868:34;3260:4:58;7918:19:92;;;7911:61;3157:7:58;;7720:19:92;;3193:73:58;;;;;;;;;;;;3183:84;;;;;;3176:91;;3017:257;;;;;:::o;1751:281:39:-;-1:-1:-1;;;;;1476:19:51;;;1824:106:39;;;;-1:-1:-1;;;1824:106:39;;19052:2:92;1824:106:39;;;19034:21:92;19091:2;19071:18;;;19064:30;19130:34;19110:18;;;19103:62;-1:-1:-1;;;19181:18:92;;;19174:43;19234:19;;1824:106:39;18850: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;2188:106:43:-;1928:7;;;;2246:41;;;;-1:-1:-1;;;2246:41:43;;10290:2:92;2246:41:43;;;10272:21:92;10329:2;10309:18;;;10302:30;-1:-1:-1;;;10348:18:92;;;10341:50;10408:18;;2246:41:43;10088:344:92;757:943:52;869:12;;846:7;;865:56;;-1:-1:-1;909:1:52;902:8;;865:56;971:12;;931:11;;994:445;1007:4;1001:3;:10;994:445;;;1027:11;1041:34;1065:3;1070:4;1041:23;:34::i;:::-;3077:42;3219:19;;;3276:4;3263:18;;1027:48;;-1:-1:-1;1325:7:52;;3259:28;;1292:30;:40;1288:141;;;1359:3;1352:10;;1288:141;;;1407:7;:3;1413:1;1407:7;:::i;:::-;1401:13;;1288:141;1013:426;994:445;;;1562:1;1556:3;:7;:56;;;;-1:-1:-1;1605:7:52;1567:28;1580:5;1587:7;1593:1;1587:3;:7;:::i;:::-;3077:42;3219:19;;;3276:4;3263:18;;;3259:28;;2996:345;1567:28;:34;:45;1556:56;1552:142;;;1635:7;1641:1;1635:3;:7;:::i;:::-;1628:14;;;;;;1552:142;-1:-1:-1;1680:3:52;-1:-1:-1;1673:10:52;;2267:159:45;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;2379:13:45;;::::1;::::0;:5:::1;::::0;:13:::1;::::0;::::1;::::0;::::1;:::i;:::-;-1:-1:-1::0;2402:17:45;;::::1;::::0;:7:::1;::::0;:17:::1;::::0;::::1;::::0;::::1;:::i;2468:297:58:-:0;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;2601:22:58;;::::1;::::0;;::::1;::::0;2657:25;;;;;::::1;::::0;2692:12:::1;:25:::0;;;;2727:15:::1;:31:::0;2468:297::o;1166:95:43:-;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;1239:7:43::1;:15:::0;;-1:-1:-1;;1239:15:43::1;::::0;;1166:95::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;2625:330:90:-:0;5363:13:41;;;;;;;5355:69;;;;-1:-1:-1;;;5355:69:41;;;;;;;:::i;:::-;2769:22:90;;::::1;::::0;;::::1;::::0;2825:25;;;;;::::1;::::0;2860:23:::1;:36:::0;;;;2906:26:::1;:42:::0;2625:330::o;4934:1049:89:-;5092:6;-1:-1:-1;;;;;5082:16:89;:6;-1:-1:-1;;;;;5082:16:89;;;:31;;;;-1:-1:-1;5102:11:89;;;5082:31;5078:889;;;-1:-1:-1;;;;;5137:20:89;;;5133:401;;-1:-1:-1;;;;;5201:22:89;;5181:17;5201:22;;;:14;:22;;;;;;;5265:14;:111;;5375:1;5265:111;;;5306:36;5320:6;5340:1;5328:9;:13;5306;:36::i;:::-;:42;;;5265:111;5245:131;-1:-1:-1;5418:18:89;;;5458:57;5475:6;5483:9;5245:131;5418:18;5458:16;:57::i;:::-;5159:375;;;5133:401;-1:-1:-1;;;;;5556:20:89;;;5552:401;;-1:-1:-1;;;;;5620:22:89;;5600:17;5620:22;;;:14;:22;;;;;;;5684:14;:111;;5794:1;5684:111;;;5725:36;5739:6;5759:1;5747:9;:13;5725;:36::i;:::-;:42;;;5684:111;5664:131;-1:-1:-1;5837:18:89;;;5877:57;5894:6;5902:9;5664:131;5837:18;5877:16;:57::i;:::-;5578:375;;;4934:1049;;;:::o;2010:106:43:-;1928:7;;;;2079:9;2071:38;;;;-1:-1:-1;;;2071:38:43;;16062:2:92;2071:38:43;;;16044:21:92;16101:2;16081:18;;;16074:30;-1:-1:-1;;;16120:18:92;;;16113:46;16176:18;;2071:38:43;15860:340:92;3041:200:90;3104:7;3130:104;1739:95;3174:27;4675:23;;;4581:124;3174:27;5041:26;;2930:21:58;:74::i;5091:1494:57:-;5217:7;;6141:66;6128:79;;6124:161;;;-1:-1:-1;6239:1:57;;-1:-1:-1;6243:30:57;6223:51;;6124:161;6396:24;;;6379:14;6396:24;;;;;;;;;8210:25:92;;;8283:4;8271:17;;8251:18;;;8244:45;;;;8305:18;;;8298:34;;;8348:18;;;8341:34;;;6396:24:57;;8182:19:92;;6396:24:57;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;6396:24:57;;-1:-1:-1;;6396:24:57;;;-1:-1:-1;;;;;;;6434:20:57;;6430:101;;6486:1;6490:29;6470:50;;;;;;;6430:101;6549:6;-1:-1:-1;6557:20:57;;-1:-1:-1;5091:1494:57;;;;;;;;:::o;592:511::-;669:20;660:5;:29;;;;;;;;:::i;:::-;;656:441;;;592:511;:::o;656:441::-;765:29;756:5;:38;;;;;;;;:::i;:::-;;752:345;;;810:34;;-1:-1:-1;;;810:34:57;;9175:2:92;810:34:57;;;9157:21:92;9214:2;9194:18;;;9187:30;9253:26;9233:18;;;9226:54;9297:18;;810:34:57;8973:348:92;752:345:57;874:35;865:5;:44;;;;;;;;:::i;:::-;;861:236;;;925:41;;-1:-1:-1;;;925:41:57;;11400:2:92;925:41:57;;;11382:21:92;11439:2;11419:18;;;11412:30;11478:33;11458:18;;;11451:61;11529:18;;925:41:57;11198:355:92;861:236:57;996:30;987:5;:39;;;;;;;;:::i;:::-;;983:114;;;1042:44;;-1:-1:-1;;;1042:44:57;;14821:2:92;1042:44:57;;;14803:21:92;14860:2;14840:18;;;14833:30;14899:34;14879:18;;;14872:62;-1:-1:-1;;;14950:18:92;;;14943:32;14992:19;;1042:44:57;14619:398:92;6116:602:47;6254:44;6281:4;6287:2;6291:6;6254:26;:44::i;:::-;-1:-1:-1;;;;;6313:18:47;;6309:403;;6367:26;6390:2;6367:22;:26::i;:::-;6407:28;:26;:28::i;6309:403::-;-1:-1:-1;;;;;6456:16:47;;6452:260;;6508:28;6531:4;6508:22;:28::i;6452:260::-;6633:28;6656:4;6633:22;:28::i;:::-;6675:26;6698:2;6675:22;:26::i;2138:152:39:-;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;;21253:2:92;6887:88:39;;;21235:21:92;21292:2;21272:18;;;21265:30;21331:34;21311:18;;;21304:62;-1:-1:-1;;;21382:18:92;;;21375:36;21428:19;;6887:88:39;21051: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;816:153:60:-;878:7;951:11;961:1;952:5;;;951:11;:::i;:::-;941:21;;942:5;;;941:21;:::i;6306:768:89:-;7254:15;6553:17;;;;;:104;;-1:-1:-1;;;;;;6590:22:89;;;;;;:11;:22;;;;;;;;-1:-1:-1;;6613:16:89;;6590:40;;;;;;;:54;:67;;;;:54;;:67;6553:104;6532:459;;;-1:-1:-1;;;;;6690:22:89;;;;;;:11;:22;;;;;;;;-1:-1:-1;;6713:16:89;;6690:40;;;;;;;6728:1;6690:46;:57;;;6532:459;;;6825:89;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;6786:22:89;;-1:-1:-1;6786:22:89;;;:11;:22;;;;;:36;;;;;;;;:128;;;;-1:-1:-1;;6786:128:89;;;;;;;;;;;-1:-1:-1;6786:128:89;;;;6932:25;;:14;:25;;;;;;6960:16;;;6932:44;;6532:459;7016:51;;;24481:25:92;;;24537:2;24522:18;;24515:34;;;-1:-1:-1;;;;;7016:51:89;;;;;24454:18:92;7016:51:89;;;;;;;6455:619;6306:768;;;;:::o;2078:449::-;-1:-1:-1;;;;;3843:18:45;;3817:7;3843:18;;;:9;:18;;;;;;2352::89;:45;;;;-1:-1:-1;;;;;;2374:18:89;;;;;;:14;:18;;;;;;:23;2352:45;:59;;;;;2410:1;2401:6;:10;2352:59;2348:108;;;-1:-1:-1;;;;;2427:13:89;;;;;;:9;:13;;;;;:18;;-1:-1:-1;;;;;;2427:18:89;;;;;;2348:108;-1:-1:-1;;;;;2481:15:89;;;;;;;:9;:15;;;;;;;2498:13;;;;;;;;2466:54;;2481:15;;;;2498:13;2513:6;2466:14;:54::i;8324:144:47:-;-1:-1:-1;;;;;8407:33:47;;;;;;:24;:33;;;;;;;;3843:9:45;:18;;;;;;;8391:70:47;;8407:33;8391:15;:70::i;8442:18::-;8391:15;:70::i;8474:116::-;8530:53;8546:21;8569:13;3666:12:45;;;3579:106;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;8596:304:47:-;8690:17;8710:23;:21;:23::i;:::-;8690:43;-1:-1:-1;8690:43:47;8747:30;8763:9;8747:15;:30::i;:::-;:42;8743:151;;;8805:29;;;;;;;;-1:-1:-1;8805:29:47;;;;;;;;;;;;;;8848:16;;;:35;;;;;;;;;;;;;;;8596:304::o;7739:540:51:-;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;8906:206:47:-;8999:10;;8976:7;;8995:111;;-1:-1:-1;9037:1:47;;8906:206;-1:-1:-1;8906:206:47:o;8995:111::-;9080:10;;9076:3;;9080:14;;9093:1;;9080:14;:::i;:::-;9076:19;;;;;;;;:::i;:::-;;;;;;;;;9069:26;;8906:206;;;:::o;8995:111::-;8906:206;;;:::o;-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:173::-;718:20;;-1:-1:-1;;;;;767:31:92;;757:42;;747:70;;813:1;810;803:12;828:221;871:5;924:3;917:4;909:6;905:17;901:27;891:55;;942:1;939;932:12;891:55;964:79;1039:3;1030:6;1017:20;1010:4;1002:6;998:17;964:79;:::i;1054:156::-;1120:20;;1180:4;1169:16;;1159:27;;1149:55;;1200:1;1197;1190:12;1215:186;1274:6;1327:2;1315:9;1306:7;1302:23;1298:32;1295:52;;;1343:1;1340;1333:12;1295:52;1366:29;1385:9;1366:29;:::i;1406:260::-;1474:6;1482;1535:2;1523:9;1514:7;1510:23;1506:32;1503:52;;;1551:1;1548;1541:12;1503:52;1574:29;1593:9;1574:29;:::i;:::-;1564:39;;1622:38;1656:2;1645:9;1641:18;1622:38;:::i;:::-;1612:48;;1406:260;;;;;:::o;1671:328::-;1748:6;1756;1764;1817:2;1805:9;1796:7;1792:23;1788:32;1785:52;;;1833:1;1830;1823:12;1785:52;1856:29;1875:9;1856:29;:::i;:::-;1846:39;;1904:38;1938:2;1927:9;1923:18;1904:38;:::i;:::-;1894:48;;1989:2;1978:9;1974:18;1961:32;1951:42;;1671:328;;;;;:::o;2004:606::-;2115:6;2123;2131;2139;2147;2155;2163;2216:3;2204:9;2195:7;2191:23;2187:33;2184:53;;;2233:1;2230;2223:12;2184:53;2256:29;2275:9;2256:29;:::i;:::-;2246:39;;2304:38;2338:2;2327:9;2323:18;2304:38;:::i;:::-;2294:48;;2389:2;2378:9;2374:18;2361:32;2351:42;;2440:2;2429:9;2425:18;2412:32;2402:42;;2463:37;2495:3;2484:9;2480:19;2463:37;:::i;:::-;2453:47;;2547:3;2536:9;2532:19;2519:33;2509:43;;2599:3;2588:9;2584:19;2571:33;2561:43;;2004:606;;;;;;;;;;:::o;2615:523::-;2692:6;2700;2753:2;2741:9;2732:7;2728:23;2724:32;2721:52;;;2769:1;2766;2759:12;2721:52;2792:29;2811:9;2792:29;:::i;:::-;2782:39;;2872:2;2861:9;2857:18;2844:32;2899:18;2891:6;2888:30;2885:50;;;2931:1;2928;2921:12;2885:50;2954:22;;3007:4;2999:13;;2995:27;-1:-1:-1;2985:55:92;;3036:1;3033;3026:12;2985:55;3059:73;3124:7;3119:2;3106:16;3101:2;3097;3093:11;3059:73;:::i;:::-;3049:83;;;2615:523;;;;;:::o;3143:254::-;3211:6;3219;3272:2;3260:9;3251:7;3247:23;3243:32;3240:52;;;3288:1;3285;3278:12;3240:52;3311:29;3330:9;3311:29;:::i;:::-;3301:39;3387:2;3372:18;;;;3359:32;;-1:-1:-1;;;3143:254:92:o;3402:531::-;3504:6;3512;3520;3528;3536;3544;3597:3;3585:9;3576:7;3572:23;3568:33;3565:53;;;3614:1;3611;3604:12;3565:53;3637:29;3656:9;3637:29;:::i;:::-;3627:39;;3713:2;3702:9;3698:18;3685:32;3675:42;;3764:2;3753:9;3749:18;3736:32;3726:42;;3787:36;3819:2;3808:9;3804:18;3787:36;:::i;:::-;3777:46;;3870:3;3859:9;3855:19;3842:33;3832:43;;3922:3;3911:9;3907:19;3894:33;3884:43;;3402:531;;;;;;;;:::o;3938:184::-;4008:6;4061:2;4049:9;4040:7;4036:23;4032:32;4029:52;;;4077:1;4074;4067:12;4029:52;-1:-1:-1;4100:16:92;;3938:184;-1:-1:-1;3938:184:92:o;4127:543::-;4215:6;4223;4276:2;4264:9;4255:7;4251:23;4247:32;4244:52;;;4292:1;4289;4282:12;4244:52;4332:9;4319:23;4361:18;4402:2;4394:6;4391:14;4388:34;;;4418:1;4415;4408:12;4388:34;4441:50;4483:7;4474:6;4463:9;4459:22;4441:50;:::i;:::-;4431:60;;4544:2;4533:9;4529:18;4516:32;4500:48;;4573:2;4563:8;4560:16;4557:36;;;4589:1;4586;4579:12;4557:36;;4612:52;4656:7;4645:8;4634:9;4630:24;4612:52;:::i;4675:180::-;4734:6;4787:2;4775:9;4766:7;4762:23;4758:32;4755:52;;;4803:1;4800;4793:12;4755:52;-1:-1:-1;4826:23:92;;4675:180;-1:-1:-1;4675:180:92:o;4860:274::-;4989:3;5027:6;5021:13;5043:53;5089:6;5084:3;5077:4;5069:6;5065:17;5043:53;:::i;:::-;5112:16;;;;;4860:274;-1:-1:-1;;4860:274:92:o;8585:383::-;8734:2;8723:9;8716:21;8697:4;8766:6;8760:13;8809:6;8804:2;8793:9;8789:18;8782:34;8825:66;8884:6;8879:2;8868:9;8864:18;8859:2;8851:6;8847:15;8825:66;:::i;:::-;8952:2;8931:15;-1:-1:-1;;8927:29:92;8912:45;;;;8959:2;8908:54;;8585:383;-1:-1:-1;;8585:383:92:o;12722:408::-;12924:2;12906:21;;;12963:2;12943:18;;;12936:30;13002:34;12997:2;12982:18;;12975:62;-1:-1:-1;;;13068:2:92;13053:18;;13046:42;13120:3;13105:19;;12722:408::o;15022:::-;15224:2;15206:21;;;15263:2;15243:18;;;15236:30;15302:34;15297:2;15282:18;;15275:62;-1:-1:-1;;;15368:2:92;15353:18;;15346:42;15420:3;15405:19;;15022:408::o;22269:407::-;22471:2;22453:21;;;22510:2;22490:18;;;22483:30;22549:34;22544:2;22529:18;;22522:62;-1:-1:-1;;;22615:2:92;22600:18;;22593:41;22666:3;22651:19;;22269:407::o;25017:128::-;25057:3;25088:1;25084:6;25081:1;25078:13;25075:39;;;25094:18;;:::i;:::-;-1:-1:-1;25130:9:92;;25017:128::o;25150:217::-;25190:1;25216;25206:132;;25260:10;25255:3;25251:20;25248:1;25241:31;25295:4;25292:1;25285:15;25323:4;25320:1;25313:15;25206:132;-1:-1:-1;25352:9:92;;25150:217::o;25372:125::-;25412:4;25440:1;25437;25434:8;25431:34;;;25445:18;;:::i;:::-;-1:-1:-1;25482:9:92;;25372:125::o;25502:258::-;25574:1;25584:113;25598:6;25595:1;25592:13;25584:113;;;25674:11;;;25668:18;25655:11;;;25648:39;25620:2;25613:10;25584:113;;;25715:6;25712:1;25709:13;25706:48;;;-1:-1:-1;;25750:1:92;25732:16;;25725:27;25502:258::o;25765:380::-;25844:1;25840:12;;;;25887;;;25908:61;;25962:4;25954:6;25950:17;25940:27;;25908:61;26015:2;26007:6;26004:14;25984:18;25981:38;25978:161;;;26061:10;26056:3;26052:20;26049:1;26042:31;26096:4;26093:1;26086:15;26124:4;26121:1;26114:15;26150:135;26189:3;-1:-1:-1;;26210:17:92;;26207:43;;;26230:18;;:::i;:::-;-1:-1:-1;26277:1:92;26266:13;;26150:135::o;26290:127::-;26351:10;26346:3;26342:20;26339:1;26332:31;26382:4;26379:1;26372:15;26406:4;26403:1;26396:15;26554:127;26615:10;26610:3;26606:20;26603:1;26596:31;26646:4;26643:1;26636:15;26670:4;26667:1;26660:15;26686:127;26747:10;26742:3;26738:20;26735:1;26728:31;26778:4;26775:1;26768:15;26802:4;26799:1;26792:15;26818:127;26879:10;26874:3;26870:20;26867:1;26860:31;26910:4;26907:1;26900:15;26934:4;26931:1;26924:15"
    },
    "gasEstimates": {
      "creation": {
        "codeDepositCost": "2659000",
        "executionCost": "infinite",
        "totalCost": "infinite"
      },
      "external": {
        "DOMAIN_SEPARATOR()": "infinite",
        "allowance(address,address)": "infinite",
        "approve(address,uint256)": "24696",
        "balanceOf(address)": "2638",
        "balanceOfAt(address,uint256)": "infinite",
        "burn(address,uint256)": "infinite",
        "checkpoints(address,uint256)": "4888",
        "decimals()": "245",
        "decreaseAllowance(address,uint256)": "27083",
        "delegate(address)": "110952",
        "delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)": "infinite",
        "delegates(address)": "2691",
        "delegationNonces(address)": "2555",
        "getCheckpoint(address,uint256)": "5028",
        "getCurrentSnapshotId()": "infinite",
        "getPastVotes(address,uint256)": "infinite",
        "getVotes(address)": "infinite",
        "increaseAllowance(address,uint256)": "27116",
        "mint(address,uint256)": "infinite",
        "name()": "infinite",
        "nonces(address)": "2605",
        "now()": "269",
        "numCheckpoints(address)": "2598",
        "owner()": "2442",
        "pause()": "infinite",
        "paused()": "2372",
        "permit(address,address,uint256,uint256,uint8,bytes32,bytes32)": "infinite",
        "proxiableUUID()": "infinite",
        "renounceOwnership()": "infinite",
        "setUp(string,string)": "infinite",
        "snapshot()": "infinite",
        "symbol()": "infinite",
        "totalSupply()": "2416",
        "totalSupplyAt(uint256)": "infinite",
        "transfer(address,uint256)": "infinite",
        "transferFrom(address,address,uint256)": "infinite",
        "transferOwnership(address)": "28468",
        "unpause()": "infinite",
        "upgradeTo(address)": "infinite",
        "upgradeToAndCall(address,bytes)": "infinite"
      },
      "internal": {
        "_authorizeUpgrade(address)": "infinite",
        "_beforeTokenTransfer(address,address,uint256)": "infinite"
      }
    },
    "methodIdentifiers": {
      "DOMAIN_SEPARATOR()": "3644e515",
      "allowance(address,address)": "dd62ed3e",
      "approve(address,uint256)": "095ea7b3",
      "balanceOf(address)": "70a08231",
      "balanceOfAt(address,uint256)": "4ee2cd7e",
      "burn(address,uint256)": "9dc29fac",
      "checkpoints(address,uint256)": "0cdfebfa",
      "decimals()": "313ce567",
      "decreaseAllowance(address,uint256)": "a457c2d7",
      "delegate(address)": "5c19a95c",
      "delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)": "c3cda520",
      "delegates(address)": "587cde1e",
      "delegationNonces(address)": "03c8a3c6",
      "getCheckpoint(address,uint256)": "47f761f5",
      "getCurrentSnapshotId()": "5439ad86",
      "getPastVotes(address,uint256)": "3a46b1a8",
      "getVotes(address)": "9ab24eb0",
      "increaseAllowance(address,uint256)": "39509351",
      "mint(address,uint256)": "40c10f19",
      "name()": "06fdde03",
      "nonces(address)": "7ecebe00",
      "now()": "8abe09f2",
      "numCheckpoints(address)": "6fcfff45",
      "owner()": "8da5cb5b",
      "pause()": "8456cb59",
      "paused()": "5c975abb",
      "permit(address,address,uint256,uint256,uint8,bytes32,bytes32)": "d505accf",
      "proxiableUUID()": "52d1902d",
      "renounceOwnership()": "715018a6",
      "setUp(string,string)": "562d190d",
      "snapshot()": "9711715a",
      "symbol()": "95d89b41",
      "totalSupply()": "18160ddd",
      "totalSupplyAt(uint256)": "981b24d0",
      "transfer(address,uint256)": "a9059cbb",
      "transferFrom(address,address,uint256)": "23b872dd",
      "transferOwnership(address)": "f2fde38b",
      "unpause()": "3f4ba83a",
      "upgradeTo(address)": "3659cfe6",
      "upgradeToAndCall(address,bytes)": "4f1ef286"
    }
  },
  "metadata": "{\"compiler\":{\"version\":\"0.8.7+commit.e28d00a7\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"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\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"beacon\",\"type\":\"address\"}],\"name\":\"BeaconUpgraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"fromDelegate\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"toDelegate\",\"type\":\"address\"}],\"name\":\"DelegateChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"delegate\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"previousBalance\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newBalance\",\"type\":\"uint256\"}],\"name\":\"DelegateVotesChanged\",\"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\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"Snapshot\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"DOMAIN_SEPARATOR\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"snapshotId\",\"type\":\"uint256\"}],\"name\":\"balanceOfAt\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"checkpoints\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"fromTimePoint\",\"type\":\"uint32\"},{\"internalType\":\"uint256\",\"name\":\"votes\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"delegate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"expiry\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"delegateBySig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"delegates\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"delegationNonces\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"nCheckpoints\",\"type\":\"uint256\"}],\"name\":\"getCheckpoint\",\"outputs\":[{\"components\":[{\"internalType\":\"uint32\",\"name\":\"fromTimePoint\",\"type\":\"uint32\"},{\"internalType\":\"uint256\",\"name\":\"votes\",\"type\":\"uint256\"}],\"internalType\":\"struct BaalVotes.Checkpoint\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getCurrentSnapshotId\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"timePoint\",\"type\":\"uint256\"}],\"name\":\"getPastVotes\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"votes\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getVotes\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"votes\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"nonces\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"now\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"timePoint\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"numCheckpoints\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"permit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"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\":\"string\",\"name\":\"name_\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol_\",\"type\":\"string\"}],\"name\":\"setUp\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"snapshot\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"snapshotId\",\"type\":\"uint256\"}],\"name\":\"totalSupplyAt\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"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\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"DOMAIN_SEPARATOR()\":{\"details\":\"See {IERC20Permit-DOMAIN_SEPARATOR}.\"},\"allowance(address,address)\":{\"details\":\"See {IERC20-allowance}.\"},\"approve(address,uint256)\":{\"details\":\"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address.\"},\"balanceOf(address)\":{\"details\":\"See {IERC20-balanceOf}.\"},\"balanceOfAt(address,uint256)\":{\"details\":\"Retrieves the balance of `account` at the time `snapshotId` was created.\"},\"burn(address,uint256)\":{\"params\":{\"account\":\"Address to lose shares\",\"amount\":\"Amount to burn\"}},\"decimals()\":{\"details\":\"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the value {ERC20} uses, unless this function is overridden; NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}.\"},\"decreaseAllowance(address,uint256)\":{\"details\":\"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`.\"},\"delegate(address)\":{\"params\":{\"delegatee\":\"The address to delegate votes to.\"}},\"delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)\":{\"params\":{\"delegatee\":\"The address to delegate 'votes' to.\",\"expiry\":\"The time at which to expire the signature.\",\"nonce\":\"The contract state required to match the signature.\",\"r\":\"The r signature\",\"s\":\"The s signature\",\"v\":\"The v signature\"}},\"getPastVotes(address,uint256)\":{\"params\":{\"account\":\"The user to check `votes` for.\",\"timePoint\":\"The unix time to check `votes` for.\"},\"returns\":{\"votes\":\"Past `votes` delegated to `account`.\"}},\"getVotes(address)\":{\"params\":{\"account\":\"The user to check delegated `votes` for.\"},\"returns\":{\"votes\":\"Current `votes` delegated to `account`.\"}},\"increaseAllowance(address,uint256)\":{\"details\":\"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address.\"},\"mint(address,uint256)\":{\"params\":{\"amount\":\"Amount to mint\",\"recipient\":\"Address to receive shares\"}},\"name()\":{\"details\":\"Returns the name of the token.\"},\"nonces(address)\":{\"details\":\"See {IERC20Permit-nonces}.\"},\"now()\":{\"returns\":{\"timePoint\":\"returns unix epoch timestamp\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"},\"permit(address,address,uint256,uint256,uint8,bytes32,bytes32)\":{\"details\":\"See {IERC20Permit-permit}.\"},\"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.\"},\"setUp(string,string)\":{\"details\":\"initializer should prevent this from being called again\",\"params\":{\"name_\":\"Name for ERC20 token trackers\",\"symbol_\":\"Symbol for ERC20 token trackers\"}},\"symbol()\":{\"details\":\"Returns the symbol of the token, usually a shorter version of the name.\"},\"totalSupply()\":{\"details\":\"See {IERC20-totalSupply}.\"},\"totalSupplyAt(uint256)\":{\"details\":\"Retrieves the total supply at the time `snapshotId` was created.\"},\"transfer(address,uint256)\":{\"details\":\"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`.\"},\"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.\"}},\"title\":\"Shares\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"burn(address,uint256)\":{\"notice\":\"Baal-only function to burn shares.\"},\"delegate(address)\":{\"notice\":\"Delegate votes from user to `delegatee`.\"},\"delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)\":{\"notice\":\"Delegates votes from `signer` to `delegatee` with EIP-712 signature.\"},\"getCurrentSnapshotId()\":{\"notice\":\"get current SnapshotId\"},\"getPastVotes(address,uint256)\":{\"notice\":\"Returns the prior number of `votes` for `account` as of `timePoint`.\"},\"getVotes(address)\":{\"notice\":\"Returns the current delegated `vote` balance for `account`.\"},\"mint(address,uint256)\":{\"notice\":\"Baal-only function to mint shares.\"},\"now()\":{\"notice\":\"Returns the current timepoint.\"},\"pause()\":{\"notice\":\"Baal-only function to pause shares.\"},\"setUp(string,string)\":{\"notice\":\"Configure shares - called by Baal on summon\"},\"snapshot()\":{\"notice\":\"Allows baal to create a snapshot\"},\"unpause()\":{\"notice\":\"Baal-only function to unpause shares.\"}},\"notice\":\"Accounting for Baal non voting shares\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/SharesERC20.sol\":\"Shares\"},\"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/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n    /**\\n     * @dev Emitted when the pause is triggered by `account`.\\n     */\\n    event Paused(address account);\\n\\n    /**\\n     * @dev Emitted when the pause is lifted by `account`.\\n     */\\n    event Unpaused(address account);\\n\\n    bool private _paused;\\n\\n    /**\\n     * @dev Initializes the contract in unpaused state.\\n     */\\n    function __Pausable_init() internal onlyInitializing {\\n        __Pausable_init_unchained();\\n    }\\n\\n    function __Pausable_init_unchained() internal onlyInitializing {\\n        _paused = false;\\n    }\\n\\n    /**\\n     * @dev Modifier to make a function callable only when the contract is not paused.\\n     *\\n     * Requirements:\\n     *\\n     * - The contract must not be paused.\\n     */\\n    modifier whenNotPaused() {\\n        _requireNotPaused();\\n        _;\\n    }\\n\\n    /**\\n     * @dev Modifier to make a function callable only when the contract is paused.\\n     *\\n     * Requirements:\\n     *\\n     * - The contract must be paused.\\n     */\\n    modifier whenPaused() {\\n        _requirePaused();\\n        _;\\n    }\\n\\n    /**\\n     * @dev Returns true if the contract is paused, and false otherwise.\\n     */\\n    function paused() public view virtual returns (bool) {\\n        return _paused;\\n    }\\n\\n    /**\\n     * @dev Throws if the contract is paused.\\n     */\\n    function _requireNotPaused() internal view virtual {\\n        require(!paused(), \\\"Pausable: paused\\\");\\n    }\\n\\n    /**\\n     * @dev Throws if the contract is not paused.\\n     */\\n    function _requirePaused() internal view virtual {\\n        require(paused(), \\\"Pausable: not paused\\\");\\n    }\\n\\n    /**\\n     * @dev Triggers stopped state.\\n     *\\n     * Requirements:\\n     *\\n     * - The contract must not be paused.\\n     */\\n    function _pause() internal virtual whenNotPaused {\\n        _paused = true;\\n        emit Paused(_msgSender());\\n    }\\n\\n    /**\\n     * @dev Returns to normal state.\\n     *\\n     * Requirements:\\n     *\\n     * - The contract must be paused.\\n     */\\n    function _unpause() internal virtual whenPaused {\\n        _paused = false;\\n        emit Unpaused(_msgSender());\\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\":\"0x40c636b4572ff5f1dc50cf22097e93c0723ee14eff87e99ac2b02636eeca1250\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/ERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./IERC20Upgradeable.sol\\\";\\nimport \\\"./extensions/IERC20MetadataUpgradeable.sol\\\";\\nimport \\\"../../utils/ContextUpgradeable.sol\\\";\\nimport \\\"../../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Implementation of the {IERC20} interface.\\n *\\n * This implementation is agnostic to the way tokens are created. This means\\n * that a supply mechanism has to be added in a derived contract using {_mint}.\\n * For a generic mechanism see {ERC20PresetMinterPauser}.\\n *\\n * TIP: For a detailed writeup see our guide\\n * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\\n * to implement supply mechanisms].\\n *\\n * We have followed general OpenZeppelin Contracts guidelines: functions revert\\n * instead returning `false` on failure. This behavior is nonetheless\\n * conventional and does not conflict with the expectations of ERC20\\n * applications.\\n *\\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\\n * This allows applications to reconstruct the allowance for all accounts just\\n * by listening to said events. Other implementations of the EIP may not emit\\n * these events, as it isn't required by the specification.\\n *\\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\\n * functions have been added to mitigate the well-known issues around setting\\n * allowances. See {IERC20-approve}.\\n */\\ncontract ERC20Upgradeable is Initializable, ContextUpgradeable, IERC20Upgradeable, IERC20MetadataUpgradeable {\\n    mapping(address => uint256) private _balances;\\n\\n    mapping(address => mapping(address => uint256)) private _allowances;\\n\\n    uint256 private _totalSupply;\\n\\n    string private _name;\\n    string private _symbol;\\n\\n    /**\\n     * @dev Sets the values for {name} and {symbol}.\\n     *\\n     * The default value of {decimals} is 18. To select a different value for\\n     * {decimals} you should overload it.\\n     *\\n     * All two of these values are immutable: they can only be set once during\\n     * construction.\\n     */\\n    function __ERC20_init(string memory name_, string memory symbol_) internal onlyInitializing {\\n        __ERC20_init_unchained(name_, symbol_);\\n    }\\n\\n    function __ERC20_init_unchained(string memory name_, string memory symbol_) internal onlyInitializing {\\n        _name = name_;\\n        _symbol = symbol_;\\n    }\\n\\n    /**\\n     * @dev Returns the name of the token.\\n     */\\n    function name() public view virtual override returns (string memory) {\\n        return _name;\\n    }\\n\\n    /**\\n     * @dev Returns the symbol of the token, usually a shorter version of the\\n     * name.\\n     */\\n    function symbol() public view virtual override returns (string memory) {\\n        return _symbol;\\n    }\\n\\n    /**\\n     * @dev Returns the number of decimals used to get its user representation.\\n     * For example, if `decimals` equals `2`, a balance of `505` tokens should\\n     * be displayed to a user as `5.05` (`505 / 10 ** 2`).\\n     *\\n     * Tokens usually opt for a value of 18, imitating the relationship between\\n     * Ether and Wei. This is the value {ERC20} uses, unless this function is\\n     * overridden;\\n     *\\n     * NOTE: This information is only used for _display_ purposes: it in\\n     * no way affects any of the arithmetic of the contract, including\\n     * {IERC20-balanceOf} and {IERC20-transfer}.\\n     */\\n    function decimals() public view virtual override returns (uint8) {\\n        return 18;\\n    }\\n\\n    /**\\n     * @dev See {IERC20-totalSupply}.\\n     */\\n    function totalSupply() public view virtual override returns (uint256) {\\n        return _totalSupply;\\n    }\\n\\n    /**\\n     * @dev See {IERC20-balanceOf}.\\n     */\\n    function balanceOf(address account) public view virtual override returns (uint256) {\\n        return _balances[account];\\n    }\\n\\n    /**\\n     * @dev See {IERC20-transfer}.\\n     *\\n     * Requirements:\\n     *\\n     * - `to` cannot be the zero address.\\n     * - the caller must have a balance of at least `amount`.\\n     */\\n    function transfer(address to, uint256 amount) public virtual override returns (bool) {\\n        address owner = _msgSender();\\n        _transfer(owner, to, amount);\\n        return true;\\n    }\\n\\n    /**\\n     * @dev See {IERC20-allowance}.\\n     */\\n    function allowance(address owner, address spender) public view virtual override returns (uint256) {\\n        return _allowances[owner][spender];\\n    }\\n\\n    /**\\n     * @dev See {IERC20-approve}.\\n     *\\n     * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\\n     * `transferFrom`. This is semantically equivalent to an infinite approval.\\n     *\\n     * Requirements:\\n     *\\n     * - `spender` cannot be the zero address.\\n     */\\n    function approve(address spender, uint256 amount) public virtual override returns (bool) {\\n        address owner = _msgSender();\\n        _approve(owner, spender, amount);\\n        return true;\\n    }\\n\\n    /**\\n     * @dev See {IERC20-transferFrom}.\\n     *\\n     * Emits an {Approval} event indicating the updated allowance. This is not\\n     * required by the EIP. See the note at the beginning of {ERC20}.\\n     *\\n     * NOTE: Does not update the allowance if the current allowance\\n     * is the maximum `uint256`.\\n     *\\n     * Requirements:\\n     *\\n     * - `from` and `to` cannot be the zero address.\\n     * - `from` must have a balance of at least `amount`.\\n     * - the caller must have allowance for ``from``'s tokens of at least\\n     * `amount`.\\n     */\\n    function transferFrom(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) public virtual override returns (bool) {\\n        address spender = _msgSender();\\n        _spendAllowance(from, spender, amount);\\n        _transfer(from, to, amount);\\n        return true;\\n    }\\n\\n    /**\\n     * @dev Atomically increases the allowance granted to `spender` by the caller.\\n     *\\n     * This is an alternative to {approve} that can be used as a mitigation for\\n     * problems described in {IERC20-approve}.\\n     *\\n     * Emits an {Approval} event indicating the updated allowance.\\n     *\\n     * Requirements:\\n     *\\n     * - `spender` cannot be the zero address.\\n     */\\n    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\\n        address owner = _msgSender();\\n        _approve(owner, spender, allowance(owner, spender) + addedValue);\\n        return true;\\n    }\\n\\n    /**\\n     * @dev Atomically decreases the allowance granted to `spender` by the caller.\\n     *\\n     * This is an alternative to {approve} that can be used as a mitigation for\\n     * problems described in {IERC20-approve}.\\n     *\\n     * Emits an {Approval} event indicating the updated allowance.\\n     *\\n     * Requirements:\\n     *\\n     * - `spender` cannot be the zero address.\\n     * - `spender` must have allowance for the caller of at least\\n     * `subtractedValue`.\\n     */\\n    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\\n        address owner = _msgSender();\\n        uint256 currentAllowance = allowance(owner, spender);\\n        require(currentAllowance >= subtractedValue, \\\"ERC20: decreased allowance below zero\\\");\\n        unchecked {\\n            _approve(owner, spender, currentAllowance - subtractedValue);\\n        }\\n\\n        return true;\\n    }\\n\\n    /**\\n     * @dev Moves `amount` of tokens from `from` to `to`.\\n     *\\n     * This internal function is equivalent to {transfer}, and can be used to\\n     * e.g. implement automatic token fees, slashing mechanisms, etc.\\n     *\\n     * Emits a {Transfer} event.\\n     *\\n     * Requirements:\\n     *\\n     * - `from` cannot be the zero address.\\n     * - `to` cannot be the zero address.\\n     * - `from` must have a balance of at least `amount`.\\n     */\\n    function _transfer(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) internal virtual {\\n        require(from != address(0), \\\"ERC20: transfer from the zero address\\\");\\n        require(to != address(0), \\\"ERC20: transfer to the zero address\\\");\\n\\n        _beforeTokenTransfer(from, to, amount);\\n\\n        uint256 fromBalance = _balances[from];\\n        require(fromBalance >= amount, \\\"ERC20: transfer amount exceeds balance\\\");\\n        unchecked {\\n            _balances[from] = fromBalance - amount;\\n            // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by\\n            // decrementing then incrementing.\\n            _balances[to] += amount;\\n        }\\n\\n        emit Transfer(from, to, amount);\\n\\n        _afterTokenTransfer(from, to, amount);\\n    }\\n\\n    /** @dev Creates `amount` tokens and assigns them to `account`, increasing\\n     * the total supply.\\n     *\\n     * Emits a {Transfer} event with `from` set to the zero address.\\n     *\\n     * Requirements:\\n     *\\n     * - `account` cannot be the zero address.\\n     */\\n    function _mint(address account, uint256 amount) internal virtual {\\n        require(account != address(0), \\\"ERC20: mint to the zero address\\\");\\n\\n        _beforeTokenTransfer(address(0), account, amount);\\n\\n        _totalSupply += amount;\\n        unchecked {\\n            // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.\\n            _balances[account] += amount;\\n        }\\n        emit Transfer(address(0), account, amount);\\n\\n        _afterTokenTransfer(address(0), account, amount);\\n    }\\n\\n    /**\\n     * @dev Destroys `amount` tokens from `account`, reducing the\\n     * total supply.\\n     *\\n     * Emits a {Transfer} event with `to` set to the zero address.\\n     *\\n     * Requirements:\\n     *\\n     * - `account` cannot be the zero address.\\n     * - `account` must have at least `amount` tokens.\\n     */\\n    function _burn(address account, uint256 amount) internal virtual {\\n        require(account != address(0), \\\"ERC20: burn from the zero address\\\");\\n\\n        _beforeTokenTransfer(account, address(0), amount);\\n\\n        uint256 accountBalance = _balances[account];\\n        require(accountBalance >= amount, \\\"ERC20: burn amount exceeds balance\\\");\\n        unchecked {\\n            _balances[account] = accountBalance - amount;\\n            // Overflow not possible: amount <= accountBalance <= totalSupply.\\n            _totalSupply -= amount;\\n        }\\n\\n        emit Transfer(account, address(0), amount);\\n\\n        _afterTokenTransfer(account, address(0), amount);\\n    }\\n\\n    /**\\n     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\\n     *\\n     * This internal function is equivalent to `approve`, and can be used to\\n     * e.g. set automatic allowances for certain subsystems, etc.\\n     *\\n     * Emits an {Approval} event.\\n     *\\n     * Requirements:\\n     *\\n     * - `owner` cannot be the zero address.\\n     * - `spender` cannot be the zero address.\\n     */\\n    function _approve(\\n        address owner,\\n        address spender,\\n        uint256 amount\\n    ) internal virtual {\\n        require(owner != address(0), \\\"ERC20: approve from the zero address\\\");\\n        require(spender != address(0), \\\"ERC20: approve to the zero address\\\");\\n\\n        _allowances[owner][spender] = amount;\\n        emit Approval(owner, spender, amount);\\n    }\\n\\n    /**\\n     * @dev Updates `owner` s allowance for `spender` based on spent `amount`.\\n     *\\n     * Does not update the allowance amount in case of infinite allowance.\\n     * Revert if not enough allowance is available.\\n     *\\n     * Might emit an {Approval} event.\\n     */\\n    function _spendAllowance(\\n        address owner,\\n        address spender,\\n        uint256 amount\\n    ) internal virtual {\\n        uint256 currentAllowance = allowance(owner, spender);\\n        if (currentAllowance != type(uint256).max) {\\n            require(currentAllowance >= amount, \\\"ERC20: insufficient allowance\\\");\\n            unchecked {\\n                _approve(owner, spender, currentAllowance - amount);\\n            }\\n        }\\n    }\\n\\n    /**\\n     * @dev Hook that is called before any transfer of tokens. This includes\\n     * minting and burning.\\n     *\\n     * Calling conditions:\\n     *\\n     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n     * will be transferred to `to`.\\n     * - when `from` is zero, `amount` tokens will be minted for `to`.\\n     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\\n     * - `from` and `to` are never both zero.\\n     *\\n     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n     */\\n    function _beforeTokenTransfer(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) internal virtual {}\\n\\n    /**\\n     * @dev Hook that is called after any transfer of tokens. This includes\\n     * minting and burning.\\n     *\\n     * Calling conditions:\\n     *\\n     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n     * has been transferred to `to`.\\n     * - when `from` is zero, `amount` tokens have been minted for `to`.\\n     * - when `to` is zero, `amount` of ``from``'s tokens have been burned.\\n     * - `from` and `to` are never both zero.\\n     *\\n     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n     */\\n    function _afterTokenTransfer(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) 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[45] private __gap;\\n}\\n\",\"keccak256\":\"0xb1d9e69cf8073efa574b31b1f840e20709139c19bfb27e60b16393d6073f3d42\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20Upgradeable {\\n    /**\\n     * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n     * another (`to`).\\n     *\\n     * Note that `value` may be zero.\\n     */\\n    event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n    /**\\n     * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n     * a call to {approve}. `value` is the new allowance.\\n     */\\n    event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n    /**\\n     * @dev Returns the amount of tokens in existence.\\n     */\\n    function totalSupply() external view returns (uint256);\\n\\n    /**\\n     * @dev Returns the amount of tokens owned by `account`.\\n     */\\n    function balanceOf(address account) external view returns (uint256);\\n\\n    /**\\n     * @dev Moves `amount` tokens from the caller's account to `to`.\\n     *\\n     * Returns a boolean value indicating whether the operation succeeded.\\n     *\\n     * Emits a {Transfer} event.\\n     */\\n    function transfer(address to, uint256 amount) external returns (bool);\\n\\n    /**\\n     * @dev Returns the remaining number of tokens that `spender` will be\\n     * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n     * zero by default.\\n     *\\n     * This value changes when {approve} or {transferFrom} are called.\\n     */\\n    function allowance(address owner, address spender) external view returns (uint256);\\n\\n    /**\\n     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n     *\\n     * Returns a boolean value indicating whether the operation succeeded.\\n     *\\n     * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n     * that someone may use both the old and the new allowance by unfortunate\\n     * transaction ordering. One possible solution to mitigate this race\\n     * condition is to first reduce the spender's allowance to 0 and set the\\n     * desired value afterwards:\\n     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n     *\\n     * Emits an {Approval} event.\\n     */\\n    function approve(address spender, uint256 amount) external returns (bool);\\n\\n    /**\\n     * @dev Moves `amount` tokens from `from` to `to` using the\\n     * allowance mechanism. `amount` is then deducted from the caller's\\n     * allowance.\\n     *\\n     * Returns a boolean value indicating whether the operation succeeded.\\n     *\\n     * Emits a {Transfer} event.\\n     */\\n    function transferFrom(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) external returns (bool);\\n}\\n\",\"keccak256\":\"0x4e733d3164f73f461eaf9d8087a7ad1ea180bdc8ba0d3d61b0e1ae16d8e63dff\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20SnapshotUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/extensions/ERC20Snapshot.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../ERC20Upgradeable.sol\\\";\\nimport \\\"../../../utils/ArraysUpgradeable.sol\\\";\\nimport \\\"../../../utils/CountersUpgradeable.sol\\\";\\nimport \\\"../../../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev This contract extends an ERC20 token with a snapshot mechanism. When a snapshot is created, the balances and\\n * total supply at the time are recorded for later access.\\n *\\n * This can be used to safely create mechanisms based on token balances such as trustless dividends or weighted voting.\\n * In naive implementations it's possible to perform a \\\"double spend\\\" attack by reusing the same balance from different\\n * accounts. By using snapshots to calculate dividends or voting power, those attacks no longer apply. It can also be\\n * used to create an efficient ERC20 forking mechanism.\\n *\\n * Snapshots are created by the internal {_snapshot} function, which will emit the {Snapshot} event and return a\\n * snapshot id. To get the total supply at the time of a snapshot, call the function {totalSupplyAt} with the snapshot\\n * id. To get the balance of an account at the time of a snapshot, call the {balanceOfAt} function with the snapshot id\\n * and the account address.\\n *\\n * NOTE: Snapshot policy can be customized by overriding the {_getCurrentSnapshotId} method. For example, having it\\n * return `block.number` will trigger the creation of snapshot at the beginning of each new block. When overriding this\\n * function, be careful about the monotonicity of its result. Non-monotonic snapshot ids will break the contract.\\n *\\n * Implementing snapshots for every block using this method will incur significant gas costs. For a gas-efficient\\n * alternative consider {ERC20Votes}.\\n *\\n * ==== Gas Costs\\n *\\n * Snapshots are efficient. Snapshot creation is _O(1)_. Retrieval of balances or total supply from a snapshot is _O(log\\n * n)_ in the number of snapshots that have been created, although _n_ for a specific account will generally be much\\n * smaller since identical balances in subsequent snapshots are stored as a single entry.\\n *\\n * There is a constant overhead for normal ERC20 transfers due to the additional snapshot bookkeeping. This overhead is\\n * only significant for the first transfer that immediately follows a snapshot for a particular account. Subsequent\\n * transfers will have normal cost until the next snapshot, and so on.\\n */\\n\\nabstract contract ERC20SnapshotUpgradeable is Initializable, ERC20Upgradeable {\\n    function __ERC20Snapshot_init() internal onlyInitializing {\\n    }\\n\\n    function __ERC20Snapshot_init_unchained() internal onlyInitializing {\\n    }\\n    // Inspired by Jordi Baylina's MiniMeToken to record historical balances:\\n    // https://github.com/Giveth/minime/blob/ea04d950eea153a04c51fa510b068b9dded390cb/contracts/MiniMeToken.sol\\n\\n    using ArraysUpgradeable for uint256[];\\n    using CountersUpgradeable for CountersUpgradeable.Counter;\\n\\n    // Snapshotted values have arrays of ids and the value corresponding to that id. These could be an array of a\\n    // Snapshot struct, but that would impede usage of functions that work on an array.\\n    struct Snapshots {\\n        uint256[] ids;\\n        uint256[] values;\\n    }\\n\\n    mapping(address => Snapshots) private _accountBalanceSnapshots;\\n    Snapshots private _totalSupplySnapshots;\\n\\n    // Snapshot ids increase monotonically, with the first value being 1. An id of 0 is invalid.\\n    CountersUpgradeable.Counter private _currentSnapshotId;\\n\\n    /**\\n     * @dev Emitted by {_snapshot} when a snapshot identified by `id` is created.\\n     */\\n    event Snapshot(uint256 id);\\n\\n    /**\\n     * @dev Creates a new snapshot and returns its snapshot id.\\n     *\\n     * Emits a {Snapshot} event that contains the same id.\\n     *\\n     * {_snapshot} is `internal` and you have to decide how to expose it externally. Its usage may be restricted to a\\n     * set of accounts, for example using {AccessControl}, or it may be open to the public.\\n     *\\n     * [WARNING]\\n     * ====\\n     * While an open way of calling {_snapshot} is required for certain trust minimization mechanisms such as forking,\\n     * you must consider that it can potentially be used by attackers in two ways.\\n     *\\n     * First, it can be used to increase the cost of retrieval of values from snapshots, although it will grow\\n     * logarithmically thus rendering this attack ineffective in the long term. Second, it can be used to target\\n     * specific accounts and increase the cost of ERC20 transfers for them, in the ways specified in the Gas Costs\\n     * section above.\\n     *\\n     * We haven't measured the actual numbers; if this is something you're interested in please reach out to us.\\n     * ====\\n     */\\n    function _snapshot() internal virtual returns (uint256) {\\n        _currentSnapshotId.increment();\\n\\n        uint256 currentId = _getCurrentSnapshotId();\\n        emit Snapshot(currentId);\\n        return currentId;\\n    }\\n\\n    /**\\n     * @dev Get the current snapshotId\\n     */\\n    function _getCurrentSnapshotId() internal view virtual returns (uint256) {\\n        return _currentSnapshotId.current();\\n    }\\n\\n    /**\\n     * @dev Retrieves the balance of `account` at the time `snapshotId` was created.\\n     */\\n    function balanceOfAt(address account, uint256 snapshotId) public view virtual returns (uint256) {\\n        (bool snapshotted, uint256 value) = _valueAt(snapshotId, _accountBalanceSnapshots[account]);\\n\\n        return snapshotted ? value : balanceOf(account);\\n    }\\n\\n    /**\\n     * @dev Retrieves the total supply at the time `snapshotId` was created.\\n     */\\n    function totalSupplyAt(uint256 snapshotId) public view virtual returns (uint256) {\\n        (bool snapshotted, uint256 value) = _valueAt(snapshotId, _totalSupplySnapshots);\\n\\n        return snapshotted ? value : totalSupply();\\n    }\\n\\n    // Update balance and/or total supply snapshots before the values are modified. This is implemented\\n    // in the _beforeTokenTransfer hook, which is executed for _mint, _burn, and _transfer operations.\\n    function _beforeTokenTransfer(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) internal virtual override {\\n        super._beforeTokenTransfer(from, to, amount);\\n\\n        if (from == address(0)) {\\n            // mint\\n            _updateAccountSnapshot(to);\\n            _updateTotalSupplySnapshot();\\n        } else if (to == address(0)) {\\n            // burn\\n            _updateAccountSnapshot(from);\\n            _updateTotalSupplySnapshot();\\n        } else {\\n            // transfer\\n            _updateAccountSnapshot(from);\\n            _updateAccountSnapshot(to);\\n        }\\n    }\\n\\n    function _valueAt(uint256 snapshotId, Snapshots storage snapshots) private view returns (bool, uint256) {\\n        require(snapshotId > 0, \\\"ERC20Snapshot: id is 0\\\");\\n        require(snapshotId <= _getCurrentSnapshotId(), \\\"ERC20Snapshot: nonexistent id\\\");\\n\\n        // When a valid snapshot is queried, there are three possibilities:\\n        //  a) The queried value was not modified after the snapshot was taken. Therefore, a snapshot entry was never\\n        //  created for this id, and all stored snapshot ids are smaller than the requested one. The value that corresponds\\n        //  to this id is the current one.\\n        //  b) The queried value was modified after the snapshot was taken. Therefore, there will be an entry with the\\n        //  requested id, and its value is the one to return.\\n        //  c) More snapshots were created after the requested one, and the queried value was later modified. There will be\\n        //  no entry for the requested id: the value that corresponds to it is that of the smallest snapshot id that is\\n        //  larger than the requested one.\\n        //\\n        // In summary, we need to find an element in an array, returning the index of the smallest value that is larger if\\n        // it is not found, unless said value doesn't exist (e.g. when all values are smaller). Arrays.findUpperBound does\\n        // exactly this.\\n\\n        uint256 index = snapshots.ids.findUpperBound(snapshotId);\\n\\n        if (index == snapshots.ids.length) {\\n            return (false, 0);\\n        } else {\\n            return (true, snapshots.values[index]);\\n        }\\n    }\\n\\n    function _updateAccountSnapshot(address account) private {\\n        _updateSnapshot(_accountBalanceSnapshots[account], balanceOf(account));\\n    }\\n\\n    function _updateTotalSupplySnapshot() private {\\n        _updateSnapshot(_totalSupplySnapshots, totalSupply());\\n    }\\n\\n    function _updateSnapshot(Snapshots storage snapshots, uint256 currentValue) private {\\n        uint256 currentId = _getCurrentSnapshotId();\\n        if (_lastSnapshotId(snapshots.ids) < currentId) {\\n            snapshots.ids.push(currentId);\\n            snapshots.values.push(currentValue);\\n        }\\n    }\\n\\n    function _lastSnapshotId(uint256[] storage ids) private view returns (uint256) {\\n        if (ids.length == 0) {\\n            return 0;\\n        } else {\\n            return ids[ids.length - 1];\\n        }\\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[46] private __gap;\\n}\\n\",\"keccak256\":\"0x42da8099f59958af496f6c8f0d9c1ce0a929151e02f877e4be23aca4cc440cbe\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20Upgradeable.sol\\\";\\n\\n/**\\n * @dev Interface for the optional metadata functions from the ERC20 standard.\\n *\\n * _Available since v4.1._\\n */\\ninterface IERC20MetadataUpgradeable is IERC20Upgradeable {\\n    /**\\n     * @dev Returns the name of the token.\\n     */\\n    function name() external view returns (string memory);\\n\\n    /**\\n     * @dev Returns the symbol of the token.\\n     */\\n    function symbol() external view returns (string memory);\\n\\n    /**\\n     * @dev Returns the decimals places of the token.\\n     */\\n    function decimals() external view returns (uint8);\\n}\\n\",\"keccak256\":\"0x605434219ebbe4653f703640f06969faa5a1d78f0bfef878e5ddbb1ca369ceeb\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-ERC20PermitUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/extensions/draft-ERC20Permit.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./draft-IERC20PermitUpgradeable.sol\\\";\\nimport \\\"../ERC20Upgradeable.sol\\\";\\nimport \\\"../../../utils/cryptography/ECDSAUpgradeable.sol\\\";\\nimport \\\"../../../utils/cryptography/EIP712Upgradeable.sol\\\";\\nimport \\\"../../../utils/CountersUpgradeable.sol\\\";\\nimport \\\"../../../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Implementation of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\\n *\\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\\n * presenting a message signed by the account. By not relying on `{IERC20-approve}`, the token holder account doesn't\\n * need to send a transaction, and thus is not required to hold Ether at all.\\n *\\n * _Available since v3.4._\\n *\\n * @custom:storage-size 51\\n */\\nabstract contract ERC20PermitUpgradeable is Initializable, ERC20Upgradeable, IERC20PermitUpgradeable, EIP712Upgradeable {\\n    using CountersUpgradeable for CountersUpgradeable.Counter;\\n\\n    mapping(address => CountersUpgradeable.Counter) private _nonces;\\n\\n    // solhint-disable-next-line var-name-mixedcase\\n    bytes32 private constant _PERMIT_TYPEHASH =\\n        keccak256(\\\"Permit(address owner,address spender,uint256 value,uint256 nonce,uint256 deadline)\\\");\\n    /**\\n     * @dev In previous versions `_PERMIT_TYPEHASH` was declared as `immutable`.\\n     * However, to ensure consistency with the upgradeable transpiler, we will continue\\n     * to reserve a slot.\\n     * @custom:oz-renamed-from _PERMIT_TYPEHASH\\n     */\\n    // solhint-disable-next-line var-name-mixedcase\\n    bytes32 private _PERMIT_TYPEHASH_DEPRECATED_SLOT;\\n\\n    /**\\n     * @dev Initializes the {EIP712} domain separator using the `name` parameter, and setting `version` to `\\\"1\\\"`.\\n     *\\n     * It's a good idea to use the same `name` that is defined as the ERC20 token name.\\n     */\\n    function __ERC20Permit_init(string memory name) internal onlyInitializing {\\n        __EIP712_init_unchained(name, \\\"1\\\");\\n    }\\n\\n    function __ERC20Permit_init_unchained(string memory) internal onlyInitializing {}\\n\\n    /**\\n     * @dev See {IERC20Permit-permit}.\\n     */\\n    function permit(\\n        address owner,\\n        address spender,\\n        uint256 value,\\n        uint256 deadline,\\n        uint8 v,\\n        bytes32 r,\\n        bytes32 s\\n    ) public virtual override {\\n        require(block.timestamp <= deadline, \\\"ERC20Permit: expired deadline\\\");\\n\\n        bytes32 structHash = keccak256(abi.encode(_PERMIT_TYPEHASH, owner, spender, value, _useNonce(owner), deadline));\\n\\n        bytes32 hash = _hashTypedDataV4(structHash);\\n\\n        address signer = ECDSAUpgradeable.recover(hash, v, r, s);\\n        require(signer == owner, \\\"ERC20Permit: invalid signature\\\");\\n\\n        _approve(owner, spender, value);\\n    }\\n\\n    /**\\n     * @dev See {IERC20Permit-nonces}.\\n     */\\n    function nonces(address owner) public view virtual override returns (uint256) {\\n        return _nonces[owner].current();\\n    }\\n\\n    /**\\n     * @dev See {IERC20Permit-DOMAIN_SEPARATOR}.\\n     */\\n    // solhint-disable-next-line func-name-mixedcase\\n    function DOMAIN_SEPARATOR() external view override returns (bytes32) {\\n        return _domainSeparatorV4();\\n    }\\n\\n    /**\\n     * @dev \\\"Consume a nonce\\\": return the current value and increment.\\n     *\\n     * _Available since v4.1._\\n     */\\n    function _useNonce(address owner) internal virtual returns (uint256 current) {\\n        CountersUpgradeable.Counter storage nonce = _nonces[owner];\\n        current = nonce.current();\\n        nonce.increment();\\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\":\"0xfe1053f3a6ee4527cde96c8152b8b1dbb98774639a64e819087bc80e618d7f7f\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-IERC20PermitUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/draft-IERC20Permit.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\\n *\\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\\n * need to send a transaction, and thus is not required to hold Ether at all.\\n */\\ninterface IERC20PermitUpgradeable {\\n    /**\\n     * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\\n     * given ``owner``'s signed approval.\\n     *\\n     * IMPORTANT: The same issues {IERC20-approve} has related to transaction\\n     * ordering also apply here.\\n     *\\n     * Emits an {Approval} event.\\n     *\\n     * Requirements:\\n     *\\n     * - `spender` cannot be the zero address.\\n     * - `deadline` must be a timestamp in the future.\\n     * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\\n     * over the EIP712-formatted function arguments.\\n     * - the signature must use ``owner``'s current nonce (see {nonces}).\\n     *\\n     * For more information on the signature format, see the\\n     * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\\n     * section].\\n     */\\n    function permit(\\n        address owner,\\n        address spender,\\n        uint256 value,\\n        uint256 deadline,\\n        uint8 v,\\n        bytes32 r,\\n        bytes32 s\\n    ) external;\\n\\n    /**\\n     * @dev Returns the current nonce for `owner`. This value must be\\n     * included whenever a signature is generated for {permit}.\\n     *\\n     * Every successful call to {permit} increases ``owner``'s nonce by one. This\\n     * prevents a signature from being used multiple times.\\n     */\\n    function nonces(address owner) external view returns (uint256);\\n\\n    /**\\n     * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\\n     */\\n    // solhint-disable-next-line func-name-mixedcase\\n    function DOMAIN_SEPARATOR() external view returns (bytes32);\\n}\\n\",\"keccak256\":\"0xcc70d8e2281fb3ff69e8ab242500f10142cd0a7fa8dd9e45882be270d4d09024\",\"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/ArraysUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/Arrays.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./StorageSlotUpgradeable.sol\\\";\\nimport \\\"./math/MathUpgradeable.sol\\\";\\n\\n/**\\n * @dev Collection of functions related to array types.\\n */\\nlibrary ArraysUpgradeable {\\n    using StorageSlotUpgradeable for bytes32;\\n\\n    /**\\n     * @dev Searches a sorted `array` and returns the first index that contains\\n     * a value greater or equal to `element`. If no such index exists (i.e. all\\n     * values in the array are strictly less than `element`), the array length is\\n     * returned. Time complexity O(log n).\\n     *\\n     * `array` is expected to be sorted in ascending order, and to contain no\\n     * repeated elements.\\n     */\\n    function findUpperBound(uint256[] storage array, uint256 element) internal view returns (uint256) {\\n        if (array.length == 0) {\\n            return 0;\\n        }\\n\\n        uint256 low = 0;\\n        uint256 high = array.length;\\n\\n        while (low < high) {\\n            uint256 mid = MathUpgradeable.average(low, high);\\n\\n            // Note that mid will always be strictly less than high (i.e. it will be a valid array index)\\n            // because Math.average rounds down (it does integer division with truncation).\\n            if (unsafeAccess(array, mid).value > element) {\\n                high = mid;\\n            } else {\\n                low = mid + 1;\\n            }\\n        }\\n\\n        // At this point `low` is the exclusive upper bound. We will return the inclusive upper bound.\\n        if (low > 0 && unsafeAccess(array, low - 1).value == element) {\\n            return low - 1;\\n        } else {\\n            return low;\\n        }\\n    }\\n\\n    /**\\n     * @dev Access an array in an \\\"unsafe\\\" way. Skips solidity \\\"index-out-of-range\\\" check.\\n     *\\n     * WARNING: Only use if you are certain `pos` is lower than the array length.\\n     */\\n    function unsafeAccess(address[] storage arr, uint256 pos) internal pure returns (StorageSlotUpgradeable.AddressSlot storage) {\\n        bytes32 slot;\\n        /// @solidity memory-safe-assembly\\n        assembly {\\n            mstore(0, arr.slot)\\n            slot := add(keccak256(0, 0x20), pos)\\n        }\\n        return slot.getAddressSlot();\\n    }\\n\\n    /**\\n     * @dev Access an array in an \\\"unsafe\\\" way. Skips solidity \\\"index-out-of-range\\\" check.\\n     *\\n     * WARNING: Only use if you are certain `pos` is lower than the array length.\\n     */\\n    function unsafeAccess(bytes32[] storage arr, uint256 pos) internal pure returns (StorageSlotUpgradeable.Bytes32Slot storage) {\\n        bytes32 slot;\\n        /// @solidity memory-safe-assembly\\n        assembly {\\n            mstore(0, arr.slot)\\n            slot := add(keccak256(0, 0x20), pos)\\n        }\\n        return slot.getBytes32Slot();\\n    }\\n\\n    /**\\n     * @dev Access an array in an \\\"unsafe\\\" way. Skips solidity \\\"index-out-of-range\\\" check.\\n     *\\n     * WARNING: Only use if you are certain `pos` is lower than the array length.\\n     */\\n    function unsafeAccess(uint256[] storage arr, uint256 pos) internal pure returns (StorageSlotUpgradeable.Uint256Slot storage) {\\n        bytes32 slot;\\n        /// @solidity memory-safe-assembly\\n        assembly {\\n            mstore(0, arr.slot)\\n            slot := add(keccak256(0, 0x20), pos)\\n        }\\n        return slot.getUint256Slot();\\n    }\\n}\\n\",\"keccak256\":\"0xc3821e9d41b2b19b612238b308dcc8f4ab46afcd0f6b3bd174e89789bbf59e26\",\"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/CountersUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (utils/Counters.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @title Counters\\n * @author Matt Condon (@shrugs)\\n * @dev Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number\\n * of elements in a mapping, issuing ERC721 ids, or counting request ids.\\n *\\n * Include with `using Counters for Counters.Counter;`\\n */\\nlibrary CountersUpgradeable {\\n    struct Counter {\\n        // This variable should never be directly accessed by users of the library: interactions must be restricted to\\n        // the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add\\n        // this feature: see https://github.com/ethereum/solidity/issues/4637\\n        uint256 _value; // default: 0\\n    }\\n\\n    function current(Counter storage counter) internal view returns (uint256) {\\n        return counter._value;\\n    }\\n\\n    function increment(Counter storage counter) internal {\\n        unchecked {\\n            counter._value += 1;\\n        }\\n    }\\n\\n    function decrement(Counter storage counter) internal {\\n        uint256 value = counter._value;\\n        require(value > 0, \\\"Counter: decrement overflow\\\");\\n        unchecked {\\n            counter._value = value - 1;\\n        }\\n    }\\n\\n    function reset(Counter storage counter) internal {\\n        counter._value = 0;\\n    }\\n}\\n\",\"keccak256\":\"0x798741e231b22b81e2dd2eddaaf8832dee4baf5cd8e2dbaa5c1dd12a1c053c4d\",\"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\"},\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/Strings.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./math/MathUpgradeable.sol\\\";\\n\\n/**\\n * @dev String operations.\\n */\\nlibrary StringsUpgradeable {\\n    bytes16 private constant _SYMBOLS = \\\"0123456789abcdef\\\";\\n    uint8 private constant _ADDRESS_LENGTH = 20;\\n\\n    /**\\n     * @dev Converts a `uint256` to its ASCII `string` decimal representation.\\n     */\\n    function toString(uint256 value) internal pure returns (string memory) {\\n        unchecked {\\n            uint256 length = MathUpgradeable.log10(value) + 1;\\n            string memory buffer = new string(length);\\n            uint256 ptr;\\n            /// @solidity memory-safe-assembly\\n            assembly {\\n                ptr := add(buffer, add(32, length))\\n            }\\n            while (true) {\\n                ptr--;\\n                /// @solidity memory-safe-assembly\\n                assembly {\\n                    mstore8(ptr, byte(mod(value, 10), _SYMBOLS))\\n                }\\n                value /= 10;\\n                if (value == 0) break;\\n            }\\n            return buffer;\\n        }\\n    }\\n\\n    /**\\n     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.\\n     */\\n    function toHexString(uint256 value) internal pure returns (string memory) {\\n        unchecked {\\n            return toHexString(value, MathUpgradeable.log256(value) + 1);\\n        }\\n    }\\n\\n    /**\\n     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.\\n     */\\n    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {\\n        bytes memory buffer = new bytes(2 * length + 2);\\n        buffer[0] = \\\"0\\\";\\n        buffer[1] = \\\"x\\\";\\n        for (uint256 i = 2 * length + 1; i > 1; --i) {\\n            buffer[i] = _SYMBOLS[value & 0xf];\\n            value >>= 4;\\n        }\\n        require(value == 0, \\\"Strings: hex length insufficient\\\");\\n        return string(buffer);\\n    }\\n\\n    /**\\n     * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.\\n     */\\n    function toHexString(address addr) internal pure returns (string memory) {\\n        return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);\\n    }\\n}\\n\",\"keccak256\":\"0x6b9a5d35b744b25529a2856a8093e7c03fb35a34b1c4fb5499e560f8ade140da\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/cryptography/ECDSA.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../StringsUpgradeable.sol\\\";\\n\\n/**\\n * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.\\n *\\n * These functions can be used to verify that a message was signed by the holder\\n * of the private keys of a given address.\\n */\\nlibrary ECDSAUpgradeable {\\n    enum RecoverError {\\n        NoError,\\n        InvalidSignature,\\n        InvalidSignatureLength,\\n        InvalidSignatureS,\\n        InvalidSignatureV // Deprecated in v4.8\\n    }\\n\\n    function _throwError(RecoverError error) private pure {\\n        if (error == RecoverError.NoError) {\\n            return; // no error: do nothing\\n        } else if (error == RecoverError.InvalidSignature) {\\n            revert(\\\"ECDSA: invalid signature\\\");\\n        } else if (error == RecoverError.InvalidSignatureLength) {\\n            revert(\\\"ECDSA: invalid signature length\\\");\\n        } else if (error == RecoverError.InvalidSignatureS) {\\n            revert(\\\"ECDSA: invalid signature 's' value\\\");\\n        }\\n    }\\n\\n    /**\\n     * @dev Returns the address that signed a hashed message (`hash`) with\\n     * `signature` or error string. This address can then be used for verification purposes.\\n     *\\n     * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n     * this function rejects them by requiring the `s` value to be in the lower\\n     * half order, and the `v` value to be either 27 or 28.\\n     *\\n     * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n     * verification to be secure: it is possible to craft signatures that\\n     * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n     * this is by receiving a hash of the original message (which may otherwise\\n     * be too long), and then calling {toEthSignedMessageHash} on it.\\n     *\\n     * Documentation for signature generation:\\n     * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]\\n     * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]\\n     *\\n     * _Available since v4.3._\\n     */\\n    function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {\\n        if (signature.length == 65) {\\n            bytes32 r;\\n            bytes32 s;\\n            uint8 v;\\n            // ecrecover takes the signature parameters, and the only way to get them\\n            // currently is to use assembly.\\n            /// @solidity memory-safe-assembly\\n            assembly {\\n                r := mload(add(signature, 0x20))\\n                s := mload(add(signature, 0x40))\\n                v := byte(0, mload(add(signature, 0x60)))\\n            }\\n            return tryRecover(hash, v, r, s);\\n        } else {\\n            return (address(0), RecoverError.InvalidSignatureLength);\\n        }\\n    }\\n\\n    /**\\n     * @dev Returns the address that signed a hashed message (`hash`) with\\n     * `signature`. This address can then be used for verification purposes.\\n     *\\n     * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n     * this function rejects them by requiring the `s` value to be in the lower\\n     * half order, and the `v` value to be either 27 or 28.\\n     *\\n     * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n     * verification to be secure: it is possible to craft signatures that\\n     * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n     * this is by receiving a hash of the original message (which may otherwise\\n     * be too long), and then calling {toEthSignedMessageHash} on it.\\n     */\\n    function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {\\n        (address recovered, RecoverError error) = tryRecover(hash, signature);\\n        _throwError(error);\\n        return recovered;\\n    }\\n\\n    /**\\n     * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\\n     *\\n     * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]\\n     *\\n     * _Available since v4.3._\\n     */\\n    function tryRecover(\\n        bytes32 hash,\\n        bytes32 r,\\n        bytes32 vs\\n    ) internal pure returns (address, RecoverError) {\\n        bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);\\n        uint8 v = uint8((uint256(vs) >> 255) + 27);\\n        return tryRecover(hash, v, r, s);\\n    }\\n\\n    /**\\n     * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\\n     *\\n     * _Available since v4.2._\\n     */\\n    function recover(\\n        bytes32 hash,\\n        bytes32 r,\\n        bytes32 vs\\n    ) internal pure returns (address) {\\n        (address recovered, RecoverError error) = tryRecover(hash, r, vs);\\n        _throwError(error);\\n        return recovered;\\n    }\\n\\n    /**\\n     * @dev Overload of {ECDSA-tryRecover} that receives the `v`,\\n     * `r` and `s` signature fields separately.\\n     *\\n     * _Available since v4.3._\\n     */\\n    function tryRecover(\\n        bytes32 hash,\\n        uint8 v,\\n        bytes32 r,\\n        bytes32 s\\n    ) internal pure returns (address, RecoverError) {\\n        // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature\\n        // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines\\n        // the valid range for s in (301): 0 < s < secp256k1n \\u00f7 2 + 1, and for v in (302): v \\u2208 {27, 28}. Most\\n        // signatures from current libraries generate a unique signature with an s-value in the lower half order.\\n        //\\n        // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value\\n        // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or\\n        // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept\\n        // these malleable signatures as well.\\n        if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) {\\n            return (address(0), RecoverError.InvalidSignatureS);\\n        }\\n\\n        // If the signature is valid (and not malleable), return the signer address\\n        address signer = ecrecover(hash, v, r, s);\\n        if (signer == address(0)) {\\n            return (address(0), RecoverError.InvalidSignature);\\n        }\\n\\n        return (signer, RecoverError.NoError);\\n    }\\n\\n    /**\\n     * @dev Overload of {ECDSA-recover} that receives the `v`,\\n     * `r` and `s` signature fields separately.\\n     */\\n    function recover(\\n        bytes32 hash,\\n        uint8 v,\\n        bytes32 r,\\n        bytes32 s\\n    ) internal pure returns (address) {\\n        (address recovered, RecoverError error) = tryRecover(hash, v, r, s);\\n        _throwError(error);\\n        return recovered;\\n    }\\n\\n    /**\\n     * @dev Returns an Ethereum Signed Message, created from a `hash`. This\\n     * produces hash corresponding to the one signed with the\\n     * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n     * JSON-RPC method as part of EIP-191.\\n     *\\n     * See {recover}.\\n     */\\n    function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32) {\\n        // 32 is the length in bytes of hash,\\n        // enforced by the type signature above\\n        return keccak256(abi.encodePacked(\\\"\\\\x19Ethereum Signed Message:\\\\n32\\\", hash));\\n    }\\n\\n    /**\\n     * @dev Returns an Ethereum Signed Message, created from `s`. This\\n     * produces hash corresponding to the one signed with the\\n     * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n     * JSON-RPC method as part of EIP-191.\\n     *\\n     * See {recover}.\\n     */\\n    function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {\\n        return keccak256(abi.encodePacked(\\\"\\\\x19Ethereum Signed Message:\\\\n\\\", StringsUpgradeable.toString(s.length), s));\\n    }\\n\\n    /**\\n     * @dev Returns an Ethereum Signed Typed Data, created from a\\n     * `domainSeparator` and a `structHash`. This produces hash corresponding\\n     * to the one signed with the\\n     * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]\\n     * JSON-RPC method as part of EIP-712.\\n     *\\n     * See {recover}.\\n     */\\n    function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32) {\\n        return keccak256(abi.encodePacked(\\\"\\\\x19\\\\x01\\\", domainSeparator, structHash));\\n    }\\n}\\n\",\"keccak256\":\"0x12f297cafe6e2847ae0378502f155654d0764b532a9873c8afe4350950fa7971\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/cryptography/EIP712Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/cryptography/EIP712.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./ECDSAUpgradeable.sol\\\";\\nimport \\\"../../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev https://eips.ethereum.org/EIPS/eip-712[EIP 712] is a standard for hashing and signing of typed structured data.\\n *\\n * The encoding specified in the EIP is very generic, and such a generic implementation in Solidity is not feasible,\\n * thus this contract does not implement the encoding itself. Protocols need to implement the type-specific encoding\\n * they need in their contracts using a combination of `abi.encode` and `keccak256`.\\n *\\n * This contract implements the EIP 712 domain separator ({_domainSeparatorV4}) that is used as part of the encoding\\n * scheme, and the final step of the encoding to obtain the message digest that is then signed via ECDSA\\n * ({_hashTypedDataV4}).\\n *\\n * The implementation of the domain separator was designed to be as efficient as possible while still properly updating\\n * the chain id to protect against replay attacks on an eventual fork of the chain.\\n *\\n * NOTE: This contract implements the version of the encoding known as \\\"v4\\\", as implemented by the JSON RPC method\\n * https://docs.metamask.io/guide/signing-data.html[`eth_signTypedDataV4` in MetaMask].\\n *\\n * _Available since v3.4._\\n *\\n * @custom:storage-size 52\\n */\\nabstract contract EIP712Upgradeable is Initializable {\\n    /* solhint-disable var-name-mixedcase */\\n    bytes32 private _HASHED_NAME;\\n    bytes32 private _HASHED_VERSION;\\n    bytes32 private constant _TYPE_HASH = keccak256(\\\"EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)\\\");\\n\\n    /* solhint-enable var-name-mixedcase */\\n\\n    /**\\n     * @dev Initializes the domain separator and parameter caches.\\n     *\\n     * The meaning of `name` and `version` is specified in\\n     * https://eips.ethereum.org/EIPS/eip-712#definition-of-domainseparator[EIP 712]:\\n     *\\n     * - `name`: the user readable name of the signing domain, i.e. the name of the DApp or the protocol.\\n     * - `version`: the current major version of the signing domain.\\n     *\\n     * NOTE: These parameters cannot be changed except through a xref:learn::upgrading-smart-contracts.adoc[smart\\n     * contract upgrade].\\n     */\\n    function __EIP712_init(string memory name, string memory version) internal onlyInitializing {\\n        __EIP712_init_unchained(name, version);\\n    }\\n\\n    function __EIP712_init_unchained(string memory name, string memory version) internal onlyInitializing {\\n        bytes32 hashedName = keccak256(bytes(name));\\n        bytes32 hashedVersion = keccak256(bytes(version));\\n        _HASHED_NAME = hashedName;\\n        _HASHED_VERSION = hashedVersion;\\n    }\\n\\n    /**\\n     * @dev Returns the domain separator for the current chain.\\n     */\\n    function _domainSeparatorV4() internal view returns (bytes32) {\\n        return _buildDomainSeparator(_TYPE_HASH, _EIP712NameHash(), _EIP712VersionHash());\\n    }\\n\\n    function _buildDomainSeparator(\\n        bytes32 typeHash,\\n        bytes32 nameHash,\\n        bytes32 versionHash\\n    ) private view returns (bytes32) {\\n        return keccak256(abi.encode(typeHash, nameHash, versionHash, block.chainid, address(this)));\\n    }\\n\\n    /**\\n     * @dev Given an already https://eips.ethereum.org/EIPS/eip-712#definition-of-hashstruct[hashed struct], this\\n     * function returns the hash of the fully encoded EIP712 message for this domain.\\n     *\\n     * This hash can be used together with {ECDSA-recover} to obtain the signer of a message. For example:\\n     *\\n     * ```solidity\\n     * bytes32 digest = _hashTypedDataV4(keccak256(abi.encode(\\n     *     keccak256(\\\"Mail(address to,string contents)\\\"),\\n     *     mailTo,\\n     *     keccak256(bytes(mailContents))\\n     * )));\\n     * address signer = ECDSA.recover(digest, signature);\\n     * ```\\n     */\\n    function _hashTypedDataV4(bytes32 structHash) internal view virtual returns (bytes32) {\\n        return ECDSAUpgradeable.toTypedDataHash(_domainSeparatorV4(), structHash);\\n    }\\n\\n    /**\\n     * @dev The hash of the name parameter for the EIP712 domain.\\n     *\\n     * NOTE: This function reads from storage by default, but can be redefined to return a constant value if gas costs\\n     * are a concern.\\n     */\\n    function _EIP712NameHash() internal virtual view returns (bytes32) {\\n        return _HASHED_NAME;\\n    }\\n\\n    /**\\n     * @dev The hash of the version parameter for the EIP712 domain.\\n     *\\n     * NOTE: This function reads from storage by default, but can be redefined to return a constant value if gas costs\\n     * are a concern.\\n     */\\n    function _EIP712VersionHash() internal virtual view returns (bytes32) {\\n        return _HASHED_VERSION;\\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\":\"0x3017aded62c4a2b9707f5f06f92934e592c1c9b6f384b91b51340a6d5f841931\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/Math.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard math utilities missing in the Solidity language.\\n */\\nlibrary MathUpgradeable {\\n    enum Rounding {\\n        Down, // Toward negative infinity\\n        Up, // Toward infinity\\n        Zero // Toward zero\\n    }\\n\\n    /**\\n     * @dev Returns the largest of two numbers.\\n     */\\n    function max(uint256 a, uint256 b) internal pure returns (uint256) {\\n        return a > b ? a : b;\\n    }\\n\\n    /**\\n     * @dev Returns the smallest of two numbers.\\n     */\\n    function min(uint256 a, uint256 b) internal pure returns (uint256) {\\n        return a < b ? a : b;\\n    }\\n\\n    /**\\n     * @dev Returns the average of two numbers. The result is rounded towards\\n     * zero.\\n     */\\n    function average(uint256 a, uint256 b) internal pure returns (uint256) {\\n        // (a + b) / 2 can overflow.\\n        return (a & b) + (a ^ b) / 2;\\n    }\\n\\n    /**\\n     * @dev Returns the ceiling of the division of two numbers.\\n     *\\n     * This differs from standard division with `/` in that it rounds up instead\\n     * of rounding down.\\n     */\\n    function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\\n        // (a + b - 1) / b can overflow on addition, so we distribute.\\n        return a == 0 ? 0 : (a - 1) / b + 1;\\n    }\\n\\n    /**\\n     * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\\n     * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\\n     * with further edits by Uniswap Labs also under MIT license.\\n     */\\n    function mulDiv(\\n        uint256 x,\\n        uint256 y,\\n        uint256 denominator\\n    ) internal pure returns (uint256 result) {\\n        unchecked {\\n            // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\\n            // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\\n            // variables such that product = prod1 * 2^256 + prod0.\\n            uint256 prod0; // Least significant 256 bits of the product\\n            uint256 prod1; // Most significant 256 bits of the product\\n            assembly {\\n                let mm := mulmod(x, y, not(0))\\n                prod0 := mul(x, y)\\n                prod1 := sub(sub(mm, prod0), lt(mm, prod0))\\n            }\\n\\n            // Handle non-overflow cases, 256 by 256 division.\\n            if (prod1 == 0) {\\n                return prod0 / denominator;\\n            }\\n\\n            // Make sure the result is less than 2^256. Also prevents denominator == 0.\\n            require(denominator > prod1);\\n\\n            ///////////////////////////////////////////////\\n            // 512 by 256 division.\\n            ///////////////////////////////////////////////\\n\\n            // Make division exact by subtracting the remainder from [prod1 prod0].\\n            uint256 remainder;\\n            assembly {\\n                // Compute remainder using mulmod.\\n                remainder := mulmod(x, y, denominator)\\n\\n                // Subtract 256 bit number from 512 bit number.\\n                prod1 := sub(prod1, gt(remainder, prod0))\\n                prod0 := sub(prod0, remainder)\\n            }\\n\\n            // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\\n            // See https://cs.stackexchange.com/q/138556/92363.\\n\\n            // Does not overflow because the denominator cannot be zero at this stage in the function.\\n            uint256 twos = denominator & (~denominator + 1);\\n            assembly {\\n                // Divide denominator by twos.\\n                denominator := div(denominator, twos)\\n\\n                // Divide [prod1 prod0] by twos.\\n                prod0 := div(prod0, twos)\\n\\n                // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\\n                twos := add(div(sub(0, twos), twos), 1)\\n            }\\n\\n            // Shift in bits from prod1 into prod0.\\n            prod0 |= prod1 * twos;\\n\\n            // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\\n            // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\\n            // four bits. That is, denominator * inv = 1 mod 2^4.\\n            uint256 inverse = (3 * denominator) ^ 2;\\n\\n            // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\\n            // in modular arithmetic, doubling the correct bits in each step.\\n            inverse *= 2 - denominator * inverse; // inverse mod 2^8\\n            inverse *= 2 - denominator * inverse; // inverse mod 2^16\\n            inverse *= 2 - denominator * inverse; // inverse mod 2^32\\n            inverse *= 2 - denominator * inverse; // inverse mod 2^64\\n            inverse *= 2 - denominator * inverse; // inverse mod 2^128\\n            inverse *= 2 - denominator * inverse; // inverse mod 2^256\\n\\n            // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\\n            // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\\n            // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\\n            // is no longer required.\\n            result = prod0 * inverse;\\n            return result;\\n        }\\n    }\\n\\n    /**\\n     * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\\n     */\\n    function mulDiv(\\n        uint256 x,\\n        uint256 y,\\n        uint256 denominator,\\n        Rounding rounding\\n    ) internal pure returns (uint256) {\\n        uint256 result = mulDiv(x, y, denominator);\\n        if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\\n            result += 1;\\n        }\\n        return result;\\n    }\\n\\n    /**\\n     * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\\n     *\\n     * Inspired by Henry S. Warren, Jr.'s \\\"Hacker's Delight\\\" (Chapter 11).\\n     */\\n    function sqrt(uint256 a) internal pure returns (uint256) {\\n        if (a == 0) {\\n            return 0;\\n        }\\n\\n        // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\\n        //\\n        // We know that the \\\"msb\\\" (most significant bit) of our target number `a` is a power of 2 such that we have\\n        // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\\n        //\\n        // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\\n        // \\u2192 `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\\n        // \\u2192 `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\\n        //\\n        // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\\n        uint256 result = 1 << (log2(a) >> 1);\\n\\n        // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\\n        // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\\n        // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\\n        // into the expected uint128 result.\\n        unchecked {\\n            result = (result + a / result) >> 1;\\n            result = (result + a / result) >> 1;\\n            result = (result + a / result) >> 1;\\n            result = (result + a / result) >> 1;\\n            result = (result + a / result) >> 1;\\n            result = (result + a / result) >> 1;\\n            result = (result + a / result) >> 1;\\n            return min(result, a / result);\\n        }\\n    }\\n\\n    /**\\n     * @notice Calculates sqrt(a), following the selected rounding direction.\\n     */\\n    function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\\n        unchecked {\\n            uint256 result = sqrt(a);\\n            return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\\n        }\\n    }\\n\\n    /**\\n     * @dev Return the log in base 2, rounded down, of a positive value.\\n     * Returns 0 if given 0.\\n     */\\n    function log2(uint256 value) internal pure returns (uint256) {\\n        uint256 result = 0;\\n        unchecked {\\n            if (value >> 128 > 0) {\\n                value >>= 128;\\n                result += 128;\\n            }\\n            if (value >> 64 > 0) {\\n                value >>= 64;\\n                result += 64;\\n            }\\n            if (value >> 32 > 0) {\\n                value >>= 32;\\n                result += 32;\\n            }\\n            if (value >> 16 > 0) {\\n                value >>= 16;\\n                result += 16;\\n            }\\n            if (value >> 8 > 0) {\\n                value >>= 8;\\n                result += 8;\\n            }\\n            if (value >> 4 > 0) {\\n                value >>= 4;\\n                result += 4;\\n            }\\n            if (value >> 2 > 0) {\\n                value >>= 2;\\n                result += 2;\\n            }\\n            if (value >> 1 > 0) {\\n                result += 1;\\n            }\\n        }\\n        return result;\\n    }\\n\\n    /**\\n     * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\\n     * Returns 0 if given 0.\\n     */\\n    function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n        unchecked {\\n            uint256 result = log2(value);\\n            return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\\n        }\\n    }\\n\\n    /**\\n     * @dev Return the log in base 10, rounded down, of a positive value.\\n     * Returns 0 if given 0.\\n     */\\n    function log10(uint256 value) internal pure returns (uint256) {\\n        uint256 result = 0;\\n        unchecked {\\n            if (value >= 10**64) {\\n                value /= 10**64;\\n                result += 64;\\n            }\\n            if (value >= 10**32) {\\n                value /= 10**32;\\n                result += 32;\\n            }\\n            if (value >= 10**16) {\\n                value /= 10**16;\\n                result += 16;\\n            }\\n            if (value >= 10**8) {\\n                value /= 10**8;\\n                result += 8;\\n            }\\n            if (value >= 10**4) {\\n                value /= 10**4;\\n                result += 4;\\n            }\\n            if (value >= 10**2) {\\n                value /= 10**2;\\n                result += 2;\\n            }\\n            if (value >= 10**1) {\\n                result += 1;\\n            }\\n        }\\n        return result;\\n    }\\n\\n    /**\\n     * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n     * Returns 0 if given 0.\\n     */\\n    function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n        unchecked {\\n            uint256 result = log10(value);\\n            return result + (rounding == Rounding.Up && 10**result < value ? 1 : 0);\\n        }\\n    }\\n\\n    /**\\n     * @dev Return the log in base 256, rounded down, of a positive value.\\n     * Returns 0 if given 0.\\n     *\\n     * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\\n     */\\n    function log256(uint256 value) internal pure returns (uint256) {\\n        uint256 result = 0;\\n        unchecked {\\n            if (value >> 128 > 0) {\\n                value >>= 128;\\n                result += 16;\\n            }\\n            if (value >> 64 > 0) {\\n                value >>= 64;\\n                result += 8;\\n            }\\n            if (value >> 32 > 0) {\\n                value >>= 32;\\n                result += 4;\\n            }\\n            if (value >> 16 > 0) {\\n                value >>= 16;\\n                result += 2;\\n            }\\n            if (value >> 8 > 0) {\\n                result += 1;\\n            }\\n        }\\n        return result;\\n    }\\n\\n    /**\\n     * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n     * Returns 0 if given 0.\\n     */\\n    function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n        unchecked {\\n            uint256 result = log256(value);\\n            return result + (rounding == Rounding.Up && 1 << (result * 8) < value ? 1 : 0);\\n        }\\n    }\\n}\\n\",\"keccak256\":\"0xc1bd5b53319c68f84e3becd75694d941e8f4be94049903232cd8bc7c535aaa5a\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/ERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./IERC20.sol\\\";\\nimport \\\"./extensions/IERC20Metadata.sol\\\";\\nimport \\\"../../utils/Context.sol\\\";\\n\\n/**\\n * @dev Implementation of the {IERC20} interface.\\n *\\n * This implementation is agnostic to the way tokens are created. This means\\n * that a supply mechanism has to be added in a derived contract using {_mint}.\\n * For a generic mechanism see {ERC20PresetMinterPauser}.\\n *\\n * TIP: For a detailed writeup see our guide\\n * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\\n * to implement supply mechanisms].\\n *\\n * We have followed general OpenZeppelin Contracts guidelines: functions revert\\n * instead returning `false` on failure. This behavior is nonetheless\\n * conventional and does not conflict with the expectations of ERC20\\n * applications.\\n *\\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\\n * This allows applications to reconstruct the allowance for all accounts just\\n * by listening to said events. Other implementations of the EIP may not emit\\n * these events, as it isn't required by the specification.\\n *\\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\\n * functions have been added to mitigate the well-known issues around setting\\n * allowances. See {IERC20-approve}.\\n */\\ncontract ERC20 is Context, IERC20, IERC20Metadata {\\n    mapping(address => uint256) private _balances;\\n\\n    mapping(address => mapping(address => uint256)) private _allowances;\\n\\n    uint256 private _totalSupply;\\n\\n    string private _name;\\n    string private _symbol;\\n\\n    /**\\n     * @dev Sets the values for {name} and {symbol}.\\n     *\\n     * The default value of {decimals} is 18. To select a different value for\\n     * {decimals} you should overload it.\\n     *\\n     * All two of these values are immutable: they can only be set once during\\n     * construction.\\n     */\\n    constructor(string memory name_, string memory symbol_) {\\n        _name = name_;\\n        _symbol = symbol_;\\n    }\\n\\n    /**\\n     * @dev Returns the name of the token.\\n     */\\n    function name() public view virtual override returns (string memory) {\\n        return _name;\\n    }\\n\\n    /**\\n     * @dev Returns the symbol of the token, usually a shorter version of the\\n     * name.\\n     */\\n    function symbol() public view virtual override returns (string memory) {\\n        return _symbol;\\n    }\\n\\n    /**\\n     * @dev Returns the number of decimals used to get its user representation.\\n     * For example, if `decimals` equals `2`, a balance of `505` tokens should\\n     * be displayed to a user as `5.05` (`505 / 10 ** 2`).\\n     *\\n     * Tokens usually opt for a value of 18, imitating the relationship between\\n     * Ether and Wei. This is the value {ERC20} uses, unless this function is\\n     * overridden;\\n     *\\n     * NOTE: This information is only used for _display_ purposes: it in\\n     * no way affects any of the arithmetic of the contract, including\\n     * {IERC20-balanceOf} and {IERC20-transfer}.\\n     */\\n    function decimals() public view virtual override returns (uint8) {\\n        return 18;\\n    }\\n\\n    /**\\n     * @dev See {IERC20-totalSupply}.\\n     */\\n    function totalSupply() public view virtual override returns (uint256) {\\n        return _totalSupply;\\n    }\\n\\n    /**\\n     * @dev See {IERC20-balanceOf}.\\n     */\\n    function balanceOf(address account) public view virtual override returns (uint256) {\\n        return _balances[account];\\n    }\\n\\n    /**\\n     * @dev See {IERC20-transfer}.\\n     *\\n     * Requirements:\\n     *\\n     * - `to` cannot be the zero address.\\n     * - the caller must have a balance of at least `amount`.\\n     */\\n    function transfer(address to, uint256 amount) public virtual override returns (bool) {\\n        address owner = _msgSender();\\n        _transfer(owner, to, amount);\\n        return true;\\n    }\\n\\n    /**\\n     * @dev See {IERC20-allowance}.\\n     */\\n    function allowance(address owner, address spender) public view virtual override returns (uint256) {\\n        return _allowances[owner][spender];\\n    }\\n\\n    /**\\n     * @dev See {IERC20-approve}.\\n     *\\n     * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\\n     * `transferFrom`. This is semantically equivalent to an infinite approval.\\n     *\\n     * Requirements:\\n     *\\n     * - `spender` cannot be the zero address.\\n     */\\n    function approve(address spender, uint256 amount) public virtual override returns (bool) {\\n        address owner = _msgSender();\\n        _approve(owner, spender, amount);\\n        return true;\\n    }\\n\\n    /**\\n     * @dev See {IERC20-transferFrom}.\\n     *\\n     * Emits an {Approval} event indicating the updated allowance. This is not\\n     * required by the EIP. See the note at the beginning of {ERC20}.\\n     *\\n     * NOTE: Does not update the allowance if the current allowance\\n     * is the maximum `uint256`.\\n     *\\n     * Requirements:\\n     *\\n     * - `from` and `to` cannot be the zero address.\\n     * - `from` must have a balance of at least `amount`.\\n     * - the caller must have allowance for ``from``'s tokens of at least\\n     * `amount`.\\n     */\\n    function transferFrom(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) public virtual override returns (bool) {\\n        address spender = _msgSender();\\n        _spendAllowance(from, spender, amount);\\n        _transfer(from, to, amount);\\n        return true;\\n    }\\n\\n    /**\\n     * @dev Atomically increases the allowance granted to `spender` by the caller.\\n     *\\n     * This is an alternative to {approve} that can be used as a mitigation for\\n     * problems described in {IERC20-approve}.\\n     *\\n     * Emits an {Approval} event indicating the updated allowance.\\n     *\\n     * Requirements:\\n     *\\n     * - `spender` cannot be the zero address.\\n     */\\n    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\\n        address owner = _msgSender();\\n        _approve(owner, spender, allowance(owner, spender) + addedValue);\\n        return true;\\n    }\\n\\n    /**\\n     * @dev Atomically decreases the allowance granted to `spender` by the caller.\\n     *\\n     * This is an alternative to {approve} that can be used as a mitigation for\\n     * problems described in {IERC20-approve}.\\n     *\\n     * Emits an {Approval} event indicating the updated allowance.\\n     *\\n     * Requirements:\\n     *\\n     * - `spender` cannot be the zero address.\\n     * - `spender` must have allowance for the caller of at least\\n     * `subtractedValue`.\\n     */\\n    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\\n        address owner = _msgSender();\\n        uint256 currentAllowance = allowance(owner, spender);\\n        require(currentAllowance >= subtractedValue, \\\"ERC20: decreased allowance below zero\\\");\\n        unchecked {\\n            _approve(owner, spender, currentAllowance - subtractedValue);\\n        }\\n\\n        return true;\\n    }\\n\\n    /**\\n     * @dev Moves `amount` of tokens from `from` to `to`.\\n     *\\n     * This internal function is equivalent to {transfer}, and can be used to\\n     * e.g. implement automatic token fees, slashing mechanisms, etc.\\n     *\\n     * Emits a {Transfer} event.\\n     *\\n     * Requirements:\\n     *\\n     * - `from` cannot be the zero address.\\n     * - `to` cannot be the zero address.\\n     * - `from` must have a balance of at least `amount`.\\n     */\\n    function _transfer(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) internal virtual {\\n        require(from != address(0), \\\"ERC20: transfer from the zero address\\\");\\n        require(to != address(0), \\\"ERC20: transfer to the zero address\\\");\\n\\n        _beforeTokenTransfer(from, to, amount);\\n\\n        uint256 fromBalance = _balances[from];\\n        require(fromBalance >= amount, \\\"ERC20: transfer amount exceeds balance\\\");\\n        unchecked {\\n            _balances[from] = fromBalance - amount;\\n            // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by\\n            // decrementing then incrementing.\\n            _balances[to] += amount;\\n        }\\n\\n        emit Transfer(from, to, amount);\\n\\n        _afterTokenTransfer(from, to, amount);\\n    }\\n\\n    /** @dev Creates `amount` tokens and assigns them to `account`, increasing\\n     * the total supply.\\n     *\\n     * Emits a {Transfer} event with `from` set to the zero address.\\n     *\\n     * Requirements:\\n     *\\n     * - `account` cannot be the zero address.\\n     */\\n    function _mint(address account, uint256 amount) internal virtual {\\n        require(account != address(0), \\\"ERC20: mint to the zero address\\\");\\n\\n        _beforeTokenTransfer(address(0), account, amount);\\n\\n        _totalSupply += amount;\\n        unchecked {\\n            // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.\\n            _balances[account] += amount;\\n        }\\n        emit Transfer(address(0), account, amount);\\n\\n        _afterTokenTransfer(address(0), account, amount);\\n    }\\n\\n    /**\\n     * @dev Destroys `amount` tokens from `account`, reducing the\\n     * total supply.\\n     *\\n     * Emits a {Transfer} event with `to` set to the zero address.\\n     *\\n     * Requirements:\\n     *\\n     * - `account` cannot be the zero address.\\n     * - `account` must have at least `amount` tokens.\\n     */\\n    function _burn(address account, uint256 amount) internal virtual {\\n        require(account != address(0), \\\"ERC20: burn from the zero address\\\");\\n\\n        _beforeTokenTransfer(account, address(0), amount);\\n\\n        uint256 accountBalance = _balances[account];\\n        require(accountBalance >= amount, \\\"ERC20: burn amount exceeds balance\\\");\\n        unchecked {\\n            _balances[account] = accountBalance - amount;\\n            // Overflow not possible: amount <= accountBalance <= totalSupply.\\n            _totalSupply -= amount;\\n        }\\n\\n        emit Transfer(account, address(0), amount);\\n\\n        _afterTokenTransfer(account, address(0), amount);\\n    }\\n\\n    /**\\n     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\\n     *\\n     * This internal function is equivalent to `approve`, and can be used to\\n     * e.g. set automatic allowances for certain subsystems, etc.\\n     *\\n     * Emits an {Approval} event.\\n     *\\n     * Requirements:\\n     *\\n     * - `owner` cannot be the zero address.\\n     * - `spender` cannot be the zero address.\\n     */\\n    function _approve(\\n        address owner,\\n        address spender,\\n        uint256 amount\\n    ) internal virtual {\\n        require(owner != address(0), \\\"ERC20: approve from the zero address\\\");\\n        require(spender != address(0), \\\"ERC20: approve to the zero address\\\");\\n\\n        _allowances[owner][spender] = amount;\\n        emit Approval(owner, spender, amount);\\n    }\\n\\n    /**\\n     * @dev Updates `owner` s allowance for `spender` based on spent `amount`.\\n     *\\n     * Does not update the allowance amount in case of infinite allowance.\\n     * Revert if not enough allowance is available.\\n     *\\n     * Might emit an {Approval} event.\\n     */\\n    function _spendAllowance(\\n        address owner,\\n        address spender,\\n        uint256 amount\\n    ) internal virtual {\\n        uint256 currentAllowance = allowance(owner, spender);\\n        if (currentAllowance != type(uint256).max) {\\n            require(currentAllowance >= amount, \\\"ERC20: insufficient allowance\\\");\\n            unchecked {\\n                _approve(owner, spender, currentAllowance - amount);\\n            }\\n        }\\n    }\\n\\n    /**\\n     * @dev Hook that is called before any transfer of tokens. This includes\\n     * minting and burning.\\n     *\\n     * Calling conditions:\\n     *\\n     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n     * will be transferred to `to`.\\n     * - when `from` is zero, `amount` tokens will be minted for `to`.\\n     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\\n     * - `from` and `to` are never both zero.\\n     *\\n     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n     */\\n    function _beforeTokenTransfer(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) internal virtual {}\\n\\n    /**\\n     * @dev Hook that is called after any transfer of tokens. This includes\\n     * minting and burning.\\n     *\\n     * Calling conditions:\\n     *\\n     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n     * has been transferred to `to`.\\n     * - when `from` is zero, `amount` tokens have been minted for `to`.\\n     * - when `to` is zero, `amount` of ``from``'s tokens have been burned.\\n     * - `from` and `to` are never both zero.\\n     *\\n     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n     */\\n    function _afterTokenTransfer(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) internal virtual {}\\n}\\n\",\"keccak256\":\"0x4ffc0547c02ad22925310c585c0f166f8759e2648a09e9b489100c42f15dd98d\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n    /**\\n     * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n     * another (`to`).\\n     *\\n     * Note that `value` may be zero.\\n     */\\n    event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n    /**\\n     * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n     * a call to {approve}. `value` is the new allowance.\\n     */\\n    event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n    /**\\n     * @dev Returns the amount of tokens in existence.\\n     */\\n    function totalSupply() external view returns (uint256);\\n\\n    /**\\n     * @dev Returns the amount of tokens owned by `account`.\\n     */\\n    function balanceOf(address account) external view returns (uint256);\\n\\n    /**\\n     * @dev Moves `amount` tokens from the caller's account to `to`.\\n     *\\n     * Returns a boolean value indicating whether the operation succeeded.\\n     *\\n     * Emits a {Transfer} event.\\n     */\\n    function transfer(address to, uint256 amount) external returns (bool);\\n\\n    /**\\n     * @dev Returns the remaining number of tokens that `spender` will be\\n     * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n     * zero by default.\\n     *\\n     * This value changes when {approve} or {transferFrom} are called.\\n     */\\n    function allowance(address owner, address spender) external view returns (uint256);\\n\\n    /**\\n     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n     *\\n     * Returns a boolean value indicating whether the operation succeeded.\\n     *\\n     * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n     * that someone may use both the old and the new allowance by unfortunate\\n     * transaction ordering. One possible solution to mitigate this race\\n     * condition is to first reduce the spender's allowance to 0 and set the\\n     * desired value afterwards:\\n     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n     *\\n     * Emits an {Approval} event.\\n     */\\n    function approve(address spender, uint256 amount) external returns (bool);\\n\\n    /**\\n     * @dev Moves `amount` tokens from `from` to `to` using the\\n     * allowance mechanism. `amount` is then deducted from the caller's\\n     * allowance.\\n     *\\n     * Returns a boolean value indicating whether the operation succeeded.\\n     *\\n     * Emits a {Transfer} event.\\n     */\\n    function transferFrom(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) external returns (bool);\\n}\\n\",\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20.sol\\\";\\n\\n/**\\n * @dev Interface for the optional metadata functions from the ERC20 standard.\\n *\\n * _Available since v4.1._\\n */\\ninterface IERC20Metadata is IERC20 {\\n    /**\\n     * @dev Returns the name of the token.\\n     */\\n    function name() external view returns (string memory);\\n\\n    /**\\n     * @dev Returns the symbol of the token.\\n     */\\n    function symbol() external view returns (string memory);\\n\\n    /**\\n     * @dev Returns the decimals places of the token.\\n     */\\n    function decimals() external view returns (uint8);\\n}\\n\",\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\"},\"@openzeppelin/contracts/utils/Context.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 Context {\\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\",\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\"},\"contracts/SharesERC20.sol\":{\"content\":\"pragma solidity 0.8.7;\\n//SPDX-License-Identifier: MIT\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts/token/ERC20/ERC20.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20SnapshotUpgradeable.sol\\\";\\n\\nimport \\\"./utils/BaalVotes.sol\\\";\\nimport \\\"./interfaces/IBaal.sol\\\";\\n\\n// import \\\"hardhat/console.sol\\\";\\n\\n/// @title Shares\\n/// @notice Accounting for Baal non voting shares\\ncontract Shares is BaalVotes, ERC20SnapshotUpgradeable, OwnableUpgradeable, PausableUpgradeable, UUPSUpgradeable {\\n\\n    constructor() {\\n        _disableInitializers();\\n    }\\n\\n    /// @notice Configure shares - called by Baal on summon\\n    /// @dev initializer should prevent this from being called again\\n    /// @param name_ Name for ERC20 token trackers\\n    /// @param symbol_ Symbol for ERC20 token trackers\\n    function setUp(string memory name_, string memory symbol_)\\n        external\\n        initializer\\n    {\\n        require(bytes(name_).length != 0, \\\"shares: name empty\\\");\\n        require(bytes(symbol_).length != 0, \\\"shares: symbol empty\\\");\\n\\n        __ERC20_init(name_, symbol_);\\n        __ERC20Permit_init(name_);\\n        __Pausable_init();\\n        __ERC20Snapshot_init();\\n        __Ownable_init();\\n        __UUPSUpgradeable_init();\\n        __EIP712_init_delegation(\\\"delegation\\\", \\\"4\\\");\\n\\n\\n    }\\n\\n    /// @notice Baal-only function to pause shares.\\n    function pause() public onlyOwner {\\n        _pause();\\n    }\\n\\n    /// @notice Baal-only function to unpause shares.\\n    function unpause() public onlyOwner {\\n        _unpause();\\n    }\\n\\n    /// @notice Allows baal to create a snapshot\\n    function snapshot() external onlyOwner returns(uint256) {\\n        return _snapshot();\\n    }\\n\\n    /// @notice get current SnapshotId\\n    function getCurrentSnapshotId() external view returns (uint256) {\\n        return _getCurrentSnapshotId();\\n    }\\n\\n    /// @notice Baal-only function to mint shares.\\n    /// @param recipient Address to receive shares\\n    /// @param amount Amount to mint\\n    function mint(address recipient, uint256 amount) external onlyOwner {\\n        // can not be more than half the max because of totalsupply of loot and shares\\n        require(totalSupply() + amount <= type(uint256).max / 2, \\\"shares: cap exceeded\\\");\\n        _mint(recipient, amount);\\n    }\\n\\n    /// @notice Baal-only function to burn shares.\\n    /// @param account Address to lose shares\\n    /// @param amount Amount to burn\\n    function burn(address account, uint256 amount) external onlyOwner {\\n        _burn(account, amount);\\n    }\\n\\n    /// @notice Internal hook to restrict token transfers unless allowed by baal\\n    /// @dev Allows transfers if msg.sender is Baal which enables minting and burning\\n    /// @param from The address of the source account.\\n    /// @param to The address of the destination account.\\n    /// @param amount The number of `shares` tokens to transfer.\\n    function _beforeTokenTransfer(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) internal override(BaalVotes, ERC20SnapshotUpgradeable) {\\n        super._beforeTokenTransfer(from, to, amount);\\n        require(\\n            from == address(0) || /*Minting allowed*/\\n                (msg.sender == owner() && to == address(0)) || /*Burning by Baal allowed*/\\n                !paused(),\\n            \\\"shares: !transferable\\\"\\n        );\\n    }\\n\\n    function _authorizeUpgrade(address newImplementation) internal override onlyOwner {}\\n}\\n\",\"keccak256\":\"0x01a30f13f538ee4d7e448aa984e10f24a18d7a35e9e45ab3b501364516f0725d\",\"license\":\"MIT\"},\"contracts/interfaces/IBaal.sol\":{\"content\":\"//SPDX-License-Identifier: MIT\\npragma solidity ^0.8.7;\\n\\ninterface IBaal {\\n    // DATA STRUCTURES\\n    struct Proposal {\\n        /*Baal proposal details*/\\n        uint32 id; /*id of this proposal, used in existence checks (increments from 1)*/\\n        uint32 prevProposalId; /* id of the previous proposal - set at sponsorship from latestSponsoredProposalId */\\n        uint32 votingStarts; /*starting time for proposal in seconds since unix epoch*/\\n        uint32 votingEnds; /*termination date for proposal in seconds since unix epoch - derived from `votingPeriod` set on proposal*/\\n        uint32 graceEnds; /*termination date for proposal in seconds since unix epoch - derived from `gracePeriod` set on proposal*/\\n        uint32 expiration; /*timestamp after which proposal should be considered invalid and skipped. */\\n        uint256 baalGas; /* gas needed to process proposal */\\n        uint256 yesVotes; /*counter for `members` `approved` 'votes' to calculate approval on processing*/\\n        uint256 noVotes; /*counter for `members` 'dis-approved' 'votes' to calculate approval on processing*/\\n        uint256 maxTotalSharesAndLootAtVote; /* highest share+loot count during any individual yes vote*/\\n        uint256 maxTotalSharesAtSponsor; /* highest share+loot count during any individual yes vote*/\\n        bool[4] status; /* [cancelled, processed, passed, actionFailed] */\\n        address sponsor; /* address of the sponsor - set at sponsor proposal - relevant for cancellation */\\n        bytes32 proposalDataHash; /*hash of raw data associated with state updates*/\\n    }\\n\\n    /* Unborn -> Submitted -> Voting -> Grace -> Ready -> Processed\\n                              \\\\-> Cancelled  \\\\-> Defeated   */\\n    enum ProposalState {\\n        Unborn, /* 0 - can submit */\\n        Submitted, /* 1 - can sponsor -> voting */\\n        Voting, /* 2 - can be cancelled, otherwise proceeds to grace */\\n        Cancelled, /* 3 - terminal state, counts as processed */\\n        Grace, /* 4 - proceeds to ready/defeated */\\n        Ready, /* 5 - can be processed */\\n        Processed, /* 6 - terminal state */\\n        Defeated /* 7 - terminal state, yes votes <= no votes, counts as processed */\\n    }\\n\\n    function lootToken() external view returns (address);\\n    function sharesToken() external view returns (address);\\n    function votingPeriod() external view returns (uint32);\\n    function gracePeriod() external view returns (uint32);\\n    function proposalCount() external view returns (uint32);\\n    function proposalOffering() external view returns (uint256);\\n    function quorumPercent() external view returns (uint256);\\n    function sponsorThreshold() external view returns (uint256);\\n    function minRetentionPercent() external view returns (uint256);\\n    function latestSponsoredProposalId() external view returns (uint32);\\n    function state(uint32 id) external view returns (ProposalState);\\n    function proposals(uint32 id) external view returns (Proposal memory);\\n\\n    function setUp(bytes memory initializationParams) external;\\n    function multisendLibrary() external view returns (address);\\n    // Module\\n    function avatar() external view returns (address);\\n    function target() external view returns (address);\\n    function setAvatar(address avatar) external;\\n    function setTarget(address avatar) external;\\n    // BaseRelayRecipient\\n    function trustedForwarder() external view returns (address);\\n    function setTrustedForwarder(address trustedForwarderAddress) external;\\n\\n    function mintLoot(address[] calldata to, uint256[] calldata amount) external;\\n    function burnLoot(address[] calldata from, uint256[] calldata amount) external;\\n    function mintShares(address[] calldata to, uint256[] calldata amount) external;\\n    function burnShares(address[] calldata from, uint256[] calldata amount) external;\\n    function totalLoot() external view returns (uint256);\\n    function totalShares() external view returns (uint256);\\n    function totalSupply() external view returns (uint256);\\n    function lootPaused() external view returns (bool);\\n    function sharesPaused() external view returns (bool);\\n    \\n    function shamans(address shaman) external view returns (uint256);\\n    function setShamans(address[] calldata shamans, uint256[] calldata permissions) external;\\n    function isAdmin(address shaman) external view returns (bool);\\n    function isManager(address shaman) external view returns (bool);\\n    function isGovernor(address shaman) external view returns (bool);\\n    function lockAdmin() external;\\n    function lockManager() external;\\n    function lockGovernor() external;\\n    function adminLock() external view returns (bool);\\n    function managerLock() external view returns (bool);\\n    function governorLock() external view returns (bool);\\n    function setAdminConfig(bool pauseShares, bool pauseLoot) external;\\n    function setGovernanceConfig(bytes memory governanceConfig) external;\\n\\n    function submitProposal(\\n        bytes calldata proposalData,\\n        uint32 expiration,\\n        uint256 baalGas,\\n        string calldata details\\n    ) external payable returns (uint256);\\n    function sponsorProposal(uint32 id) external;\\n    function processProposal(uint32 id, bytes calldata proposalData) external;\\n    function cancelProposal(uint32 id) external;\\n    function getProposalStatus(uint32 id) external returns (bool[4] memory);\\n    function submitVote(uint32 id, bool approved) external;\\n    function submitVoteWithSig(\\n        address voter,\\n        uint256 expiry,\\n        uint256 nonce,\\n        uint32 id,\\n        bool approved,\\n        uint8 v,\\n        bytes32 r,\\n        bytes32 s\\n    ) external;\\n\\n    function executeAsBaal(address to, uint256 value, bytes calldata data) external;\\n    function ragequit(address to, uint256 sharesToBurn, uint256 lootToBurn, address[] calldata tokens) external;\\n\\n    function hashOperation(bytes memory transactions) external pure returns (bytes32);\\n    function encodeMultisend(bytes[] memory calls, address target) external pure returns (bytes memory);\\n}\\n\",\"keccak256\":\"0x3c0a5433581479f5838725230268d5d3a66ad839a678b292fc15b5ce363fd301\",\"license\":\"MIT\"},\"contracts/utils/BaalVotes.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\npragma solidity 0.8.7;\\nimport \\\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/draft-ERC20PermitUpgradeable.sol\\\";\\nimport \\\"./DelegationEIP712Upgradeable.sol\\\";\\n\\n/**\\n * @dev similar to Openzeplin ERC20Votes\\n *\\n * uses timestamp instead of block.number and auto self delegates.\\n *\\n * This extension keeps a history (checkpoints) of each account's vote power. Vote power can be delegated either\\n * by calling the {delegate} function directly, or by providing a signature to be used with {delegateBySig}. Voting\\n * power can be queried through the public accessors  {getPriorVotes}.\\n *\\n */\\nabstract contract BaalVotes is ERC20PermitUpgradeable, DelegationEIP712Upgradeable {\\n    using ECDSAUpgradeable for bytes32;\\n\\n    struct Checkpoint {\\n        /*Baal checkpoint for marking number of delegated votes*/\\n        uint32 fromTimePoint; /*unix time for referencing voting balance*/\\n        uint256 votes; /*votes at given unix time*/\\n    }\\n\\n    // DELEGATE TRACKING\\n    mapping(address => mapping(uint256 => Checkpoint)) public checkpoints; /*maps record of vote `checkpoints` for each account by index*/\\n    mapping(address => uint256) public numCheckpoints; /*maps number of `checkpoints` for each account*/\\n    mapping(address => address) public delegates; /*maps record of each account's `shares` delegate*/\\n    mapping(address => uint256) public delegationNonces; /*nonces for delegating by signature*/\\n\\n    // SIGNATURE HELPERS\\n    bytes32 constant DELEGATION_TYPEHASH = keccak256(\\\"Delegation(string name,address delegatee,uint256 nonce,uint256 expiry)\\\");\\n\\n    event DelegateChanged(\\n        address indexed delegator,\\n        address indexed fromDelegate,\\n        address indexed toDelegate\\n    ); /*emits when an account changes its voting delegate*/\\n    event DelegateVotesChanged(\\n        address indexed delegate,\\n        uint256 previousBalance,\\n        uint256 newBalance\\n    ); /*emits when a delegate account's voting balance changes*/\\n\\n    function _beforeTokenTransfer(\\n        address from,\\n        address to,\\n        uint256 amount\\n    ) internal virtual override {\\n        super._beforeTokenTransfer(from, to, amount);\\n\\n        /*If recipient is receiving their first shares, auto-self delegate*/\\n        if (balanceOf(to) == 0 && numCheckpoints[to] == 0 && amount > 0) {\\n            delegates[to] = to;\\n        }\\n\\n        _moveDelegates(delegates[from], delegates[to], amount);\\n    }\\n\\n    /// @notice Delegate votes from user to `delegatee`.\\n    /// @param delegatee The address to delegate votes to.\\n    function delegate(address delegatee) external virtual {\\n        _delegate(msg.sender, delegatee);\\n    }\\n\\n    /// @notice Delegates votes from `signer` to `delegatee` with EIP-712 signature.\\n    /// @param delegatee The address to delegate 'votes' to.\\n    /// @param nonce The contract state required to match the signature.\\n    /// @param expiry The time at which to expire the signature.\\n    /// @param v The v signature\\n    /// @param r The r signature\\n    /// @param s The s signature\\n    function delegateBySig(\\n        address delegatee,\\n        uint256 nonce,\\n        uint256 expiry,\\n        uint8 v,\\n        bytes32 r,\\n        bytes32 s\\n    ) public {\\n        require(now() <= expiry, \\\"ERC20Votes: signature expired\\\");\\n        address signer = ECDSAUpgradeable.recover(\\n            _hashTypedDataV4Delegation(\\n                keccak256(\\n                    abi.encode(\\n                        DELEGATION_TYPEHASH,\\n                        keccak256(abi.encodePacked(name())),\\n                        delegatee,\\n                        nonce,\\n                        expiry\\n                    )\\n                )\\n            ),\\n            v,\\n            r,\\n            s\\n        );\\n        require(signer != address(0), \\\"ERC20Votes: invalid signer (0x0)\\\");\\n        require(nonce == delegationNonces[signer], \\\"ERC20Votes: invalid nonce\\\");\\n\\n        delegationNonces[signer]++;\\n        _delegate(signer, delegatee);\\n    }\\n\\n    /// @notice Delegates Baal voting weight.\\n    /// @param delegator The address to delegate 'votes' from.\\n    /// @param delegatee The address to delegate 'votes' to.\\n    function _delegate(address delegator, address delegatee) internal virtual {\\n        require(balanceOf(delegator) > 0, \\\"!shares\\\");\\n        address currentDelegate = delegates[delegator];\\n        delegates[delegator] = delegatee;\\n\\n        _moveDelegates(\\n            currentDelegate,\\n            delegatee,\\n            uint256(balanceOf(delegator))\\n        );\\n\\n        emit DelegateChanged(delegator, currentDelegate, delegatee);\\n    }\\n\\n    /// @notice Elaborates delegate update - cf., 'Compound Governance'.\\n    /// @param srcRep The address to delegate 'votes' from.\\n    /// @param dstRep The address to delegate 'votes' to.\\n    /// @param amount The amount of votes to delegate\\n    function _moveDelegates(\\n        address srcRep,\\n        address dstRep,\\n        uint256 amount\\n    ) private {\\n        unchecked {\\n            if (srcRep != dstRep && amount != 0) {\\n                if (srcRep != address(0)) {\\n                    uint256 srcRepNum = numCheckpoints[srcRep];\\n                    uint256 srcRepOld = srcRepNum != 0\\n                        ? getCheckpoint(srcRep, srcRepNum - 1).votes\\n                        : 0;\\n                    uint256 srcRepNew = srcRepOld - amount;\\n                    _writeCheckpoint(srcRep, srcRepNum, srcRepOld, srcRepNew);\\n                }\\n\\n                if (dstRep != address(0)) {\\n                    uint256 dstRepNum = numCheckpoints[dstRep];\\n                    uint256 dstRepOld = dstRepNum != 0\\n                        ? getCheckpoint(dstRep, dstRepNum - 1).votes\\n                        : 0;\\n                    uint256 dstRepNew = dstRepOld + amount;\\n                    _writeCheckpoint(dstRep, dstRepNum, dstRepOld, dstRepNew);\\n                }\\n            }\\n        }\\n    }\\n\\n    /// @notice Elaborates delegate update - cf., 'Compound Governance'.\\n    /// @param delegatee The address to snapshot\\n    /// @param nCheckpoints The number of checkpoints delegatee has\\n    /// @param oldVotes The number of votes the delegatee had\\n    /// @param newVotes The number of votes the delegate has now\\n    function _writeCheckpoint(\\n        address delegatee,\\n        uint256 nCheckpoints,\\n        uint256 oldVotes,\\n        uint256 newVotes\\n    ) private {\\n        uint32 timePoint = uint32(now());\\n\\n        unchecked {\\n            if (\\n                nCheckpoints != 0 &&\\n                checkpoints[delegatee][nCheckpoints - 1].fromTimePoint == timePoint\\n            ) {\\n                checkpoints[delegatee][nCheckpoints - 1].votes = newVotes;\\n            } else {\\n                checkpoints[delegatee][nCheckpoints] = Checkpoint(\\n                    timePoint,\\n                    newVotes\\n                );\\n                numCheckpoints[delegatee] = nCheckpoints + 1;\\n            }\\n        }\\n\\n        emit DelegateVotesChanged(delegatee, oldVotes, newVotes);\\n    }\\n\\n    /// @notice Returns the current timepoint.\\n    /// @return timePoint returns unix epoch timestamp\\n    function now() public view returns (uint256 timePoint) {\\n        return block.timestamp;\\n    }\\n\\n    /// @notice Returns the prior number of `votes` for `account` as of `timePoint`.\\n    /// @param account The user to check `votes` for.\\n    /// @param timePoint The unix time to check `votes` for.\\n    /// @return votes Past `votes` delegated to `account`.\\n    function getPastVotes(address account, uint256 timePoint)\\n        external\\n        view\\n        virtual\\n        returns (uint256 votes)\\n    {\\n        require(timePoint < now(), \\\"!determined\\\"); /* Prior votes must be in the past*/\\n\\n        uint256 nCheckpoints = numCheckpoints[account];\\n        if (nCheckpoints == 0) return 0;\\n\\n        unchecked {\\n            if (\\n                getCheckpoint(account, nCheckpoints - 1).fromTimePoint <=\\n                timePoint\\n            ) return getCheckpoint(account, nCheckpoints - 1).votes; /* If most recent checkpoint is at or after desired timepoint, return*/\\n            if (getCheckpoint(account, 0).fromTimePoint > timePoint) return 0;\\n            uint256 lower = 0;\\n            uint256 upper = nCheckpoints - 1;\\n            while (upper > lower) {\\n                /* Binary search to look for highest timePoint before desired timePoint*/\\n                uint256 center = upper - (upper - lower) / 2;\\n                Checkpoint memory cp = getCheckpoint(account, center);\\n                if (cp.fromTimePoint == timePoint) return cp.votes;\\n                else if (cp.fromTimePoint < timePoint) lower = center;\\n                else upper = center - 1;\\n            }\\n            votes = getCheckpoint(account, lower).votes;\\n        }\\n    }\\n\\n    /// @notice Returns the current delegated `vote` balance for `account`.\\n    /// @param account The user to check delegated `votes` for.\\n    /// @return votes Current `votes` delegated to `account`.\\n    function getVotes(address account)\\n        external\\n        view\\n        virtual\\n        returns (uint256 votes)\\n    {\\n        uint256 nCheckpoints = numCheckpoints[account]; /*Get most recent checkpoint, or 0 if no checkpoints*/\\n        unchecked {\\n            votes = nCheckpoints != 0\\n                ? getCheckpoint(account, nCheckpoints - 1).votes\\n                : 0;\\n        }\\n    }\\n\\n    function getCheckpoint(address delegatee, uint256 nCheckpoints)\\n        public\\n        view\\n        virtual\\n        returns (Checkpoint memory)\\n    {\\n        return checkpoints[delegatee][nCheckpoints];\\n    }\\n}\\n\",\"keccak256\":\"0x2003d3afd190a6c73b8e29970cdd84f0deb9bc543ed63d058451020293486348\",\"license\":\"MIT\"},\"contracts/utils/DelegationEIP712Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/cryptography/EIP712.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev https://eips.ethereum.org/EIPS/eip-712[EIP 712] is a standard for hashing and signing of typed structured data.\\n *\\n * The encoding specified in the EIP is very generic, and such a generic implementation in Solidity is not feasible,\\n * thus this contract does not implement the encoding itself. Protocols need to implement the type-specific encoding\\n * they need in their contracts using a combination of `abi.encode` and `keccak256`.\\n *\\n * This contract implements the EIP 712 domain separator ({_domainSeparatorV4Delegation}) that is used as part of the encoding\\n * scheme, and the final step of the encoding to obtain the message digest that is then signed via ECDSA\\n * ({_hashTypedDataV4Delegation}).\\n *\\n * The implementation of the domain separator was designed to be as efficient as possible while still properly updating\\n * the chain id to protect against replay attacks on an eventual fork of the chain.\\n *\\n * NOTE: This contract implements the version of the encoding known as \\\"v4\\\", as implemented by the JSON RPC method\\n * https://docs.metamask.io/guide/signing-data.html[`eth_signTypedDataV4` in MetaMask].\\n *\\n * _Available since v3.4._\\n *\\n * @custom:storage-size 52\\n */\\nabstract contract DelegationEIP712Upgradeable is Initializable {\\n    /* solhint-disable var-name-mixedcase */\\n    bytes32 private _HASHED_NAME_DELEGATION;\\n    bytes32 private _HASHED_VERSION_DELEGATION;\\n    bytes32 private constant _TYPE_HASH = keccak256(\\\"EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)\\\");\\n\\n    /* solhint-enable var-name-mixedcase */\\n\\n    /**\\n     * @dev Initializes the domain separator and parameter caches.\\n     *\\n     * The meaning of `name` and `version` is specified in\\n     * https://eips.ethereum.org/EIPS/eip-712#definition-of-domainseparator[EIP 712]:\\n     *\\n     * - `name`: the user readable name of the signing domain, i.e. the name of the DApp or the protocol.\\n     * - `version`: the current major version of the signing domain.\\n     *\\n     * NOTE: These parameters cannot be changed except through a xref:learn::upgrading-smart-contracts.adoc[smart\\n     * contract upgrade].\\n     */\\n    function __EIP712_init_delegation(string memory name, string memory version) internal onlyInitializing {\\n        __EIP712_init_unchained_delegation(name, version);\\n    }\\n\\n    function __EIP712_init_unchained_delegation(string memory name, string memory version) internal onlyInitializing {\\n        bytes32 hashedName = keccak256(bytes(name));\\n        bytes32 hashedVersion = keccak256(bytes(version));\\n        _HASHED_NAME_DELEGATION = hashedName;\\n        _HASHED_VERSION_DELEGATION = hashedVersion;\\n    }\\n\\n    /**\\n     * @dev Returns the domain separator for the current chain.\\n     */\\n    function _domainSeparatorV4Delegation() internal view returns (bytes32) {\\n        return _buildDomainSeparatorDelegation(_TYPE_HASH, _EIP712NameHashDelegation(), _EIP712VersionHashDelegation());\\n    }\\n\\n    function _buildDomainSeparatorDelegation(\\n        bytes32 typeHash,\\n        bytes32 nameHash,\\n        bytes32 versionHash\\n    ) private view returns (bytes32) {\\n        return keccak256(abi.encode(typeHash, nameHash, versionHash, block.chainid, address(this)));\\n    }\\n\\n    /**\\n     * @dev Given an already https://eips.ethereum.org/EIPS/eip-712#definition-of-hashstruct[hashed struct], this\\n     * function returns the hash of the fully encoded EIP712 message for this domain.\\n     *\\n     * This hash can be used together with {ECDSA-recover} to obtain the signer of a message. For example:\\n     *\\n     * ```solidity\\n     * bytes32 digest = _hashTypedDataV4Delegation(keccak256(abi.encode(\\n     *     keccak256(\\\"Mail(address to,string contents)\\\"),\\n     *     mailTo,\\n     *     keccak256(bytes(mailContents))\\n     * )));\\n     * address signer = ECDSA.recover(digest, signature);\\n     * ```\\n     */\\n    function _hashTypedDataV4Delegation(bytes32 structHash) internal view virtual returns (bytes32) {\\n        return ECDSAUpgradeable.toTypedDataHash(_domainSeparatorV4Delegation(), structHash);\\n    }\\n\\n    /**\\n     * @dev The hash of the name parameter for the EIP712 domain.\\n     *\\n     * NOTE: This function reads from storage by default, but can be redefined to return a constant value if gas costs\\n     * are a concern.\\n     */\\n    function _EIP712NameHashDelegation() internal virtual view returns (bytes32) {\\n        return _HASHED_NAME_DELEGATION;\\n    }\\n\\n    /**\\n     * @dev The hash of the version parameter for the EIP712 domain.\\n     *\\n     * NOTE: This function reads from storage by default, but can be redefined to return a constant value if gas costs\\n     * are a concern.\\n     */\\n    function _EIP712VersionHashDelegation() internal virtual view returns (bytes32) {\\n        return _HASHED_VERSION_DELEGATION;\\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\":\"0xaaca6373c8a75310ffcbbd63e8d0689ab6e404c96366e3fa4158bd3957924089\",\"license\":\"MIT\"}},\"version\":1}",
  "storageLayout": {
    "storage": [
      {
        "astId": 4461,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_initialized",
        "offset": 0,
        "slot": "0",
        "type": "t_uint8"
      },
      {
        "astId": 4464,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_initializing",
        "offset": 1,
        "slot": "0",
        "type": "t_bool"
      },
      {
        "astId": 6730,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "1",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 4978,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_balances",
        "offset": 0,
        "slot": "51",
        "type": "t_mapping(t_address,t_uint256)"
      },
      {
        "astId": 4984,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_allowances",
        "offset": 0,
        "slot": "52",
        "type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
      },
      {
        "astId": 4986,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_totalSupply",
        "offset": 0,
        "slot": "53",
        "type": "t_uint256"
      },
      {
        "astId": 4988,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_name",
        "offset": 0,
        "slot": "54",
        "type": "t_string_storage"
      },
      {
        "astId": 4990,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_symbol",
        "offset": 0,
        "slot": "55",
        "type": "t_string_storage"
      },
      {
        "astId": 5570,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "56",
        "type": "t_array(t_uint256)45_storage"
      },
      {
        "astId": 7410,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_HASHED_NAME",
        "offset": 0,
        "slot": "101",
        "type": "t_bytes32"
      },
      {
        "astId": 7412,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_HASHED_VERSION",
        "offset": 0,
        "slot": "102",
        "type": "t_bytes32"
      },
      {
        "astId": 7550,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "103",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 6048,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_nonces",
        "offset": 0,
        "slot": "153",
        "type": "t_mapping(t_address,t_struct(Counter)6737_storage)"
      },
      {
        "astId": 6056,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_PERMIT_TYPEHASH_DEPRECATED_SLOT",
        "offset": 0,
        "slot": "154",
        "type": "t_bytes32"
      },
      {
        "astId": 6212,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "155",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 16234,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_HASHED_NAME_DELEGATION",
        "offset": 0,
        "slot": "204",
        "type": "t_bytes32"
      },
      {
        "astId": 16236,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_HASHED_VERSION_DELEGATION",
        "offset": 0,
        "slot": "205",
        "type": "t_bytes32"
      },
      {
        "astId": 16374,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "206",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 15635,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "checkpoints",
        "offset": 0,
        "slot": "256",
        "type": "t_mapping(t_address,t_mapping(t_uint256,t_struct(Checkpoint)15628_storage))"
      },
      {
        "astId": 15639,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "numCheckpoints",
        "offset": 0,
        "slot": "257",
        "type": "t_mapping(t_address,t_uint256)"
      },
      {
        "astId": 15643,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "delegates",
        "offset": 0,
        "slot": "258",
        "type": "t_mapping(t_address,t_address)"
      },
      {
        "astId": 15647,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "delegationNonces",
        "offset": 0,
        "slot": "259",
        "type": "t_mapping(t_address,t_uint256)"
      },
      {
        "astId": 5692,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_accountBalanceSnapshots",
        "offset": 0,
        "slot": "260",
        "type": "t_mapping(t_address,t_struct(Snapshots)5687_storage)"
      },
      {
        "astId": 5695,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_totalSupplySnapshots",
        "offset": 0,
        "slot": "261",
        "type": "t_struct(Snapshots)5687_storage"
      },
      {
        "astId": 5698,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_currentSnapshotId",
        "offset": 0,
        "slot": "263",
        "type": "t_struct(Counter)6737_storage"
      },
      {
        "astId": 5996,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "264",
        "type": "t_array(t_uint256)46_storage"
      },
      {
        "astId": 3937,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_owner",
        "offset": 0,
        "slot": "310",
        "type": "t_address"
      },
      {
        "astId": 4057,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "311",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 4780,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "_paused",
        "offset": 0,
        "slot": "360",
        "type": "t_bool"
      },
      {
        "astId": 4885,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "361",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 4443,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "410",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 4758,
        "contract": "contracts/SharesERC20.sol:Shares",
        "label": "__gap",
        "offset": 0,
        "slot": "460",
        "type": "t_array(t_uint256)50_storage"
      }
    ],
    "types": {
      "t_address": {
        "encoding": "inplace",
        "label": "address",
        "numberOfBytes": "20"
      },
      "t_array(t_uint256)45_storage": {
        "base": "t_uint256",
        "encoding": "inplace",
        "label": "uint256[45]",
        "numberOfBytes": "1440"
      },
      "t_array(t_uint256)46_storage": {
        "base": "t_uint256",
        "encoding": "inplace",
        "label": "uint256[46]",
        "numberOfBytes": "1472"
      },
      "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_array(t_uint256)dyn_storage": {
        "base": "t_uint256",
        "encoding": "dynamic_array",
        "label": "uint256[]",
        "numberOfBytes": "32"
      },
      "t_bool": {
        "encoding": "inplace",
        "label": "bool",
        "numberOfBytes": "1"
      },
      "t_bytes32": {
        "encoding": "inplace",
        "label": "bytes32",
        "numberOfBytes": "32"
      },
      "t_mapping(t_address,t_address)": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => address)",
        "numberOfBytes": "32",
        "value": "t_address"
      },
      "t_mapping(t_address,t_mapping(t_address,t_uint256))": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => mapping(address => uint256))",
        "numberOfBytes": "32",
        "value": "t_mapping(t_address,t_uint256)"
      },
      "t_mapping(t_address,t_mapping(t_uint256,t_struct(Checkpoint)15628_storage))": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => mapping(uint256 => struct BaalVotes.Checkpoint))",
        "numberOfBytes": "32",
        "value": "t_mapping(t_uint256,t_struct(Checkpoint)15628_storage)"
      },
      "t_mapping(t_address,t_struct(Counter)6737_storage)": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => struct CountersUpgradeable.Counter)",
        "numberOfBytes": "32",
        "value": "t_struct(Counter)6737_storage"
      },
      "t_mapping(t_address,t_struct(Snapshots)5687_storage)": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => struct ERC20SnapshotUpgradeable.Snapshots)",
        "numberOfBytes": "32",
        "value": "t_struct(Snapshots)5687_storage"
      },
      "t_mapping(t_address,t_uint256)": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => uint256)",
        "numberOfBytes": "32",
        "value": "t_uint256"
      },
      "t_mapping(t_uint256,t_struct(Checkpoint)15628_storage)": {
        "encoding": "mapping",
        "key": "t_uint256",
        "label": "mapping(uint256 => struct BaalVotes.Checkpoint)",
        "numberOfBytes": "32",
        "value": "t_struct(Checkpoint)15628_storage"
      },
      "t_string_storage": {
        "encoding": "bytes",
        "label": "string",
        "numberOfBytes": "32"
      },
      "t_struct(Checkpoint)15628_storage": {
        "encoding": "inplace",
        "label": "struct BaalVotes.Checkpoint",
        "members": [
          {
            "astId": 15625,
            "contract": "contracts/SharesERC20.sol:Shares",
            "label": "fromTimePoint",
            "offset": 0,
            "slot": "0",
            "type": "t_uint32"
          },
          {
            "astId": 15627,
            "contract": "contracts/SharesERC20.sol:Shares",
            "label": "votes",
            "offset": 0,
            "slot": "1",
            "type": "t_uint256"
          }
        ],
        "numberOfBytes": "64"
      },
      "t_struct(Counter)6737_storage": {
        "encoding": "inplace",
        "label": "struct CountersUpgradeable.Counter",
        "members": [
          {
            "astId": 6736,
            "contract": "contracts/SharesERC20.sol:Shares",
            "label": "_value",
            "offset": 0,
            "slot": "0",
            "type": "t_uint256"
          }
        ],
        "numberOfBytes": "32"
      },
      "t_struct(Snapshots)5687_storage": {
        "encoding": "inplace",
        "label": "struct ERC20SnapshotUpgradeable.Snapshots",
        "members": [
          {
            "astId": 5683,
            "contract": "contracts/SharesERC20.sol:Shares",
            "label": "ids",
            "offset": 0,
            "slot": "0",
            "type": "t_array(t_uint256)dyn_storage"
          },
          {
            "astId": 5686,
            "contract": "contracts/SharesERC20.sol:Shares",
            "label": "values",
            "offset": 0,
            "slot": "1",
            "type": "t_array(t_uint256)dyn_storage"
          }
        ],
        "numberOfBytes": "64"
      },
      "t_uint256": {
        "encoding": "inplace",
        "label": "uint256",
        "numberOfBytes": "32"
      },
      "t_uint32": {
        "encoding": "inplace",
        "label": "uint32",
        "numberOfBytes": "4"
      },
      "t_uint8": {
        "encoding": "inplace",
        "label": "uint8",
        "numberOfBytes": "1"
      }
    }
  },
  "userdoc": {
    "kind": "user",
    "methods": {
      "burn(address,uint256)": {
        "notice": "Baal-only function to burn shares."
      },
      "delegate(address)": {
        "notice": "Delegate votes from user to `delegatee`."
      },
      "delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)": {
        "notice": "Delegates votes from `signer` to `delegatee` with EIP-712 signature."
      },
      "getCurrentSnapshotId()": {
        "notice": "get current SnapshotId"
      },
      "getPastVotes(address,uint256)": {
        "notice": "Returns the prior number of `votes` for `account` as of `timePoint`."
      },
      "getVotes(address)": {
        "notice": "Returns the current delegated `vote` balance for `account`."
      },
      "mint(address,uint256)": {
        "notice": "Baal-only function to mint shares."
      },
      "now()": {
        "notice": "Returns the current timepoint."
      },
      "pause()": {
        "notice": "Baal-only function to pause shares."
      },
      "setUp(string,string)": {
        "notice": "Configure shares - called by Baal on summon"
      },
      "snapshot()": {
        "notice": "Allows baal to create a snapshot"
      },
      "unpause()": {
        "notice": "Baal-only function to unpause shares."
      }
    },
    "notice": "Accounting for Baal non voting shares",
    "version": 1
  }
}